aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ncp.c
AgeCommit message (Expand)AuthorFilesLines
2002-10-11Note that "dissect_ping_req()" duplicates a bunch of stuff inGuy Harris1-20/+1
2002-10-10Clean up white space.Guy Harris1-65/+86
2002-09-25Greg Morris:Jörg Mayer1-4/+5
2002-09-22From Greg Morris: More NDS decodes.Gerald Combs1-40/+84
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-9/+9
2002-08-23Fix indentation.Guy Harris1-41/+35
2002-08-23From Greg Morris:Gilbert Ramirez1-16/+85
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-9/+1
2002-05-25If, when trying to get the length of an NCP-over-TCP PDU, we don't seeGuy Harris1-1/+13
2002-05-25Add support for desegmentation of NCP-over-TCP.Guy Harris1-8/+44
2002-05-24The 0x80000000 bit in the NCP-over-TCP length field, in requests,Guy Harris1-5/+31
2002-05-16Move the #defines for NCP packet types to "packet-ncp-int.h", and useGuy Harris1-14/+11
2002-05-15Get rid of the "Connection Number High" entry - the "Connection Number"Guy Harris1-3/+1
2002-05-15NCP-over-UDP doesn't have a special header, as NCP-over-TCP does.Guy Harris1-49/+127
2002-05-15Set the Info column as soon as we have enough information to do so.Guy Harris1-21/+253
2002-05-11Add a mechanism for registering "obsolete" preference modules, so thatGuy Harris1-1/+7
2002-05-09Merge the work in Novell_NCP_branch into the mainline code.Gilbert Ramirez1-123/+4
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