aboutsummaryrefslogtreecommitdiffstats
path: root/packet-time.c
Commit message (Expand)AuthorAgeFilesLines
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-251-8/+2
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+2
* Tvbuffify the NTP and time protocol dissectors.Guy Harris2001-01-061-15/+19
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+2
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-2/+2
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-2/+2
* Add tvbuff class.Gilbert Ramirez2000-05-111-4/+4
* Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris2000-04-081-3/+11
* Change dfilter_init() to check for empty-string abbreviations and forGilbert Ramirez2000-03-201-2/+2
* Fix some "proto_tree_add_text()" calls.Guy Harris2000-03-061-2/+2
* I forgot to add Dietmar's new file, packet-time.c.Gilbert Ramirez2000-02-091-0/+88