| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -34/+34 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -9/+1 |
* | Fix a bunch of bits of code that used "tvb_get_ntohl()" to fetch IP | Guy Harris | 2002-04-02 | 1 | -2/+4 |
* | Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls in | Guy Harris | 2002-01-24 | 1 | -3/+2 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -3/+3 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -5/+5 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -4/+7 |
* | Fix indentation. | Guy Harris | 2001-07-16 | 1 | -9/+9 |
* | Fixes, from Scott Renfro, for some calls to "localtime()" that didn't | Guy Harris | 2001-07-15 | 1 | -5/+9 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -17/+17 |
* | Fixes from Joerg Mayer. | Guy Harris | 2001-04-09 | 1 | -4/+4 |
* | Make tvb_get_ptr() return 'const guint8*', and clean up all the | Gilbert Ramirez | 2001-03-13 | 1 | -7/+7 |
* | Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" | Guy Harris | 2001-01-22 | 1 | -5/+1 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -3/+3 |
* | Make the three subfields of the "flags" field real bitfields, and let | Guy Harris | 2001-01-07 | 1 | -29/+43 |
* | Tvbuffify the NTP and time protocol dissectors. | Guy Harris | 2001-01-06 | 1 | -138/+181 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+2 |
* | In dissect_ntp(), add an ellipsis (...) to the end of a reference clock ID | Gerald Combs | 2000-11-19 | 1 | -4/+7 |
* | Fix buffer overruns: | Gerald Combs | 2000-11-19 | 1 | -2/+3 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -3/+3 |
* | Reference clock identifiers a DATUM TymServe 2100 NTP network timeserver | Guy Harris | 2000-11-17 | 1 | -1/+4 |
* | Add the "Edit:Protocols..." feature which currently only implements | Laurent Deniel | 2000-08-13 | 1 | -1/+3 |
* | Miscellaneous code cleaning | Laurent Deniel | 2000-08-11 | 1 | -6/+1 |
* | Allow either old-style (pre-tvbuff) or new-style (tvbuffified) | Guy Harris | 2000-08-07 | 1 | -3/+3 |
* | Add routines for adding items to a protocol tree that take arguments of | Guy Harris | 2000-05-31 | 1 | -5/+5 |
* | Add tvbuff class. | Gilbert Ramirez | 2000-05-11 | 1 | -18/+18 |
* | Move calls to "dissector_add()" out of the register routines for TCP and | Guy Harris | 2000-04-08 | 1 | -3/+13 |
* | Break proto_tree_add_item_format() into multiple functions: | Gilbert Ramirez | 2000-03-12 | 1 | -14/+14 |
* | "tm_mon" in a "struct tm" is 0-based, not 1-based; when printing the | Guy Harris | 2000-01-22 | 1 | -3/+3 |
* | Fix Gerald's e-mail address. | Guy Harris | 2000-01-07 | 1 | -2/+2 |
* | Fix bus error/alignment issues in ntp_fmt_ts. | Gerald Combs | 1999-12-21 | 1 | -9/+9 |
* | When dissecting the reference clock ID field: | Guy Harris | 1999-12-06 | 1 | -6/+13 |
* | Replace the ETT_ "enum" members, declared in "packet.h", with | Guy Harris | 1999-11-16 | 1 | -3/+11 |
* | Include "snprintf", if necessary, to get "snprintf()" declared. | Guy Harris | 1999-10-25 | 1 | -1/+11 |
* | Tomislav Vujec's additional comments on the layout of NTP packets. | Guy Harris | 1999-10-25 | 1 | -3/+108 |
* | Additional NTP changes: | Guy Harris | 1999-10-22 | 1 | -24/+180 |
* | Nathan Neulinger's NTP dissector. | Guy Harris | 1999-10-14 | 1 | -0/+150 |