aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rx.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-21Remove a bunch of duplicate semicolons.Gerald Combs1-2/+2
2003-01-31Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemedGuy Harris1-21/+13
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-22/+22
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-9/+1
2002-04-14From Joerg Mayer: get rid of some unused variables and arguments.Guy Harris1-3/+3
2002-02-05add idle to rx ack value stringsNathan Neulinger1-1/+2
2002-02-03add packet flag for slow-start/jumbogramNathan Neulinger1-1/+2
2002-02-01add dissection of abort packetsNathan Neulinger1-1/+49
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2002-01-20Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLGuy Harris1-5/+5
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-13/+13
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-4/+6
2001-11-03Rename the "private" member of the "packet_info" structure toGuy Harris1-2/+2
2001-09-14Make the resolution for time values be nanoseconds rather thanGuy Harris1-9/+9
2001-08-20Use "proto_tree_add_item()" rather than passing a "tvb_get_" function'sGuy Harris1-53/+40
2001-08-04Replace the protocol-specific data in the "packet_info" structure with aGuy Harris1-8/+10
2001-07-03Fixes from Ronnie Sahlberg. (Yo, any CMU or Transarc^H^H^H^H^H^H^H^HIBMGuy Harris1-2/+55
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-36/+36
2001-05-27Call the AFS dissector through a handle.Guy Harris1-4/+10
2001-05-27RX and AFS dissectors tvbuffified, and bugs fixed, by Ronnie Sahlberg.Guy Harris1-73/+505
2001-03-26misc afs/rx updates - more dissection, etc.Nathan Neulinger1-6/+12
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-3/+4
2001-01-03Ensure that all value_string arrays end in {0, NULL}. Dissectors got awayGilbert Ramirez1-2/+3
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+2
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-3/+3
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-17/+17
2000-05-11Add tvbuff class.Gilbert Ramirez1-18/+18
2000-04-14Register all the AFS ports in "proto_reg_handoff_rx()", rather thanGuy Harris1-2/+18
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-3/+3
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-1/+2
2000-01-14Don't assume that the RX header is neatly aligned on a 4-byte boundaryGuy Harris1-10/+10
2000-01-07Fix Gerald's e-mail address.Guy Harris1-2/+2
1999-12-08proto tree style fixesNathan Neulinger1-3/+4
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-3/+11
1999-10-28Converted C++ style comments to C styleNathan Neulinger1-3/+1
1999-10-22Print the sequence number and call number as unsigned quantities, andGuy Harris1-5/+5
1999-10-20Added Nathan's patch for AFS and RX dissection.Gilbert Ramirez1-0/+231