aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2002-02-11dissect_frame() can throw a ReportedBoundsError; catch it ingram1-4/+9
2002-02-06Old-style (non-tvbuffified) dissectors haven't been supported sinceguy1-2/+1
2002-02-05"log" is a name that belongs to the ANSI C89 standard; it refers to aguy7-54/+56
2002-02-05The typedef in "epan/value_string.h" declares "value_string" to be aguy1-4/+4
2002-02-02Update version to 0.9.1. Add NEWS entries for 0.9.1 changes.gerald1-2/+2
2002-02-02Routines added to the plugin table, and include-once #ifndef/#defineguy1-1/+4
2002-02-01Squelch a GCC warning.guy1-1/+2
2002-02-01Provide tvb_ensure_length_remaining(), which is likegram3-5/+30
2002-01-31There's no need to dynamically allocate the string buffer inguy1-7/+4
2002-01-31Don't include "inet_v6defs.h" in "column-utils.c"; nothing from it isguy1-11/+9
2002-01-30Remove the "--without-gcc" option - it doesn't work with the Sun,guy1-6/+1
2002-01-30Add a "--without-gcc" option, similar to what tcpdump and libpcap have.guy1-1/+6
2002-01-30Try defining just _USE_XOPEN and see if that gets "strptime()" declaredguy1-16/+1
2002-01-30Alas, on Solaris, defining _XOPEN_SOURCE causes some things not in theguy1-1/+13
2002-01-30IPv6 name resolution support on Solaris 8, from Heikki Vatiainen.guy1-1/+5
2002-01-29Use:gram1-3/+4
2002-01-29Support for capturing on, and reading captures from, OpenBSD firewallguy3-3/+47
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy13-51/+42
2002-01-20Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLguy1-8/+26
2002-01-17Use the "fragmented" field of the "packet_info" structure inguy1-2/+3
2002-01-13Add a preferences page for the name resolution flags.guy2-21/+40
2002-01-11From Jirka Novak:guy2-20/+78
2002-01-07Clean up white space.guy1-19/+20
2002-01-05Long NCP traces can easily have many packets whose "uniqueness"gram3-3/+44
2002-01-04If the "parent directory" of what would be the personal configurationguy1-3/+13
2002-01-04From Hamish Moffatt:guy1-2/+13
2002-01-04Fix up white space.guy1-5/+5
2002-01-04"proto_tree_is_visible" no longer exists as a global variable, so removeguy1-7/+1
2002-01-04Throw a BoundsError if a length parameter in a tvbuff-accessor is < -1.gram1-3/+9
2001-12-28Correctly handle the nanoseconds fields in strings representing absoluteguy1-7/+68
2001-12-23Bump the version up to 0.9.0. Update the NEWS file.gerald1-2/+2
2001-12-20Work around Windows' annoying decision to map 0.0.0.0 to the local hostguy1-2/+8
2001-12-18Provide for per-protocol-tree data in the proto_tree code.gram15-218/+441
2001-12-16Add an extra argument to "epan_dissect_new()" that indicates whether theguy2-4/+14
2001-12-13Plug a really bad memory leak. The GPtrArrays of field_info's thatgram1-1/+2
2001-12-12From Motonori Shindo: add "*.pdb" to the ".cvsignore" files inguy3-0/+3
2001-12-12From Motonori Shindo:guy3-9/+10
2001-12-10Remove some extra blank lines.guy1-4/+1
2001-12-10The packet length is an unsigned quantity; print it with "%u".guy1-2/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy8-201/+190
2001-12-08Clean up indentation.guy1-20/+20
2001-12-08Attach a descriptive name field type and base to dissector tables; thatguy2-7/+58
2001-12-07Use "-no-cpp-precomp" rather than "-traditional-cpp" on MacOS X, as perguy1-3/+17
2001-12-07Dfilter code finds field under *any* parent's subtree, not justgram2-32/+9
2001-12-06Remove proto_tree from capture_file and PacketWinData, since theygram2-6/+16
2001-12-03Remove the no-longer-extant "conv_dissector_add()" from the list ofguy1-2/+2
2001-12-03A "dissector_table_t" is no longer a pointer to a hash table, it's aguy1-4/+4
2001-12-03Get rid of the lists of conversation dissectors; instead, have aguy2-142/+105
2001-12-03Add a routine tro look for a given port in a given dissector table and,guy2-6/+23
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy5-119/+81