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