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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use address functions instead of ADDRESS macros in asn1 and epan
Gerald Combs
2015-10-22
1
-1
/
+1
*
Don't parse services file twice, respect user settings
João Valverde
2015-10-18
1
-34
/
+6
*
Remove duplicate transport ports from proto tree summary
João Valverde
2015-10-11
1
-75
/
+68
*
Add BASE_PT_ field display types
João Valverde
2015-10-05
1
-6
/
+17
*
addr_resolv: cosmetic change for flags
Peter Wu
2015-09-27
1
-13
/
+13
*
Init values set (found by American Fuzzy Lop).
Dario Lombardo
2015-08-18
1
-1
/
+1
*
DNS: move DNS name resolution pref to Name Resolution prefs
Hadriel Kaplan
2015-07-25
1
-1
/
+24
*
Fix address resolution for columns.
Guy Harris
2015-07-03
1
-54
/
+0
*
Fix memory leak printing eui64s
Evan Huus
2015-06-21
1
-3
/
+7
*
Remove the executable bit from epan/addr_resolv.c
Evan Huus
2015-06-09
1
-0
/
+0
*
Fix insertion of subnets read from the subnets file: append to the *end* of
Christopher Maynard
2015-06-09
1
-9
/
+15
*
Complete the fix from g6b5c71a.
Gerald Combs
2015-03-18
1
-1
/
+0
*
Don't cache existing IPv4 and IPv6 hostnames.
Gerald Combs
2015-03-18
1
-13
/
+14
*
Look for and use gethostbyname() if we don't have getaddrinfo(). Fail to
Jeff Morriss
2015-03-03
1
-11
/
+59
*
Add tvb_get_ether_name
Michael Mann
2015-03-03
1
-0
/
+6
*
Don't read aliases from the personal hosts file.
Jeff Morriss
2015-03-02
1
-1
/
+5
*
Use getnameinfo() instead of gethostbyaddr().
Jeff Morriss
2015-02-27
1
-89
/
+90
*
Restore synchronous name resolution (revert SVN rev52115).
Jeff Morriss
2015-02-27
1
-0
/
+28
*
Check whether we HAVE_GETADDRINFO before using it.
Jeff Morriss
2015-02-26
1
-4
/
+4
*
addr_resolv.c: fix a stack buffer overflow detected by ASAN
Pascal Quantin
2015-02-20
1
-1
/
+1
*
addr_resolv: Fix Dead Store (Dead assignement/Dead increment) warning found b...
Alexis La Goutte
2015-02-20
1
-11
/
+0
*
Add name resolution support to address type.
Michael Mann
2015-02-19
1
-26
/
+1
*
Corrected display format for EUI-64
Robert Cragie
2015-02-17
1
-1
/
+1
*
Get rid of duplicate typedef.
Guy Harris
2015-02-16
1
-2
/
+2
*
Make get_manuf_name return a const string.
Michael Mann
2015-02-16
1
-39
/
+77
*
Remove a duplicate typedef.
Gerald Combs
2015-02-14
1
-2
/
+2
*
"Hide" hashether_t structure.
Michael Mann
2015-02-14
1
-3
/
+16
*
Revert ""Hide" hashether_t structure."
Anders Broman
2015-02-12
1
-16
/
+3
*
Revert "Make get_manuf_name return a const string."
Anders Broman
2015-02-12
1
-77
/
+39
*
Make get_manuf_name return a const string.
Michael Mann
2015-02-12
1
-39
/
+77
*
"Hide" hashether_t structure.
Michael Mann
2015-02-12
1
-3
/
+16
*
Add fixed length function for address types.
Michael Mann
2015-02-09
1
-0
/
+9
*
Remove gethostbyaddr and gethostbyaddr2.
Gerald Combs
2015-02-06
1
-24
/
+51
*
addr_resolv: correctly scope returned memory
Evan Huus
2015-01-29
1
-4
/
+4
*
Update some comments to reflect reality.
Guy Harris
2015-01-18
1
-2
/
+0
*
Remove some apparently-unnecessary includes of emem.h.
Guy Harris
2015-01-18
1
-1
/
+0
*
Remove seasonal memory from address resolution.
Michael Mann
2015-01-18
1
-4
/
+25
*
Miscellaneous ep_strdup_printf replacement.
Michael Mann
2015-01-18
1
-6
/
+6
*
Convert EUI64 address APIs to use wmem.
Michael Mann
2015-01-09
1
-27
/
+6
*
Have ipxnet addresses use wmem scoped memory.
Michael Mann
2015-01-09
1
-6
/
+6
*
ep_<protocol>_port_to_display -> <protocol>_port_to_display
Michael Mann
2015-01-08
1
-14
/
+14
*
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
-31
/
+1
*
Make all Lua code use wmem not emem
Hadriel Kaplan
2015-01-04
1
-0
/
+22
*
We no longer do anything signal-related, so don't include <signal.h>.
Guy Harris
2014-12-31
1
-8
/
+13
*
Do not use packet scope memory outside packet dissectors
Pascal Quantin
2014-12-21
1
-1
/
+1
*
Replace ether_to_str with either address_to_str or tvb_ether_to_str.
Michael Mann
2014-12-21
1
-1
/
+3
*
Don't use ctype.h routines.
Guy Harris
2014-10-17
1
-4
/
+3
*
Get rid of g_hash_table_lookup asserts when loading an external host file
Pascal Quantin
2014-09-27
1
-21
/
+24
*
Fix regression introduced by gf3b631668b
Evan Huus
2014-08-09
1
-1
/
+1
[next]