| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Don't give tvbuffs names; instead, give data sources names, where a | Guy Harris | 2002-02-18 | 8 | -45/+100 |
* | With the tvbuffication of all dissectors, the "packet_info" structure no | Guy Harris | 2002-02-17 | 2 | -11/+8 |
* | Comment-out FT_UCS2_LE, and remove the already commented-out FT_TEXT_ONLY. | Gilbert Ramirez | 2002-02-15 | 1 | -4/+2 |
* | dissect_frame() can throw a ReportedBoundsError; catch it in | Gilbert Ramirez | 2002-02-11 | 1 | -4/+9 |
* | Old-style (non-tvbuffified) dissectors haven't been supported since | Guy Harris | 2002-02-06 | 1 | -2/+1 |
* | "log" is a name that belongs to the ANSI C89 standard; it refers to a | Guy Harris | 2002-02-05 | 7 | -54/+56 |
* | The typedef in "epan/value_string.h" declares "value_string" to be a | Guy Harris | 2002-02-05 | 1 | -4/+4 |
* | Update version to 0.9.1. Add NEWS entries for 0.9.1 changes. | Gerald Combs | 2002-02-02 | 1 | -2/+2 |
* | Routines added to the plugin table, and include-once #ifndef/#define | Guy Harris | 2002-02-02 | 1 | -1/+4 |
* | Squelch a GCC warning. | Guy Harris | 2002-02-01 | 1 | -1/+2 |
* | Provide tvb_ensure_length_remaining(), which is like | Gilbert Ramirez | 2002-02-01 | 3 | -5/+30 |
* | There's no need to dynamically allocate the string buffer in | Guy Harris | 2002-01-31 | 1 | -7/+4 |
* | Don't include "inet_v6defs.h" in "column-utils.c"; nothing from it is | Guy Harris | 2002-01-31 | 1 | -11/+9 |
* | Remove the "--without-gcc" option - it doesn't work with the Sun, | Guy Harris | 2002-01-30 | 1 | -6/+1 |
* | Add a "--without-gcc" option, similar to what tcpdump and libpcap have. | Guy Harris | 2002-01-30 | 1 | -1/+6 |
* | Try defining just _USE_XOPEN and see if that gets "strptime()" declared | Guy Harris | 2002-01-30 | 1 | -16/+1 |
* | Alas, on Solaris, defining _XOPEN_SOURCE causes some things not in the | Guy Harris | 2002-01-30 | 1 | -1/+13 |
* | IPv6 name resolution support on Solaris 8, from Heikki Vatiainen. | Guy Harris | 2002-01-30 | 1 | -1/+5 |
* | Use: | Gilbert Ramirez | 2002-01-29 | 1 | -3/+4 |
* | Support for capturing on, and reading captures from, OpenBSD firewall | Guy Harris | 2002-01-29 | 3 | -3/+47 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 13 | -51/+42 |
* | Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOL | Guy Harris | 2002-01-20 | 1 | -8/+26 |
* | Use the "fragmented" field of the "packet_info" structure in | Guy Harris | 2002-01-17 | 1 | -2/+3 |
* | Add a preferences page for the name resolution flags. | Guy Harris | 2002-01-13 | 2 | -21/+40 |
* | From Jirka Novak: | Guy Harris | 2002-01-11 | 2 | -20/+78 |
* | Clean up white space. | Guy Harris | 2002-01-07 | 1 | -19/+20 |
* | Long NCP traces can easily have many packets whose "uniqueness" | Gilbert Ramirez | 2002-01-05 | 3 | -3/+44 |
* | If the "parent directory" of what would be the personal configuration | Guy Harris | 2002-01-04 | 1 | -3/+13 |
* | From Hamish Moffatt: | Guy Harris | 2002-01-04 | 1 | -2/+13 |
* | Fix up white space. | Guy Harris | 2002-01-04 | 1 | -5/+5 |
* | "proto_tree_is_visible" no longer exists as a global variable, so remove | Guy Harris | 2002-01-04 | 1 | -7/+1 |
* | Throw a BoundsError if a length parameter in a tvbuff-accessor is < -1. | Gilbert Ramirez | 2002-01-04 | 1 | -3/+9 |
* | Correctly handle the nanoseconds fields in strings representing absolute | Guy Harris | 2001-12-28 | 1 | -7/+68 |
* | Bump the version up to 0.9.0. Update the NEWS file. | Gerald Combs | 2001-12-23 | 1 | -2/+2 |
* | Work around Windows' annoying decision to map 0.0.0.0 to the local host | Guy Harris | 2001-12-20 | 1 | -2/+8 |
* | Provide for per-protocol-tree data in the proto_tree code. | Gilbert Ramirez | 2001-12-18 | 15 | -218/+441 |
* | Add an extra argument to "epan_dissect_new()" that indicates whether the | Guy Harris | 2001-12-16 | 2 | -4/+14 |
* | Plug a really bad memory leak. The GPtrArrays of field_info's that | Gilbert Ramirez | 2001-12-13 | 1 | -1/+2 |
* | From Motonori Shindo: add "*.pdb" to the ".cvsignore" files in | Guy Harris | 2001-12-12 | 3 | -0/+3 |
* | From Motonori Shindo: | Guy Harris | 2001-12-12 | 3 | -9/+10 |
* | Remove some extra blank lines. | Guy Harris | 2001-12-10 | 1 | -4/+1 |
* | The packet length is an unsigned quantity; print it with "%u". | Guy Harris | 2001-12-10 | 1 | -2/+3 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 8 | -201/+190 |
* | Clean up indentation. | Guy Harris | 2001-12-08 | 1 | -20/+20 |
* | Attach a descriptive name field type and base to dissector tables; that | Guy Harris | 2001-12-08 | 2 | -7/+58 |
* | Use "-no-cpp-precomp" rather than "-traditional-cpp" on MacOS X, as per | Guy Harris | 2001-12-07 | 1 | -3/+17 |
* | Dfilter code finds field under *any* parent's subtree, not just | Gilbert Ramirez | 2001-12-07 | 2 | -32/+9 |
* | Remove proto_tree from capture_file and PacketWinData, since they | Gilbert Ramirez | 2001-12-06 | 2 | -6/+16 |
* | Remove the no-longer-extant "conv_dissector_add()" from the list of | Guy Harris | 2001-12-03 | 1 | -2/+2 |
* | A "dissector_table_t" is no longer a pointer to a hash table, it's a | Guy Harris | 2001-12-03 | 1 | -4/+4 |