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