aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2001-05-31Support for filtering on absolute and relative time fields, from RonnieGuy Harris1-5/+110
2001-05-30No old-style dissectors call "old_dissector_try_port()", so get rid ofGuy Harris2-169/+13
2001-05-28We now might print four IP addresses on a protocol tree line, so makeGuy Harris1-3/+5
2001-05-27Fix a comment, and update Gerald's e-mail address.Guy Harris2-6/+5
2001-05-27RX and AFS dissectors tvbuffified, and bugs fixed, by Ronnie Sahlberg.Guy Harris1-1/+10
2001-05-16Update files for release 8.18Jeff Foster1-2/+2
2001-05-15Stop depending on the order in which operations are performed byGuy Harris1-7/+11
2001-05-09When generating a filter expression to match a protocol tree line notGuy Harris1-39/+36
2001-05-07If "proto_item_set_len()" is passed a null pointer as its firstGuy Harris1-2/+6
2001-05-01Base HAVE_PLUGINS on whether "g_module_supported()" returns TRUE, not onGuy Harris2-16/+37
2001-04-25Get rid of support for non-tvbuffified plugin dissectors.Guy Harris1-3/+1
2001-04-25Make "col_set_str()" and "tvb_reported_length_remaining()" available inGuy Harris1-1/+3
2001-04-23When registering numeric fields, check that a base other than BASE_NONEGuy Harris1-26/+18
2001-04-20Put BASE_NONE back into the FT_INTn and FT_UINTn display functionsEd Warnicke1-2/+27
2001-04-19Don't allow BASE_NONE to be used with FT_INTn and FT_UINTn variables -Guy Harris1-6/+1
2001-04-19Patch from Ronnie Sahlberg to cause the field description section of theGuy Harris1-3/+23
2001-04-17Move the declaration of "etype_vals[]" from "epan/packet.h" toGuy Harris1-2/+1
2001-04-17Move the declaration of "ipprotostr()" out of "epan/packet.h" into a newGuy Harris1-4/+1
2001-04-16Assorted ISIS enhancements from Hannes Gredler.Guy Harris1-2/+7
2001-04-15There's no "enable name resolution in captures" preference in Ethereal,Guy Harris2-20/+19
2001-04-12Improvement of 'make clean' targets.Gilbert Ramirez1-1/+1
2001-04-11Updated for release 0.8.17Jeff Foster1-2/+2
2001-04-10If the tvbuff pointer is null in "alloc_field_info()", get the dataGuy Harris1-5/+2
2001-04-05Don't call "register_all_plugin_handoffs()" if we don't have pluginGuy Harris1-1/+3
2001-04-05Use sed in the Win32 build to place the version in various files.Gilbert Ramirez2-3/+3
2001-04-02Include <string.h> to declare "strlen()", and include <winsock.h> toGuy Harris1-5/+10
2001-04-02Don't use "u_int" and "u_char", as they're not defined in <sys/types.h>Guy Harris2-10/+10
2001-04-02Don't use "u_int" for IPv4 addresses in "column-utils.c", as that'llGuy Harris1-2/+2
2001-04-02"to_str.c" uses "size_t"; include <stdlib.h>, to declare it (necessaryGuy Harris1-1/+3
2001-04-02The plugins code has an API that uses a type from "prefs.h"; includeGuy Harris1-1/+3
2001-04-02"get_home_dir()", in "epan/filesystem.c", usesGuy Harris2-2/+112