index
:
tools/wireshark
Novell_NCP_branch
cherry-pick-112af30d
cherry-pick-78067deb-2
cherry-pick-c6e60da6-2
ethereal
lts-1.12.1
lts-1.2.11
lts-1.8.2
master
master-1.0
master-1.10
master-1.12
master-1.2
master-1.4
master-1.6
master-1.8
master-2.0
master-2.2
master-2.4
master-2.6
master-3.0
master-3.2
old-trunk-1.0
release-3.4
release-3.6
win32-native
WIP Patches to add a samsung-ipc dissector to Wireshark
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
epan
/
addr_resolv.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace and remove host_ip_af() function
João Valverde
2016-04-08
1
-8
/
+0
*
Remove synchronous DNS name resolution
João Valverde
2016-04-04
1
-1
/
+0
*
Remove ADNS support
João Valverde
2016-03-21
1
-1
/
+1
*
IEEE 802.1Q/VLAN: Resolve ID to a describing name
Uli Heilmeier
2016-03-18
1
-0
/
+12
*
Change some constness qualifications
João Valverde
2016-02-11
1
-4
/
+4
*
Don't use IP address strings as "names" for MAC addresses.
Guy Harris
2016-01-19
1
-4
/
+5
*
Rename ipv6-utils.h to ipv6.h.
Guy Harris
2016-01-03
1
-1
/
+1
*
If you want struct e_in6_addr, include <epan/ipv6-utils.h>.
Guy Harris
2016-01-03
1
-1
/
+0
*
Fix some constness issues [-Wcast-qual]
João Valverde
2016-01-03
1
-2
/
+2
*
Export functions str_to_ip() and str_to_ip6() to plugins
Jo Rueschel
2015-11-12
1
-0
/
+3
*
Don't include libwireshark headers from libwiretap.
Guy Harris
2015-11-04
1
-14
/
+1
*
Remove duplicate transport ports from proto tree summary
João Valverde
2015-10-11
1
-1
/
+21
*
Add BASE_PT_ field display types
João Valverde
2015-10-05
1
-1
/
+8
*
addr_resolv: cosmetic change for flags
Peter Wu
2015-09-27
1
-5
/
+5
*
Don't display duplicate addresses without name resolution enabled
João Valverde
2015-09-25
1
-0
/
+6
*
DNS: move DNS name resolution pref to Name Resolution prefs
Hadriel Kaplan
2015-07-25
1
-6
/
+15
*
Fix address resolution for columns.
Guy Harris
2015-07-03
1
-14
/
+0
*
Add tvb_get_ether_name
Michael Mann
2015-03-03
1
-0
/
+3
*
Make get_manuf_name return a const string.
Michael Mann
2015-02-16
1
-1
/
+7
*
"Hide" hashether_t structure.
Michael Mann
2015-02-14
1
-7
/
+6
*
Revert ""Hide" hashether_t structure."
Anders Broman
2015-02-12
1
-6
/
+7
*
Revert "Make get_manuf_name return a const string."
Anders Broman
2015-02-12
1
-7
/
+1
*
Make get_manuf_name return a const string.
Michael Mann
2015-02-12
1
-1
/
+7
*
"Hide" hashether_t structure.
Michael Mann
2015-02-12
1
-7
/
+6
*
Miscellaneous ep_strdup_printf replacement.
Michael Mann
2015-01-18
1
-1
/
+1
*
Replace se alloced memory in compare stat tap.
Michael Mann
2015-01-16
1
-1
/
+1
*
Convert EUI64 address APIs to use wmem.
Michael Mann
2015-01-09
1
-6
/
+2
*
Have ipxnet addresses use wmem scoped memory.
Michael Mann
2015-01-09
1
-1
/
+1
*
ep_<protocol>_port_to_display -> <protocol>_port_to_display
Michael Mann
2015-01-08
1
-8
/
+8
*
Replace ep_address_to_str with address_to_str.
Michael Mann
2015-01-06
1
-1
/
+1
*
Replace ep_display_to_address with wmem equivalent display_to_address.
Michael Mann
2015-01-05
1
-17
/
+3
*
Make all Lua code use wmem not emem
Hadriel Kaplan
2015-01-04
1
-0
/
+7
*
More name changes.
Guy Harris
2014-04-19
1
-12
/
+12
*
Some routine name changes.
Guy Harris
2014-04-19
1
-4
/
+4
*
Remove all $Id$ from top of file
Alexis La Goutte
2014-03-04
1
-2
/
+0
*
Remove trailing whitespace
Bill Meier
2014-02-25
1
-1
/
+1
*
New functions: str_to_ip6(), str_to_ip()
Jakub Zawadzki
2013-12-21
1
-0
/
+3
*
Fix [-Wmissing-prototypes]
Anders Broman
2013-12-20
1
-1
/
+1
*
Remove <epan/ipv6-utils.h> from tvbuff.
Jakub Zawadzki
2013-11-10
1
-0
/
+1
*
g_slist_free_full() is glib 2.28
Anders Broman
2013-10-23
1
-1
/
+1
*
Make manual address resolution work again by putting the addresses
Anders Broman
2013-10-23
1
-0
/
+3
*
Try to make the build bot happy.
Anders Broman
2013-10-10
1
-1
/
+1
*
Flag the addresses used in the trace which has been resolved and only add tho...
Anders Broman
2013-10-10
1
-10
/
+12
*
Get rid of struct addrinfo, use the hastables for name resolution instead.
Anders Broman
2013-09-22
1
-24
/
+6
*
Revert revision=51577.
Anders Broman
2013-08-29
1
-0
/
+2
*
Don't store address in the hastable when name resolution is off.
Anders Broman
2013-08-29
1
-2
/
+0
*
Use g_hash_table() for ipxnet name resolution.
Anders Broman
2013-08-20
1
-0
/
+3
*
Use g_hastable() for IPv6 name reslution.
Anders Broman
2013-08-18
1
-0
/
+12
*
Use g_hashtable for IPv4 name resolution.
Anders Broman
2013-08-11
1
-0
/
+16
*
Ensure we have both _initialize() and a corresponding _cleanup() routines for
Jeff Morriss
2013-08-07
1
-10
/
+21
[next]