aboutsummaryrefslogtreecommitdiffstats
path: root/packet-trmac.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-6/+6
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-6/+2
2002-06-02Mark frames with a subvector length of less than one as being invalid.Gerald Combs1-1/+11
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-9/+8
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez1-2/+2
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-19/+19
2001-01-21Remove some more "CHECK_DISPLAY_AS_DATA()" calls and code to setGuy Harris1-4/+1
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-2/+2
2001-01-05Clear the Info column before fetching anything from the packet, so thatGuy Harris1-1/+3
2001-01-03Have the TR MAC and LLC dissectors register themselves, make themGuy Harris1-2/+4
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+3
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-2/+2
2000-11-17Add #include <string.h>, to get prototypes for mem* and str* functions.Gilbert Ramirez1-1/+2
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-06-20tvbuff-ify the TR MAC dissector.Gilbert Ramirez1-85/+83
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-19/+19
2000-05-11Add tvbuff class.Gilbert Ramirez1-43/+43
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-2/+2
2000-01-22Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris1-2/+2
2000-01-07Fix Gerald's e-mail address.Guy Harris1-2/+2
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-4/+14
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1-19/+37
1999-09-17Changed short packet handling in TR code to understand minimum-lengthGilbert Ramirez1-50/+110
1999-09-09Removed two cases where protocol decoding assumed that the data in theGilbert Ramirez1-3/+10
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1-7/+19
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-48/+45
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1-67/+55
1999-03-01Small fixes for alignment, and #include for gtk+-1.1.x/glib-1.1.xGilbert Ramirez1-3/+3
1999-01-12Fixed a bug regarding bad packets. If a sub-vector indicated a 0-length,Gilbert Ramirez1-3/+10
1998-11-17* Added column formatting functionality.Gerald Combs1-5/+5
1998-11-12A lengthy patch to add the wiretap library. Wiretap is not used by defaultGilbert Ramirez1-2/+1
1998-10-22Silly mistake which caused if(tree) to fail.Gilbert Ramirez1-3/+3
1998-10-21Removed some routines in support of match_strval function.Gilbert Ramirez1-37/+18
1998-10-10* OSPF alignment fixes (Gerald)Gerald Combs1-1/+5
1998-09-27Merged in a _huge_ patch from Guy Harris. It adds a time stap column,Gerald Combs1-6/+6
1998-09-16Added ID tags to the beginning of each source file.Gerald Combs1-0/+2
1998-09-16Initial revisionGerald Combs1-0/+322