aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ncp.c
Commit message (Expand)AuthorAgeFilesLines
* Long NCP traces can easily have many packets whose "uniqueness"Gilbert Ramirez2002-01-051-36/+24
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-7/+7
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-8/+9
* Hopefully the last time I have to change my e-mail address.Gilbert Ramirez2001-11-131-2/+2
* NCP-over-IP bug fix (it wasn't skipping the NCP-over-{TCP,UDP} headerGuy Harris2001-07-121-3/+6
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-9/+9
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-221-6/+3
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-5/+6
* Ensure that all value_string arrays end in {0, NULL}. Dissectors got awayGilbert Ramirez2001-01-031-1/+2
* Add a new "prefs_register_protocol()" routine, which is likeGuy Harris2001-01-031-2/+2
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+2
* If we get an exception when dissecting a packet, append "[Short Frame]"Guy Harris2000-12-291-1/+3
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-10/+2
* Add the re-write of the NetWare Core Protocol dissector. It's mostlyGilbert Ramirez2000-07-281-810/+145
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-7/+7
* Give the IPX dissector dissector hash tables for the IPX type and socketGuy Harris2000-05-301-3/+4
* Add tvbuff class.Gilbert Ramirez2000-05-111-21/+21
* In the NCP dissector, construct conversations using the source andGuy Harris2000-04-181-58/+84
* Don't rely on the "tree" argument being null as an indication that thisGuy Harris2000-04-171-18/+21
* Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris2000-04-081-1/+9
* Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez2000-03-121-2/+2
* Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris2000-01-221-2/+2
* Fix Gerald's e-mail address.Guy Harris2000-01-071-2/+2
* Get rid of the C++-style comments.Guy Harris2000-01-011-3/+3
* Small change to header processing from James Coe:Guy Harris1999-12-151-6/+6
* Added a few more command labelsNathan Neulinger1999-12-141-1/+17
* Added a bunch of NCP function namesNathan Neulinger1999-12-131-3/+76
* James Coe's patch to add SRVLOC and NCP-over-IP support.Guy Harris1999-12-071-1/+53
* Craig Rodrigues' fixes to let it compile on AIX using IBM's compilerGuy Harris1999-11-181-2/+2
* Provide a general mechanism by which dissectors can register "init"Guy Harris1999-11-171-2/+3
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-5/+14
* Add display filters.Laurent Deniel1999-10-171-16/+40
* Have the IPX code set "pi.len" and "pi.captured_len" based on the lengthGuy Harris1999-09-021-3/+2
* Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1999-07-291-3/+16
* Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1999-07-131-2/+3
* Created a new protocol tree implementation and a new display filterGilbert Ramirez1999-07-071-29/+27
* Removed segfault if NCP completion code was decoded for an uknown NCP reply t...Gilbert Ramirez1999-05-261-4/+11
* Added more functionality to the completion-code parsing routine.Gilbert Ramirez1999-05-161-18/+60
* Further refined NCP fix, and added translation of NCP Completion Code.Gilbert Ramirez1999-05-141-52/+272
* Fixed some serious bugs in the NCP hash routines. I also simplifiedGilbert Ramirez1999-05-131-43/+171
* Fixed the number of parameters for the other super-IPX protocols so thatGilbert Ramirez1999-05-101-2/+3
* Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1999-03-231-22/+19
* Re-wrote the NCP module in accordance with how NCP is really organized.Gilbert Ramirez1999-03-201-163/+340
* Small fixes for alignment, and #include for gtk+-1.1.x/glib-1.1.xGilbert Ramirez1999-03-011-2/+2
* * Added column formatting functionality.Gerald Combs1998-11-171-5/+5
* A lengthy patch to add the wiretap library. Wiretap is not used by defaultGilbert Ramirez1998-11-121-2/+1
* Removed unused variable and fixed call to add_item_to_tree, as reportedGilbert Ramirez1998-10-271-3/+3
* An NCP READ is now decoded. This is the first function to be decoded.Gilbert Ramirez1998-10-221-79/+70