Small explanation for why MS created their own KRB5 OID value.
[metze/wireshark/wip.git] / packet-tr.c
2003-02-08 Guy HarrisAdd a preference to control whether to attempt to un...
2003-01-31 Guy HarrisFix up a couple of references to "tvb" that should...
2003-01-22 Ronnie SahlbergCreate a TAP for TokenRing
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-07-02 Guy HarrisIt appears that the annoying Linux behavior wherein...
2002-04-14 Guy HarrisFrom Joerg Mayer:
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2001-12-10 Guy HarrisMove the pointer to the "column_info" structure in...
2001-12-03 Guy HarrisMake "dissector_add()", "dissector_delete()", and ...
2001-11-26 Ed WarnickeMoved from using dissect_data() to using call_dissector()
2001-11-20 Guy HarrisMake the capture routines take an additional argument...
2001-11-13 Gilbert RamirezHopefully the last time I have to change my e-mail...
2001-07-03 Guy HarrisUse the "pinfo" argument, rather than the global "pi...
2001-06-18 Guy HarrisFrom Joerg Mayer: explicitly fill in all members of a
2001-03-13 Gilbert RamirezMake tvb_get_ptr() return 'const guint8*', and clean...
2001-02-23 Gilbert RamirezNarrow the case where we check for stripped source...
2001-02-05 Guy HarrisMaximum frame size values in the second byte of the...
2001-01-21 Guy HarrisStart removing "{OLD_}CHECK_DISPLAY_AS_DATA()" calls...
2001-01-21 Guy HarrisAlways call the Ethernet and Token Ring dissectors...
2001-01-10 Guy HarrisMake the stuff to handle SNAP frames (OUI, PID, payload...
2001-01-09 Guy HarrisAdd an additional "protocol index" argument to "{old_...
2001-01-03 Guy HarrisHave the TR MAC and LLC dissectors register themselves...
2001-01-03 Guy HarrisHave "proto_register_protocol()" build a list of data...
2000-11-29 Gilbert RamirezWrap the dissect_fddi() call (with a 4th argument)...
2000-11-19 Guy HarrisFor each column, have both a buffer into which strings...
2000-11-17 Gilbert RamirezAdd #include <string.h>, to get prototypes for mem...
2000-11-16 Guy HarrisTvbuffify the STP dissector, have it register itself...
2000-11-13 Guy Harris"It's pronounced 'volatile pointer to tvbuff_t' but...
2000-10-17 Gilbert RamirezBetter heuristic for detecting Linux mangling of TR...
2000-08-13 Laurent DenielAdd the "Edit:Protocols..." feature which currently...
2000-08-07 Guy HarrisAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-06-20 Gilbert Ramireztvbuff-ify the TR MAC dissector.
2000-05-31 Guy HarrisAdd routines for adding items to a protocol tree that...
2000-05-19 Guy HarrisMake "packet-clip.c", "packet-raw.c", "packet-ppp.c...
2000-05-16 Gilbert RamirezHave tvbuff's keep track of cap_len and pkt_len ('lengt...
2000-05-15 Gilbert RamirezConvert token-ring dissector to use tvbuffs.
2000-05-11 Gilbert RamirezConvert LLC dissector to use tvbuffs.
2000-05-11 Gilbert RamirezAdd tvbuff class.
2000-05-04 Gilbert RamirezOptimizations for some old code.
2000-03-20 Gilbert RamirezAdd fields tr.addr, fddi.addr, and isl.addr that act...
2000-02-15 Gilbert RamirezCreate a header file for every packet-*.c file. Prune...
2000-01-23 Guy HarrisIn "dissect_eth()", update "pi.len" and "pi.captured_le...
2000-01-22 Guy HarrisFix files that had Gilbert's old e-mail address or...
2000-01-07 Guy HarrisFix Gerald's e-mail address.
1999-11-16 Guy HarrisReplace the ETT_ "enum" members, declared in "packet...
1999-10-22 Guy HarrisGeneralize the "ip_src" and "ip_dst" members of the...
1999-10-12 Gilbert RamirezNew proto_tree header_field_info stuff. Header_field_in...
1999-09-22 Gilbert RamirezAnother change to make packet-tr more intelligent with...
1999-09-17 Gilbert RamirezChanged short packet handling in TR code to understand...
1999-09-15 Gilbert RamirezHandle short packets in the capture and dissect stages...
1999-09-15 Gilbert RamirezChanged (again) the way that the FT_BOOLEAN field type...
1999-09-09 Gilbert RamirezRemoved two cases where protocol decoding assumed that...
1999-08-27 Gilbert RamirezChanged packet-tr.c to insert tr.sr, a FT_BOOLEAN field...
1999-08-27 Gilbert RamirezThe token-ring decoder now takes into account some...
1999-08-24 Gilbert RamirezRemoved unnecessary #include "etypes.h" lines.
1999-08-20 Guy HarrisAdd support for reading Full Frontal ATM from an ATM...
1999-08-10 Gilbert RamirezFixed a bug in displaying RIF ring/bridge pairs.
1999-08-01 Gilbert RamirezChanged the display filter scanner from GLIB's GScanner...
1999-07-29 Gilbert RamirezMade the protocol (but not the fields) use the new...
1999-07-15 Gilbert RamirezModified the proto_register_field_array usage again...
1999-07-07 Gilbert RamirezCreated a new protocol tree implementation and a new...
1999-06-16 Gilbert RamirezFound a small bug in how the Token-Ring code tried...
1999-06-14 Gilbert RamirezChanged the Access Control and Frame Control fields...
1999-03-23 Gilbert RamirezRemoved all references to gtk objects from packet*...
1999-03-01 Gilbert RamirezSmall fixes for alignment, and #include for gtk+-1...
1999-02-09 Guy HarrisWhen doing a capture, decode enough of the incoming...
1999-01-08 Gilbert RamirezA bad frame control value could crash ethereal because...
1998-11-17 Gerald Combs* Added column formatting functionality.
1998-11-12 Gilbert RamirezA lengthy patch to add the wiretap library. Wiretap...
1998-10-13 Gilbert RamirezCommented out a left-over debug printf() statement.
1998-09-27 Gerald CombsMerged in a _huge_ patch from Guy Harris. It adds...
1998-09-17 Gilbert RamirezI cleaned up the TR code by using variables that corres...
1998-09-17 Gilbert RamirezRe-added fixes after cvs tree was changed.
1998-09-16 Gerald CombsAdded ID tags to the beginning of each source file.
1998-09-16 Gerald CombsInitial revision