aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ntp.c
Commit message (Expand)AuthorAgeFilesLines
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-3/+3
* Make the three subfields of the "flags" field real bitfields, and letGuy Harris2001-01-071-29/+43
* Tvbuffify the NTP and time protocol dissectors.Guy Harris2001-01-061-138/+181
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+2
* In dissect_ntp(), add an ellipsis (...) to the end of a reference clock IDGerald Combs2000-11-191-4/+7
* Fix buffer overruns:Gerald Combs2000-11-191-2/+3
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-3/+3
* Reference clock identifiers a DATUM TymServe 2100 NTP network timeserverGuy Harris2000-11-171-1/+4
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Miscellaneous code cleaningLaurent Deniel2000-08-111-6/+1
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-3/+3
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-5/+5
* Add tvbuff class.Gilbert Ramirez2000-05-111-18/+18
* Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris2000-04-081-3/+13
* Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez2000-03-121-14/+14
* "tm_mon" in a "struct tm" is 0-based, not 1-based; when printing theGuy Harris2000-01-221-3/+3
* Fix Gerald's e-mail address.Guy Harris2000-01-071-2/+2
* Fix bus error/alignment issues in ntp_fmt_ts.Gerald Combs1999-12-211-9/+9
* When dissecting the reference clock ID field:Guy Harris1999-12-061-6/+13
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-3/+11
* Include "snprintf", if necessary, to get "snprintf()" declared.Guy Harris1999-10-251-1/+11
* Tomislav Vujec's additional comments on the layout of NTP packets.Guy Harris1999-10-251-3/+108
* Additional NTP changes:Guy Harris1999-10-221-24/+180
* Nathan Neulinger's NTP dissector.Guy Harris1999-10-141-0/+150