aboutsummaryrefslogtreecommitdiffstats
path: root/epan
Commit message (Expand)AuthorAgeFilesLines
* Before setting the value of an string field, make sure it's not null.Guy Harris2001-07-151-1/+2
* Fixes, from Scott Renfro, for some calls to "localtime()" that didn'tGuy Harris2001-07-152-25/+36
* Updated for release 0.8.19Jeff Foster2001-07-131-2/+2
* Check for IPv6 support, and check what type of IPv6 support we have, inGuy Harris2001-07-132-1/+163
* From Joerg Mayer:Guy Harris2001-07-138-12/+70
* Add a "time_msecs_to_str()" routine, to turn a time interval, expressedGuy Harris2001-07-132-2/+63
* Tvbuffify the DNS, NBNS, NBDS, and NBSS dissectors.Guy Harris2001-07-022-6/+51
* Create a routine to do the tvbuff-length-adjusting andGuy Harris2001-06-292-2/+54
* "index()" is non-standard, and MSVC++ 6.0 complained about it; the ANSIGuy Harris2001-06-231-4/+3
* Support CIDR notation in IPv4 address filtering.Gilbert Ramirez2001-06-223-11/+85
* More signed vs. unsigned cleanups, and initialization cleanups, fromGuy Harris2001-06-191-1/+5
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-2/+7
* Define __USE_XOPEN in files that use "strptime()", from Joerg Mayer.Guy Harris2001-06-181-2/+9
* Rename the arguments and flags for the conversation routines, so as notGuy Harris2001-06-102-224/+233
* Pull the hash functions into macros, rather than using duplicating theGuy Harris2001-06-071-55/+59
* Fix a comment.Guy Harris2001-06-061-10/+14
* Enable "Match Selected" only if there's a field selected *and* we can doGuy Harris2001-06-052-6/+59
* Define a "COPY_ADDRESS()" macro, which copies the data in one address toGuy Harris2001-06-042-21/+20
* Add an "ADDRESSES_EQUAL()" macro, taking pointers to two "address"Guy Harris2001-06-042-32/+17
* "old_dissector_delete()" is no longer used; remove it.Guy Harris2001-06-022-35/+4
* Windows and the MSVC++ 6.0 library don't have "strptime()", so pull inGuy Harris2001-06-021-1/+5
* Support for "-N" flag enabling selected forms of name resolution, fromGuy Harris2001-05-311-14/+14
* Add support for "Match Selected" on FT_ABSOLUTE_TIME andGuy Harris2001-05-311-8/+21
* Display all the digits of the microsecond field of an absolute timeGuy Harris2001-05-312-23/+63
* Don't require both the seconds and microseconds parts of a relative timeGuy Harris2001-05-311-4/+51
* Support for filtering on absolute and relative time fields, from RonnieGuy Harris2001-05-311-5/+110
* No old-style dissectors call "old_dissector_try_port()", so get rid ofGuy Harris2001-05-302-169/+13
* We now might print four IP addresses on a protocol tree line, so makeGuy Harris2001-05-281-3/+5
* Fix a comment, and update Gerald's e-mail address.Guy Harris2001-05-272-6/+5
* RX and AFS dissectors tvbuffified, and bugs fixed, by Ronnie Sahlberg.Guy Harris2001-05-271-1/+10
* Update files for release 8.18Jeff Foster2001-05-161-2/+2
* Stop depending on the order in which operations are performed byGuy Harris2001-05-151-7/+11
* When generating a filter expression to match a protocol tree line notGuy Harris2001-05-091-39/+36
* If "proto_item_set_len()" is passed a null pointer as its firstGuy Harris2001-05-071-2/+6
* Base HAVE_PLUGINS on whether "g_module_supported()" returns TRUE, not onGuy Harris2001-05-012-16/+37
* Get rid of support for non-tvbuffified plugin dissectors.Guy Harris2001-04-251-3/+1
* Make "col_set_str()" and "tvb_reported_length_remaining()" available inGuy Harris2001-04-251-1/+3
* When registering numeric fields, check that a base other than BASE_NONEGuy Harris2001-04-231-26/+18
* Put BASE_NONE back into the FT_INTn and FT_UINTn display functionsEd Warnicke2001-04-201-2/+27
* Don't allow BASE_NONE to be used with FT_INTn and FT_UINTn variables -Guy Harris2001-04-191-6/+1
* Patch from Ronnie Sahlberg to cause the field description section of theGuy Harris2001-04-191-3/+23
* Move the declaration of "etype_vals[]" from "epan/packet.h" toGuy Harris2001-04-171-2/+1
* Move the declaration of "ipprotostr()" out of "epan/packet.h" into a newGuy Harris2001-04-171-4/+1
* Assorted ISIS enhancements from Hannes Gredler.Guy Harris2001-04-161-2/+7
* There's no "enable name resolution in captures" preference in Ethereal,Guy Harris2001-04-152-20/+19
* Improvement of 'make clean' targets.Gilbert Ramirez2001-04-121-1/+1
* Updated for release 0.8.17Jeff Foster2001-04-111-2/+2
* If the tvbuff pointer is null in "alloc_field_info()", get the dataGuy Harris2001-04-101-5/+2
* Don't call "register_all_plugin_handoffs()" if we don't have pluginGuy Harris2001-04-051-1/+3
* Use sed in the Win32 build to place the version in various files.Gilbert Ramirez2001-04-052-3/+3