aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tr.c
Commit message (Expand)AuthorAgeFilesLines
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-7/+3
* It appears that the annoying Linux behavior wherein the "source routed"Guy Harris2002-07-021-1/+11
* From Joerg Mayer:Guy Harris2002-04-141-1/+3
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-5/+5
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-3/+5
* Moved from using dissect_data() to using call_dissector()Ed Warnicke2001-11-261-2/+4
* Make the capture routines take an additional argument giving the amountGuy Harris2001-11-201-4/+4
* Hopefully the last time I have to change my e-mail address.Gilbert Ramirez2001-11-131-2/+2
* Use the "pinfo" argument, rather than the global "pi", to refer to theGuy Harris2001-07-031-8/+7
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-20/+20
* 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