Get rid of an unused variable.
[obnox/wireshark/wip.git] / packet-trmac.c
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-11-13 gramHopefully the last time I have to change my e-mail...
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-01-21 guyRemove some more "CHECK_DISPLAY_AS_DATA()" calls and...
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-05 guyClear the Info column before fetching anything from...
2001-01-03 guyHave the TR MAC and LLC dissectors register themselves...
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-11-17 gramAdd #include <string.h>, to get prototypes for mem...
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...
2000-06-20 gramtvbuff-ify the TR MAC dissector.
2000-05-31 guyAdd routines for adding items to a protocol tree that...
2000-05-11 gramAdd tvbuff class.
2000-03-12 gramBreak proto_tree_add_item_format() into multiple functions:
2000-01-22 guyFix files that had Gilbert's old e-mail address or...
2000-01-07 guyFix Gerald's e-mail address.
1999-11-16 guyReplace the ETT_ "enum" members, declared in "packet...
1999-10-12 gramNew proto_tree header_field_info stuff. Header_field_in...
1999-09-17 gramChanged short packet handling in TR code to understand...
1999-09-09 gramRemoved two cases where protocol decoding assumed that...
1999-07-29 gramMade the protocol (but not the fields) use the new...
1999-07-07 gramCreated a new protocol tree implementation and a new...
1999-03-23 gramRemoved all references to gtk objects from packet*...
1999-03-01 gramSmall fixes for alignment, and #include for gtk+-1...
1999-01-12 gramFixed a bug regarding bad packets. If a sub-vector...
1998-11-17 gerald* Added column formatting functionality.
1998-11-12 gramA lengthy patch to add the wiretap library. Wiretap...
1998-10-22 gramSilly mistake which caused if(tree) to fail.
1998-10-21 gramRemoved some routines in support of match_strval function.
1998-10-10 gerald* OSPF alignment fixes (Gerald)
1998-09-27 geraldMerged in a _huge_ patch from Guy Harris. It adds...
1998-09-16 geraldAdded ID tags to the beginning of each source file.
1998-09-16 geraldInitial revision