aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ncp.c
Commit message (Expand)AuthorAgeFilesLines
* 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