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