Note that pre-0.6 libpcap didn't handle HP-UX as well as 0.6 and later
[obnox/wireshark/wip.git] / packet-rx.c
2002-04-14 guyFrom Joerg Mayer: get rid of some unused variables...
2002-02-05 nneuladd idle to rx ack value strings
2002-02-03 nneuladd packet flag for slow-start/jumbogram
2002-02-01 nneuladd dissection of abort packets
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2002-01-20 guyAllow a length of -1 to be specified when adding FT_NON...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-11-03 guyRename the "private" member of the "packet_info" struct...
2001-09-14 guyMake the resolution for time values be nanoseconds...
2001-08-20 guyUse "proto_tree_add_item()" rather than passing a ...
2001-08-04 guyReplace the protocol-specific data in the "packet_info...
2001-07-03 guyFixes from Ronnie Sahlberg. (Yo, any CMU or Transarc...
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-05-27 guyCall the AFS dissector through a handle.
2001-05-27 guyRX and AFS dissectors tvbuffified, and bugs fixed,...
2001-03-26 nneulmisc afs/rx updates - more dissection, etc.
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-03 gramEnsure that all value_string arrays end in {0, NULL...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...
2000-08-07 guyAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-05-31 guyAdd routines for adding items to a protocol tree that...
2000-05-11 gramAdd tvbuff class.
2000-04-14 guyRegister all the AFS ports in "proto_reg_handoff_rx...
2000-03-12 gramBreak proto_tree_add_item_format() into multiple functions:
2000-02-15 gramCreate a header file for every packet-*.c file. Prune...
2000-01-14 guyDon't assume that the RX header is neatly aligned on...
2000-01-07 guyFix Gerald's e-mail address.
1999-12-08 nneulproto tree style fixes
1999-11-16 guyReplace the ETT_ "enum" members, declared in "packet...
1999-10-28 nneulConverted C++ style comments to C style
1999-10-22 guyPrint the sequence number and call number as unsigned...
1999-10-20 gramAdded Nathan's patch for AFS and RX dissection.