aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ntp.c
AgeCommit message (Expand)AuthorFilesLines
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-08-11Miscellaneous code cleaningLaurent Deniel1-6/+1
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-3/+3
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-5/+5
2000-05-11Add tvbuff class.Gilbert Ramirez1-18/+18
2000-04-08Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris1-3/+13
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-14/+14
2000-01-22"tm_mon" in a "struct tm" is 0-based, not 1-based; when printing theGuy Harris1-3/+3
2000-01-07Fix Gerald's e-mail address.Guy Harris1-2/+2
1999-12-21Fix bus error/alignment issues in ntp_fmt_ts.Gerald Combs1-9/+9
1999-12-06When dissecting the reference clock ID field:Guy Harris1-6/+13
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-3/+11
1999-10-25Include "snprintf", if necessary, to get "snprintf()" declared.Guy Harris1-1/+11
1999-10-25Tomislav Vujec's additional comments on the layout of NTP packets.Guy Harris1-3/+108
1999-10-22Additional NTP changes:Guy Harris1-24/+180
1999-10-14Nathan Neulinger's NTP dissector.Guy Harris1-0/+150