Commit my changes to handle KRB5 in SPNEGO ...
[metze/wireshark/wip.git] / packet-ntp.c
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-04-02 Guy HarrisFix a bunch of bits of code that used "tvb_get_ntohl...
2002-01-24 Guy HarrisReplace a bunch of "tvb_length()" and "tvb_length_remai...
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-07-16 Guy HarrisFix indentation.
2001-07-15 Guy HarrisFixes, from Scott Renfro, for some calls to "localtime...
2001-06-18 Guy HarrisFrom Joerg Mayer: explicitly fill in all members of a
2001-04-09 Guy HarrisFixes from Joerg Mayer.
2001-03-13 Gilbert RamirezMake tvb_get_ptr() return 'const guint8*', and clean...
2001-01-22 Guy HarrisRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-09 Guy HarrisAdd an additional "protocol index" argument to "{old_...
2001-01-07 Guy HarrisMake the three subfields of the "flags" field real...
2001-01-06 Guy HarrisTvbuffify the NTP and time protocol dissectors.
2001-01-03 Guy HarrisHave "proto_register_protocol()" build a list of data...
2000-11-19 Gerald CombsIn dissect_ntp(), add an ellipsis (...) to the end...
2000-11-19 Gerald CombsFix buffer overruns:
2000-11-19 Guy HarrisFor each column, have both a buffer into which strings...
2000-11-17 Guy HarrisReference clock identifiers a DATUM TymServe 2100 NTP...
2000-08-13 Laurent DenielAdd the "Edit:Protocols..." feature which currently...
2000-08-11 Laurent DenielMiscellaneous code cleaning
2000-08-07 Guy HarrisAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-05-31 Guy HarrisAdd routines for adding items to a protocol tree that...
2000-05-11 Gilbert RamirezAdd tvbuff class.
2000-04-08 Guy HarrisMove calls to "dissector_add()" out of the register...
2000-03-12 Gilbert RamirezBreak proto_tree_add_item_format() into multiple functions:
2000-01-22 Guy Harris"tm_mon" in a "struct tm" is 0-based, not 1-based;...
2000-01-07 Guy HarrisFix Gerald's e-mail address.
1999-12-21 Gerald CombsFix bus error/alignment issues in ntp_fmt_ts.
1999-12-06 Guy HarrisWhen dissecting the reference clock ID field:
1999-11-16 Guy HarrisReplace the ETT_ "enum" members, declared in "packet...
1999-10-25 Guy HarrisInclude "snprintf", if necessary, to get "snprintf...
1999-10-25 Guy HarrisTomislav Vujec's additional comments on the layout...
1999-10-22 Guy HarrisAdditional NTP changes:
1999-10-14 Guy HarrisNathan Neulinger's NTP dissector.