aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tr.c
AgeCommit message (Expand)AuthorFilesLines
2000-11-29Wrap the dissect_fddi() call (with a 4th argument) withGilbert Ramirez1-1/+6
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-11-16Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris1-2/+2
2000-11-13"It's pronounced 'volatile pointer to tvbuff_t' but it's spelledGuy Harris1-6/+2
2000-10-17Better heuristic for detecting Linux mangling of TR header.Gilbert Ramirez1-47/+49
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-2/+2
2000-06-20tvbuff-ify the TR MAC dissector.Gilbert Ramirez1-7/+2
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-24/+24
2000-05-19Make "packet-clip.c", "packet-raw.c", "packet-ppp.c", "packet-tr.c",Guy Harris1-1/+2
2000-05-16Have tvbuff's keep track of cap_len and pkt_len ('length' and 'reported_length'Gilbert Ramirez1-3/+3
2000-05-15Convert token-ring dissector to use tvbuffs.Gilbert Ramirez1-128/+168
2000-05-11Convert LLC dissector to use tvbuffs.Gilbert Ramirez1-3/+5
2000-05-11Add tvbuff class.Gilbert Ramirez1-27/+27
2000-05-04Optimizations for some old code.Gilbert Ramirez1-24/+19
2000-03-20Add fields tr.addr, fddi.addr, and isl.addr that act like eth.addr, matchingGilbert Ramirez1-1/+8
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-1/+3
2000-01-23In "dissect_eth()", update "pi.len" and "pi.captured_len" regardless ofGuy Harris1-7/+5
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-22Generalize the "ip_src" and "ip_dst" members of the "packet_info"Guy Harris1-7/+9
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1-47/+50
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