aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ncp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* I'm preparing ncp for expansion (i.e., cleaning up my old code). I alsoGilbert Ramirez1998-10-151-24/+50
* Merged in a _huge_ patch from Guy Harris. It adds a time stap column,Gerald Combs1998-09-271-4/+4
* I removed the ncp code from packet-ipx.c and created packet-ncp.c. Now thatGilbert Ramirez1998-09-231-0/+262