aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tr.c
AgeCommit message (Expand)AuthorFilesLines
1999-09-22Another change to make packet-tr more intelligent with regard toGilbert Ramirez1-21/+34
1999-09-17Changed short packet handling in TR code to understand minimum-lengthGilbert Ramirez1-2/+3
1999-09-15Handle short packets in the capture and dissect stages more intelligently.Gilbert Ramirez1-2/+14
1999-09-15Changed (again) the way that the FT_BOOLEAN field type works internally.Gilbert Ramirez1-4/+4
1999-09-09Removed two cases where protocol decoding assumed that the data in theGilbert Ramirez1-2/+5
1999-08-27Changed packet-tr.c to insert tr.sr, a FT_BOOLEAN field, only if tr.srGilbert Ramirez1-2/+4
1999-08-27The token-ring decoder now takes into account some really garbledGilbert Ramirez1-25/+112
1999-08-24Removed unnecessary #include "etypes.h" lines.Gilbert Ramirez1-2/+1
1999-08-20Add support for reading Full Frontal ATM from an ATM Sniffer captureGuy Harris1-52/+59
1999-08-10Fixed a bug in displaying RIF ring/bridge pairs.Gilbert Ramirez1-7/+4
1999-08-01Changed the display filter scanner from GLIB's GScanner to lex. The codeGilbert Ramirez1-12/+1
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1-22/+22
1999-07-15Modified the proto_register_field_array usage again. Thanks to Guy'sGilbert Ramirez1-22/+61
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-107/+143
1999-06-16Found a small bug in how the Token-Ring code tried to be smart and lookedGilbert Ramirez1-3/+3
1999-06-14Changed the Access Control and Frame Control fields in the Token-Ring headerGilbert Ramirez1-15/+44
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1-38/+26
1999-03-01Small fixes for alignment, and #include for gtk+-1.1.x/glib-1.1.xGilbert Ramirez1-3/+3
1999-02-09When doing a capture, decode enough of the incoming packets to correctlyGuy Harris1-1/+95
1999-01-08A bad frame control value could crash ethereal because I didn't doGilbert Ramirez1-5/+15
1998-11-17* Added column formatting functionality.Gerald Combs1-7/+9
1998-11-12A lengthy patch to add the wiretap library. Wiretap is not used by defaultGilbert Ramirez1-2/+1
1998-10-13Commented out a left-over debug printf() statement.Gilbert Ramirez1-2/+2
1998-09-27Merged in a _huge_ patch from Guy Harris. It adds a time stap column,Gerald Combs1-8/+8
1998-09-17I cleaned up the TR code by using variables that correspond to the TR headerGilbert Ramirez1-42/+92
1998-09-17Re-added fixes after cvs tree was changed.Gilbert Ramirez1-7/+12
1998-09-16Added ID tags to the beginning of each source file.Gerald Combs1-0/+2
1998-09-16Initial revisionGerald Combs1-0/+253