summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2001-10-01Have a flag in the "packet_info" structure, which indicates whether theGuy Harris2-2/+5
2001-09-14To check whether something is a directory, call "test_for_directory()"Guy Harris1-2/+2
2001-09-14Make the resolution for time values be nanoseconds rather thanGuy Harris2-1/+37
2001-09-14Get rid of no-longer-necessary includes of <sys/time.h>.Guy Harris4-20/+4
2001-09-14Make the resolution for time values be nanoseconds rather thanGuy Harris7-92/+115
2001-09-13TCP desegmentation support, and changes to the ONC RPC and NBSSGuy Harris1-1/+4
2001-09-04From Thomas Wittwer: add "prefs_register_string_preference()" to theGuy Harris1-1/+2
2001-09-03Instead of having a single datum attached to a conversation, have a listGuy Harris2-6/+101
2001-09-03Don't pass wildcarded arguments to "find_conversation()" to routinesGuy Harris1-44/+181
2001-09-03In "find_conversation()", do the same type of matching thatGuy Harris1-91/+125
2001-08-29Add a "proto_item_append_text()" routine, which is likeGuy Harris3-3/+37
2001-08-28Get rid of "proto_tree_add_notext()" - if you create a subtree using it,Guy Harris3-14/+9
2001-08-21Plug a memory leak.Guy Harris1-2/+3
2001-08-21Fix some Win32 compilation warnings and errors.Guy Harris2-9/+14
2001-08-21On Windows, use the directory in which the binary resides as theGuy Harris6-87/+214
2001-08-19Fix some compile problems on Windows.Guy Harris1-9/+10
2001-08-18On Win32, use the default installation directory for Ethereal as theGuy Harris1-5/+91
2001-08-12Add FT_UCS2_LE as a field type in prep for adding unicode handling proto_treeRichard Sharpe1-1/+2
2001-08-04Patch from Lee Berger to properly skip past the length in FT_UINT_STRINGGuy Harris1-3/+3
2001-08-04Replace the protocol-specific data in the "packet_info" structure with aGuy Harris2-14/+5
2001-08-01Add a "time_secs_to_str_buf()" routine, which takes seconds andGuy Harris3-72/+119
2001-07-27Fix for Kazlib exception code:Gilbert Ramirez2-8/+8
2001-07-26MacOS support changes, from Michael Tuexen (with some modifications):Guy Harris1-2/+39
2001-07-22Do __attribute__ stuff if the GCC version number is greater than orGuy Harris2-19/+19
2001-07-22Add a bunch of routines used by GIOP plugins to the plugin addressGuy Harris1-1/+10
2001-07-15Before setting the value of an string field, make sure it's not null.Guy Harris1-1/+2
2001-07-15Fixes, from Scott Renfro, for some calls to "localtime()" that didn'tGuy Harris2-25/+36
2001-07-13Updated for release 0.8.19Jeff Foster1-2/+2
2001-07-13Check for IPv6 support, and check what type of IPv6 support we have, inGuy Harris2-1/+163
2001-07-13From Joerg Mayer:Guy Harris8-12/+70
2001-07-13Add a "time_msecs_to_str()" routine, to turn a time interval, expressedGuy Harris2-2/+63
2001-07-02Tvbuffify the DNS, NBNS, NBDS, and NBSS dissectors.Guy Harris2-6/+51
2001-06-29Create a routine to do the tvbuff-length-adjusting andGuy Harris2-2/+54
2001-06-23"index()" is non-standard, and MSVC++ 6.0 complained about it; the ANSIGuy Harris1-4/+3
2001-06-22Support CIDR notation in IPv4 address filtering.Gilbert Ramirez3-11/+85
2001-06-19More signed vs. unsigned cleanups, and initialization cleanups, fromGuy Harris1-1/+5
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-2/+7
2001-06-18Define __USE_XOPEN in files that use "strptime()", from Joerg Mayer.Guy Harris1-2/+9
2001-06-10Rename the arguments and flags for the conversation routines, so as notGuy Harris2-224/+233
2001-06-07Pull the hash functions into macros, rather than using duplicating theGuy Harris1-55/+59
2001-06-06Fix a comment.Guy Harris1-10/+14
2001-06-05Enable "Match Selected" only if there's a field selected *and* we can doGuy Harris2-6/+59
2001-06-04Define a "COPY_ADDRESS()" macro, which copies the data in one address toGuy Harris2-21/+20
2001-06-04Add an "ADDRESSES_EQUAL()" macro, taking pointers to two "address"Guy Harris2-32/+17
2001-06-02"old_dissector_delete()" is no longer used; remove it.Guy Harris2-35/+4
2001-06-02Windows and the MSVC++ 6.0 library don't have "strptime()", so pull inGuy Harris1-1/+5
2001-05-31Support for "-N" flag enabling selected forms of name resolution, fromGuy Harris1-14/+14
2001-05-31Add support for "Match Selected" on FT_ABSOLUTE_TIME andGuy Harris1-8/+21
2001-05-31Display all the digits of the microsecond field of an absolute timeGuy Harris2-23/+63
2001-05-31Don't require both the seconds and microseconds parts of a relative timeGuy Harris1-4/+51