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