| Commit message (Expand) | Author | Age | Files | Lines |
* | Before setting the value of an string field, make sure it's not null. | Guy Harris | 2001-07-15 | 1 | -1/+2 |
* | Fixes, from Scott Renfro, for some calls to "localtime()" that didn't | Guy Harris | 2001-07-15 | 2 | -25/+36 |
* | Updated for release 0.8.19 | Jeff Foster | 2001-07-13 | 1 | -2/+2 |
* | Check for IPv6 support, and check what type of IPv6 support we have, in | Guy Harris | 2001-07-13 | 2 | -1/+163 |
* | From Joerg Mayer: | Guy Harris | 2001-07-13 | 8 | -12/+70 |
* | Add a "time_msecs_to_str()" routine, to turn a time interval, expressed | Guy Harris | 2001-07-13 | 2 | -2/+63 |
* | Tvbuffify the DNS, NBNS, NBDS, and NBSS dissectors. | Guy Harris | 2001-07-02 | 2 | -6/+51 |
* | Create a routine to do the tvbuff-length-adjusting and | Guy Harris | 2001-06-29 | 2 | -2/+54 |
* | "index()" is non-standard, and MSVC++ 6.0 complained about it; the ANSI | Guy Harris | 2001-06-23 | 1 | -4/+3 |
* | Support CIDR notation in IPv4 address filtering. | Gilbert Ramirez | 2001-06-22 | 3 | -11/+85 |
* | More signed vs. unsigned cleanups, and initialization cleanups, from | Guy Harris | 2001-06-19 | 1 | -1/+5 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -2/+7 |
* | Define __USE_XOPEN in files that use "strptime()", from Joerg Mayer. | Guy Harris | 2001-06-18 | 1 | -2/+9 |
* | Rename the arguments and flags for the conversation routines, so as not | Guy Harris | 2001-06-10 | 2 | -224/+233 |
* | Pull the hash functions into macros, rather than using duplicating the | Guy Harris | 2001-06-07 | 1 | -55/+59 |
* | Fix a comment. | Guy Harris | 2001-06-06 | 1 | -10/+14 |
* | Enable "Match Selected" only if there's a field selected *and* we can do | Guy Harris | 2001-06-05 | 2 | -6/+59 |
* | Define a "COPY_ADDRESS()" macro, which copies the data in one address to | Guy Harris | 2001-06-04 | 2 | -21/+20 |
* | Add an "ADDRESSES_EQUAL()" macro, taking pointers to two "address" | Guy Harris | 2001-06-04 | 2 | -32/+17 |
* | "old_dissector_delete()" is no longer used; remove it. | Guy Harris | 2001-06-02 | 2 | -35/+4 |
* | Windows and the MSVC++ 6.0 library don't have "strptime()", so pull in | Guy Harris | 2001-06-02 | 1 | -1/+5 |
* | Support for "-N" flag enabling selected forms of name resolution, from | Guy Harris | 2001-05-31 | 1 | -14/+14 |
* | Add support for "Match Selected" on FT_ABSOLUTE_TIME and | Guy Harris | 2001-05-31 | 1 | -8/+21 |
* | Display all the digits of the microsecond field of an absolute time | Guy Harris | 2001-05-31 | 2 | -23/+63 |
* | Don't require both the seconds and microseconds parts of a relative time | Guy Harris | 2001-05-31 | 1 | -4/+51 |
* | Support for filtering on absolute and relative time fields, from Ronnie | Guy Harris | 2001-05-31 | 1 | -5/+110 |
* | No old-style dissectors call "old_dissector_try_port()", so get rid of | Guy Harris | 2001-05-30 | 2 | -169/+13 |
* | We now might print four IP addresses on a protocol tree line, so make | Guy Harris | 2001-05-28 | 1 | -3/+5 |
* | Fix a comment, and update Gerald's e-mail address. | Guy Harris | 2001-05-27 | 2 | -6/+5 |
* | RX and AFS dissectors tvbuffified, and bugs fixed, by Ronnie Sahlberg. | Guy Harris | 2001-05-27 | 1 | -1/+10 |
* | Update files for release 8.18 | Jeff Foster | 2001-05-16 | 1 | -2/+2 |
* | Stop depending on the order in which operations are performed by | Guy Harris | 2001-05-15 | 1 | -7/+11 |
* | When generating a filter expression to match a protocol tree line not | Guy Harris | 2001-05-09 | 1 | -39/+36 |
* | If "proto_item_set_len()" is passed a null pointer as its first | Guy Harris | 2001-05-07 | 1 | -2/+6 |
* | Base HAVE_PLUGINS on whether "g_module_supported()" returns TRUE, not on | Guy Harris | 2001-05-01 | 2 | -16/+37 |
* | Get rid of support for non-tvbuffified plugin dissectors. | Guy Harris | 2001-04-25 | 1 | -3/+1 |
* | Make "col_set_str()" and "tvb_reported_length_remaining()" available in | Guy Harris | 2001-04-25 | 1 | -1/+3 |
* | When registering numeric fields, check that a base other than BASE_NONE | Guy Harris | 2001-04-23 | 1 | -26/+18 |
* | Put BASE_NONE back into the FT_INTn and FT_UINTn display functions | Ed Warnicke | 2001-04-20 | 1 | -2/+27 |
* | Don't allow BASE_NONE to be used with FT_INTn and FT_UINTn variables - | Guy Harris | 2001-04-19 | 1 | -6/+1 |
* | Patch from Ronnie Sahlberg to cause the field description section of the | Guy Harris | 2001-04-19 | 1 | -3/+23 |
* | Move the declaration of "etype_vals[]" from "epan/packet.h" to | Guy Harris | 2001-04-17 | 1 | -2/+1 |
* | Move the declaration of "ipprotostr()" out of "epan/packet.h" into a new | Guy Harris | 2001-04-17 | 1 | -4/+1 |
* | Assorted ISIS enhancements from Hannes Gredler. | Guy Harris | 2001-04-16 | 1 | -2/+7 |
* | There's no "enable name resolution in captures" preference in Ethereal, | Guy Harris | 2001-04-15 | 2 | -20/+19 |
* | Improvement of 'make clean' targets. | Gilbert Ramirez | 2001-04-12 | 1 | -1/+1 |
* | Updated for release 0.8.17 | Jeff Foster | 2001-04-11 | 1 | -2/+2 |
* | If the tvbuff pointer is null in "alloc_field_info()", get the data | Guy Harris | 2001-04-10 | 1 | -5/+2 |
* | Don't call "register_all_plugin_handoffs()" if we don't have plugin | Guy Harris | 2001-04-05 | 1 | -1/+3 |
* | Use sed in the Win32 build to place the version in various files. | Gilbert Ramirez | 2001-04-05 | 2 | -3/+3 |