aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tr.c
AgeCommit message (Expand)AuthorFilesLines
2001-07-03Use the "pinfo" argument, rather than the global "pi", to refer to theguy1-8/+7
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-20/+20
2001-03-13Make tvb_get_ptr() return 'const guint8*', and clean up all thegram1-3/+3
2001-02-23Narrow the case where we check for stripped source-route bits. Since thegram1-4/+4
2001-02-05Maximum frame size values in the second byte of the routing controlguy1-9/+10
2001-01-21Start removing "{OLD_}CHECK_DISPLAY_AS_DATA()" calls, and code to setguy1-5/+1
2001-01-21Always call the Ethernet and Token Ring dissectors through a dissectorguy1-2/+2
2001-01-10Make the stuff to handle SNAP frames (OUI, PID, payload) a routine ofguy1-1/+2
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-2/+3
2001-01-03Have the TR MAC and LLC dissectors register themselves, make themguy1-4/+12
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+2
2000-11-29Wrap the dissect_fddi() call (with a 4th argument) withgram1-1/+6
2000-11-19For each column, have both a buffer into which strings for that columnguy1-2/+2
2000-11-17Add #include <string.h>, to get prototypes for mem* and str* functions.gram1-1/+2
2000-11-16Tvbuffify the STP dissector, have it register itself and have the LLCguy1-2/+2
2000-11-13"It's pronounced 'volatile pointer to tvbuff_t' but it's spelledguy1-6/+2
2000-10-17Better heuristic for detecting Linux mangling of TR header.gram1-47/+49
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)guy1-2/+2
2000-06-20tvbuff-ify the TR MAC dissector.gram1-7/+2
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-24/+24
2000-05-19Make "packet-clip.c", "packet-raw.c", "packet-ppp.c", "packet-tr.c",guy1-1/+2
2000-05-16Have tvbuff's keep track of cap_len and pkt_len ('length' and 'reported_length'gram1-3/+3
2000-05-15Convert token-ring dissector to use tvbuffs.gram1-128/+168
2000-05-11Convert LLC dissector to use tvbuffs.gram1-3/+5
2000-05-11Add tvbuff class.gram1-27/+27
2000-05-04Optimizations for some old code.gram1-24/+19
2000-03-20Add fields tr.addr, fddi.addr, and isl.addr that act like eth.addr, matchinggram1-1/+8
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.gram1-1/+3
2000-01-23In "dissect_eth()", update "pi.len" and "pi.captured_len" regardless ofguy1-7/+5
2000-01-22Fix files that had Gilbert's old e-mail address or that didn't have myguy1-2/+2
2000-01-07Fix Gerald's e-mail address.guy1-2/+2
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withguy1-4/+14
1999-10-22Generalize the "ip_src" and "ip_dst" members of the "packet_info"guy1-7/+9
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containgram1-47/+50
1999-09-22Another change to make packet-tr more intelligent with regard togram1-21/+34
1999-09-17Changed short packet handling in TR code to understand minimum-lengthgram1-2/+3
1999-09-15Handle short packets in the capture and dissect stages more intelligently.gram1-2/+14
1999-09-15Changed (again) the way that the FT_BOOLEAN field type works internally.gram1-4/+4
1999-09-09Removed two cases where protocol decoding assumed that the data in thegram1-2/+5
1999-08-27Changed packet-tr.c to insert tr.sr, a FT_BOOLEAN field, only if tr.srgram1-2/+4
1999-08-27The token-ring decoder now takes into account some really garbledgram1-25/+112
1999-08-24Removed unnecessary #include "etypes.h" lines.gram1-2/+1
1999-08-20Add support for reading Full Frontal ATM from an ATM Sniffer captureguy1-52/+59
1999-08-10Fixed a bug in displaying RIF ring/bridge pairs.gram1-7/+4
1999-08-01Changed the display filter scanner from GLIB's GScanner to lex. The codegram1-12/+1
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,gram1-22/+22
1999-07-15Modified the proto_register_field_array usage again. Thanks to Guy'sgram1-22/+61
1999-07-07Created a new protocol tree implementation and a new display filtergram1-107/+143
1999-06-16Found a small bug in how the Token-Ring code tried to be smart and lookedgram1-3/+3