aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tr.c
Commit message (Expand)AuthorAgeFilesLines
* Make tvb_get_ptr() return 'const guint8*', and clean up all theGilbert Ramirez2001-03-131-3/+3
* Narrow the case where we check for stripped source-route bits. Since theGilbert Ramirez2001-02-231-4/+4
* Maximum frame size values in the second byte of the routing controlGuy Harris2001-02-051-9/+10
* Start removing "{OLD_}CHECK_DISPLAY_AS_DATA()" calls, and code to setGuy Harris2001-01-211-5/+1
* Always call the Ethernet and Token Ring dissectors through a dissectorGuy Harris2001-01-211-2/+2
* Make the stuff to handle SNAP frames (OUI, PID, payload) a routine ofGuy Harris2001-01-101-1/+2
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+3
* Have the TR MAC and LLC dissectors register themselves, make themGuy Harris2001-01-031-4/+12
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+2
* Wrap the dissect_fddi() call (with a 4th argument) withGilbert Ramirez2000-11-291-1/+6
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* Add #include <string.h>, to get prototypes for mem* and str* functions.Gilbert Ramirez2000-11-171-1/+2
* Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris2000-11-161-2/+2
* "It's pronounced 'volatile pointer to tvbuff_t' but it's spelledGuy Harris2000-11-131-6/+2
* Better heuristic for detecting Linux mangling of TR header.Gilbert Ramirez2000-10-171-47/+49
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-2/+2
* tvbuff-ify the TR MAC dissector.Gilbert Ramirez2000-06-201-7/+2
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-24/+24
* Make "packet-clip.c", "packet-raw.c", "packet-ppp.c", "packet-tr.c",Guy Harris2000-05-191-1/+2
* Have tvbuff's keep track of cap_len and pkt_len ('length' and 'reported_length'Gilbert Ramirez2000-05-161-3/+3
* Convert token-ring dissector to use tvbuffs.Gilbert Ramirez2000-05-151-128/+168
* Convert LLC dissector to use tvbuffs.Gilbert Ramirez2000-05-111-3/+5
* Add tvbuff class.Gilbert Ramirez2000-05-111-27/+27
* Optimizations for some old code.Gilbert Ramirez2000-05-041-24/+19
* Add fields tr.addr, fddi.addr, and isl.addr that act like eth.addr, matchingGilbert Ramirez2000-03-201-1/+8
* Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez2000-02-151-1/+3
* In "dissect_eth()", update "pi.len" and "pi.captured_len" regardless ofGuy Harris2000-01-231-7/+5
* Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris2000-01-221-2/+2
* Fix Gerald's e-mail address.Guy Harris2000-01-071-2/+2
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-4/+14
* Generalize the "ip_src" and "ip_dst" members of the "packet_info"Guy Harris1999-10-221-7/+9
* New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1999-10-121-47/+50
* Another change to make packet-tr more intelligent with regard toGilbert Ramirez1999-09-221-21/+34
* Changed short packet handling in TR code to understand minimum-lengthGilbert Ramirez1999-09-171-2/+3
* Handle short packets in the capture and dissect stages more intelligently.Gilbert Ramirez1999-09-151-2/+14
* Changed (again) the way that the FT_BOOLEAN field type works internally.Gilbert Ramirez1999-09-151-4/+4
* Removed two cases where protocol decoding assumed that the data in theGilbert Ramirez1999-09-091-2/+5
* Changed packet-tr.c to insert tr.sr, a FT_BOOLEAN field, only if tr.srGilbert Ramirez1999-08-271-2/+4
* The token-ring decoder now takes into account some really garbledGilbert Ramirez1999-08-271-25/+112
* Removed unnecessary #include "etypes.h" lines.Gilbert Ramirez1999-08-241-2/+1
* Add support for reading Full Frontal ATM from an ATM Sniffer captureGuy Harris1999-08-201-52/+59
* Fixed a bug in displaying RIF ring/bridge pairs.Gilbert Ramirez1999-08-101-7/+4
* Changed the display filter scanner from GLIB's GScanner to lex. The codeGilbert Ramirez1999-08-011-12/+1
* Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1999-07-291-22/+22
* Modified the proto_register_field_array usage again. Thanks to Guy'sGilbert Ramirez1999-07-151-22/+61
* Created a new protocol tree implementation and a new display filterGilbert Ramirez1999-07-071-107/+143
* Found a small bug in how the Token-Ring code tried to be smart and lookedGilbert Ramirez1999-06-161-3/+3
* Changed the Access Control and Frame Control fields in the Token-Ring headerGilbert Ramirez1999-06-141-15/+44
* Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1999-03-231-38/+26