aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tr.c
AgeCommit message (Expand)AuthorFilesLines
2003-08-23New feature. Statistics/EndpointTalkjers can now present a sortable table wi...Ronnie Sahlberg1-11/+11
2003-02-08Add a preference to control whether to attempt to un-mangle LinuxGuy Harris1-116/+156
2003-01-31Fix up a couple of references to "tvb" that should refer to "tr_tvb".Guy Harris1-3/+6
2003-01-22Create a TAP for TokenRingRonnie Sahlberg1-28/+38
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-18/+18
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-7/+3
2002-07-02It appears that the annoying Linux behavior wherein the "source routed"Guy Harris1-1/+11
2002-04-14From Joerg Mayer:Guy Harris1-1/+3
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-5/+5
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-3/+5
2001-11-26Moved from using dissect_data() to using call_dissector()Ed Warnicke1-2/+4
2001-11-20Make the capture routines take an additional argument giving the amountGuy Harris1-4/+4
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez1-2/+2
2001-07-03Use the "pinfo" argument, rather than the global "pi", to refer to theGuy Harris1-8/+7
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-20/+20
2001-03-13Make tvb_get_ptr() return 'const guint8*', and clean up all theGilbert Ramirez1-3/+3
2001-02-23Narrow the case where we check for stripped source-route bits. Since theGilbert Ramirez1-4/+4
2001-02-05Maximum frame size values in the second byte of the routing controlGuy Harris1-9/+10
2001-01-21Start removing "{OLD_}CHECK_DISPLAY_AS_DATA()" calls, and code to setGuy Harris1-5/+1
2001-01-21Always call the Ethernet and Token Ring dissectors through a dissectorGuy Harris1-2/+2
2001-01-10Make the stuff to handle SNAP frames (OUI, PID, payload) a routine ofGuy Harris1-1/+2
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-2/+3
2001-01-03Have the TR MAC and LLC dissectors register themselves, make themGuy Harris1-4/+12
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+2
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