aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tr.c
AgeCommit message (Expand)AuthorFilesLines
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.gram1-1/+3
2000-01-23In "dissect_eth()", update "pi.len" and "pi.captured_len" regardless ofguy1-7/+5
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-22Generalize the "ip_src" and "ip_dst" members of the "packet_info"guy1-7/+9
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containgram1-47/+50
1999-09-22Another change to make packet-tr more intelligent with regard togram1-21/+34
1999-09-17Changed short packet handling in TR code to understand minimum-lengthgram1-2/+3
1999-09-15Handle short packets in the capture and dissect stages more intelligently.gram1-2/+14
1999-09-15Changed (again) the way that the FT_BOOLEAN field type works internally.gram1-4/+4
1999-09-09Removed two cases where protocol decoding assumed that the data in thegram1-2/+5
1999-08-27Changed packet-tr.c to insert tr.sr, a FT_BOOLEAN field, only if tr.srgram1-2/+4
1999-08-27The token-ring decoder now takes into account some really garbledgram1-25/+112
1999-08-24Removed unnecessary #include "etypes.h" lines.gram1-2/+1
1999-08-20Add support for reading Full Frontal ATM from an ATM Sniffer captureguy1-52/+59
1999-08-10Fixed a bug in displaying RIF ring/bridge pairs.gram1-7/+4
1999-08-01Changed the display filter scanner from GLIB's GScanner to lex. The codegram1-12/+1
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,gram1-22/+22
1999-07-15Modified the proto_register_field_array usage again. Thanks to Guy'sgram1-22/+61
1999-07-07Created a new protocol tree implementation and a new display filtergram1-107/+143
1999-06-16Found a small bug in how the Token-Ring code tried to be smart and lookedgram1-3/+3
1999-06-14Changed the Access Control and Frame Control fields in the Token-Ring headergram1-15/+44
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowgram1-38/+26
1999-03-01Small fixes for alignment, and #include for gtk+-1.1.x/glib-1.1.xgram1-3/+3
1999-02-09When doing a capture, decode enough of the incoming packets to correctlyguy1-1/+95
1999-01-08A bad frame control value could crash ethereal because I didn't dogram1-5/+15
1998-11-17* Added column formatting functionality.gerald1-7/+9
1998-11-12A lengthy patch to add the wiretap library. Wiretap is not used by defaultgram1-2/+1
1998-10-13Commented out a left-over debug printf() statement.gram1-2/+2
1998-09-27Merged in a _huge_ patch from Guy Harris. It adds a time stap column,gerald1-8/+8
1998-09-17I cleaned up the TR code by using variables that correspond to the TR headergram1-42/+92
1998-09-17Re-added fixes after cvs tree was changed.gram1-7/+12
1998-09-16Added ID tags to the beginning of each source file.gerald1-0/+2
1998-09-16Initial revisiongerald1-0/+253