| Commit message (Expand) | Author | Age | Files | Lines |
* | New functions: str_to_ip6(), str_to_ip() | Jakub Zawadzki | 2013-12-21 | 1 | -4/+16 |
* | bytes_to_hexstr_punct() does not add a null terminator, so we must add | Guy Harris | 2013-12-20 | 1 | -1/+4 |
* | Fix [-Wmissing-prototypes] | Anders Broman | 2013-12-20 | 1 | -1/+1 |
* | Add bytestring_to_str() which takes a wmem scope and is otherwise identical to | Evan Huus | 2013-12-19 | 1 | -1/+2 |
* | Rename a couple of to_str functions to have ep_ in the name. This makes it | Evan Huus | 2013-12-19 | 1 | -1/+1 |
* | Move the epan/filesystem.c routines to wsutil; they're not specific to | Guy Harris | 2013-11-17 | 1 | -1/+1 |
* | include <wsutil/pint.h> only when needed. | Jakub Zawadzki | 2013-11-09 | 1 | -0/+1 |
* | g_slist_free_full() is glib 2.28 | Anders Broman | 2013-10-23 | 1 | -17/+38 |
* | Make manual address resolution work again by putting the addresses | Anders Broman | 2013-10-23 | 1 | -33/+100 |
* | Flag the addresses used in the trace which has been resolved and only add tho... | Anders Broman | 2013-10-10 | 1 | -27/+32 |
* | Invert NEED_INET_ATON_H to HAVE_INET_ATON_H | Jörg Mayer | 2013-10-05 | 1 | -1/+1 |
* | Fix some typos, indentation. Don't try to write the NRB if the pointer to our | Evan Huus | 2013-09-22 | 1 | -3/+3 |
* | Fix -Wshadow, indentation | Evan Huus | 2013-09-22 | 1 | -15/+15 |
* | Get rid of struct addrinfo, use the hastables for name resolution instead. | Anders Broman | 2013-09-22 | 1 | -81/+38 |
* | Don't call gethostbyaddr() we have already read the local hosts file, settle ... | Anders Broman | 2013-09-17 | 1 | -30/+0 |
* | Read the local services file. | Anders Broman | 2013-09-16 | 1 | -0/+24 |
* | Don't call getservbyport() on unresolved ports - it's expensive. | Anders Broman | 2013-09-16 | 1 | -30/+8 |
* | Revert revision=51577. | Anders Broman | 2013-08-29 | 1 | -11/+19 |
* | Don't store address in the hastable when name resolution is off. | Anders Broman | 2013-08-29 | 1 | -19/+11 |
* | Clean-up ipxnet hash table in host_name_lookup_cleanup. Should fix the buildbot | Evan Huus | 2013-08-20 | 1 | -0/+5 |
* | Fix for | Jörg Mayer | 2013-08-20 | 1 | -0/+5 |
* | Mark an unused parameter. | Anders Broman | 2013-08-20 | 1 | -1/+1 |
* | Use g_hash_table() for ipxnet name resolution. | Anders Broman | 2013-08-20 | 1 | -41/+41 |
* | Use g_hastable() for IPv6 name reslution. | Anders Broman | 2013-08-18 | 1 | -61/+80 |
* | Split the code to convert an ethernet address into an int64 into a function | Evan Huus | 2013-08-15 | 1 | -50/+24 |
* | Free the old name before we add the new one in case the services file has | Evan Huus | 2013-08-15 | 1 | -0/+4 |
* | Fix name resolution tests: | Evan Huus | 2013-08-13 | 1 | -12/+12 |
* | Move initalisation of IPv4 hastable to the host_name_lookup_init() rotine. | Anders Broman | 2013-08-12 | 1 | -17/+8 |
* | Use g_hashtable for IPv4 name resolution. | Anders Broman | 2013-08-11 | 1 | -53/+70 |
* | Modelines and consistent indentation. | Evan Huus | 2013-08-11 | 1 | -2103/+2127 |
* | Fix 130KB of leaked memory exposed (or caused?) by the conversion to glib hash | Evan Huus | 2013-08-11 | 1 | -1/+15 |
* | Don't call eth_addr_resolve() unconditionally. | Anders Broman | 2013-08-08 | 1 | -1/+3 |
* | Ensure we have both _initialize() and a corresponding _cleanup() routines for | Jeff Morriss | 2013-08-07 | 1 | -273/+233 |
* | Store the port number as a string for the unresolved ports to avoid repeated ... | Anders Broman | 2013-08-06 | 1 | -28/+30 |
* | Make sure serv_proto is set to the appropriate string value in all | Guy Harris | 2013-08-05 | 1 | -61/+72 |
* | it's and, not or ;-) | Martin Kaiser | 2013-08-05 | 1 | -1/+1 |
* | Try to make the OSX build bot happy. | Anders Broman | 2013-08-05 | 1 | -0/+3 |
* | Use a hastable for port resolution. Currently one table for the 4 protocols w... | Anders Broman | 2013-08-05 | 1 | -120/+137 |
* | Ensure eth_hashtable exists when doing a lookup. Not sure I'm running into t... | Michael Mann | 2013-08-04 | 1 | -3/+11 |
* | Add some casts to keep C++ happy. | Jeff Morriss | 2013-08-02 | 1 | -3/+5 |
* | g_int64_equal() and g_int64_hash() exist *after* glib 2.22, not before. | Jeff Morriss | 2013-08-02 | 1 | -1/+1 |
* | - Use a hashtable for eth lookup. | Anders Broman | 2013-08-02 | 1 | -47/+100 |
* | g_int64_hash() and g_int64_equal() first appear in GLib 2.22, make a local copy. | Anders Broman | 2013-08-02 | 1 | -0/+45 |
* | Squelch a warning by explicitly casting to throw away the upper 32 bits | Guy Harris | 2013-08-01 | 1 | -2/+2 |
* | remove unused function hash_eth_wka() | Martin Kaiser | 2013-08-01 | 1 | -39/+0 |
* | Use glibs hastables rather than home grown variants for manuf an wka(well kno... | Anders Broman | 2013-08-01 | 1 | -162/+177 |
* | "man inet_pton" only says that it returns a negative value, zero or a postive... | Chris Maynard | 2013-07-16 | 1 | -8/+8 |
* | Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th... | Jeff Morriss | 2013-07-15 | 1 | -2/+3 |
* | Move bitmask array from ipv4_addr_set_netmask_bits() to ip_get_subnet_mask() | Jakub Zawadzki | 2013-07-12 | 1 | -62/+2 |
* | Add some comments around looking up names for port numbers. | Martin Mathieson | 2013-06-16 | 1 | -1/+8 |