aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ncp.c
Commit message (Expand)AuthorAgeFilesLines
* From Greg Morris: don't use a global variable to track whether packetsGuy Harris2004-02-181-44/+198
* Don't call "nds_defrag()" for positive ACK packets.Guy Harris2003-12-221-3/+13
* Treat NCP 0x5555 packets as NCP requests, so we store them in the hashGuy Harris2003-10-231-70/+61
* Don't include <epan/conversation.h> if you don't need it.Guy Harris2003-09-031-2/+1
* From Greg Morris:Guy Harris2003-08-251-29/+93
* Note that "dissect_ping_req()" duplicates a bunch of stuff inGuy Harris2002-10-111-20/+1
* Clean up white space.Guy Harris2002-10-101-65/+86
* Greg Morris:Jörg Mayer2002-09-251-4/+5
* From Greg Morris: More NDS decodes.Gerald Combs2002-09-221-40/+84
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-9/+9
* Fix indentation.Guy Harris2002-08-231-41/+35
* From Greg Morris:Gilbert Ramirez2002-08-231-16/+85
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-9/+1
* If, when trying to get the length of an NCP-over-TCP PDU, we don't seeGuy Harris2002-05-251-1/+13
* Add support for desegmentation of NCP-over-TCP.Guy Harris2002-05-251-8/+44
* The 0x80000000 bit in the NCP-over-TCP length field, in requests,Guy Harris2002-05-241-5/+31
* Move the #defines for NCP packet types to "packet-ncp-int.h", and useGuy Harris2002-05-161-14/+11
* Get rid of the "Connection Number High" entry - the "Connection Number"Guy Harris2002-05-151-3/+1
* NCP-over-UDP doesn't have a special header, as NCP-over-TCP does.Guy Harris2002-05-151-49/+127
* Set the Info column as soon as we have enough information to do so.Guy Harris2002-05-151-21/+253
* Add a mechanism for registering "obsolete" preference modules, so thatGuy Harris2002-05-111-1/+7
* Merge the work in Novell_NCP_branch into the mainline code.Gilbert Ramirez2002-05-091-123/+4
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-2/+2
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-3/+3
* 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