aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rx.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-21Remove a bunch of duplicate semicolons.gerald1-2/+2
2003-01-31Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemedguy1-21/+13
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-22/+22
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-9/+1
2002-04-14From Joerg Mayer: get rid of some unused variables and arguments.guy1-3/+3
2002-02-05add idle to rx ack value stringsnneul1-1/+2
2002-02-03add packet flag for slow-start/jumbogramnneul1-1/+2
2002-02-01add dissection of abort packetsnneul1-1/+49
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-3/+3
2002-01-20Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLguy1-5/+5
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-13/+13
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-4/+6
2001-11-03Rename the "private" member of the "packet_info" structure toguy1-2/+2
2001-09-14Make the resolution for time values be nanoseconds rather thanguy1-9/+9
2001-08-20Use "proto_tree_add_item()" rather than passing a "tvb_get_" function'sguy1-53/+40
2001-08-04Replace the protocol-specific data in the "packet_info" structure with aguy1-8/+10
2001-07-03Fixes from Ronnie Sahlberg. (Yo, any CMU or Transarc^H^H^H^H^H^H^H^HIBMguy1-2/+55
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-36/+36
2001-05-27Call the AFS dissector through a handle.guy1-4/+10
2001-05-27RX and AFS dissectors tvbuffified, and bugs fixed, by Ronnie Sahlberg.guy1-73/+505
2001-03-26misc afs/rx updates - more dissection, etc.nneul1-6/+12
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-3/+4
2001-01-03Ensure that all value_string arrays end in {0, NULL}. Dissectors got awaygram1-2/+3
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+2
2000-11-19For each column, have both a buffer into which strings for that columnguy1-2/+2
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)guy1-3/+3
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-17/+17
2000-05-11Add tvbuff class.gram1-18/+18
2000-04-14Register all the AFS ports in "proto_reg_handoff_rx()", rather thanguy1-2/+18
2000-03-12Break proto_tree_add_item_format() into multiple functions:gram1-3/+3
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.gram1-1/+2
2000-01-14Don't assume that the RX header is neatly aligned on a 4-byte boundaryguy1-10/+10
2000-01-07Fix Gerald's e-mail address.guy1-2/+2
1999-12-08proto tree style fixesnneul1-3/+4
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withguy1-3/+11
1999-10-28Converted C++ style comments to C stylenneul1-3/+1
1999-10-22Print the sequence number and call number as unsigned quantities, andguy1-5/+5
1999-10-20Added Nathan's patch for AFS and RX dissection.gram1-0/+231