aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ntp.c
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-34/+34
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-9/+1
* Fix a bunch of bits of code that used "tvb_get_ntohl()" to fetch IPGuy Harris2002-04-021-2/+4
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-3/+2
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-3/+3
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-5/+5
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-4/+7
* Fix indentation.Guy Harris2001-07-161-9/+9
* Fixes, from Scott Renfro, for some calls to "localtime()" that didn'tGuy Harris2001-07-151-5/+9
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-17/+17
* Fixes from Joerg Mayer.Guy Harris2001-04-091-4/+4
* Make tvb_get_ptr() return 'const guint8*', and clean up all theGilbert Ramirez2001-03-131-7/+7
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-221-5/+1
* 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