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
*
Fix for bug 795: handle CR as line end as well
Jaap Keuter
2006-08-29
1
-1
/
+1
*
Ethereal->Wireshark
Anders Broman
2006-05-28
1
-1
/
+1
*
name change
Ronnie Sahlberg
2006-05-21
1
-2
/
+2
*
I don't see any reason why we should only have to look for a hosts file in th...
Ulf Lamping
2006-03-02
1
-0
/
+9
*
From dider
Anders Broman
2006-02-27
1
-7
/
+19
*
Ricardo Muggli:
Jörg Mayer
2006-02-09
1
-1
/
+1
*
Make sure we don't use the ADNS version of inet_aton; it's broken.
Gerald Combs
2006-01-19
1
-11
/
+14
*
fix #648:
Ulf Lamping
2006-01-12
1
-1
/
+1
*
Use <wiretap/file_util.h> to include "file_util.h"; otherwise, the
Guy Harris
2005-11-07
1
-1
/
+1
*
replace *a lot* of file related calls by their GLib counterparts. This is nec...
Ulf Lamping
2005-11-06
1
-3
/
+4
*
Francesco Fondelli; Add dcp support
Jörg Mayer
2005-09-20
1
-0
/
+20
*
Don't collide with the "regular" IPv6 defintions in at least some
Guy Harris
2005-09-12
1
-10
/
+3
*
remove a bunch of sprintf that should be perfectly safe but for the princip...
Ronnie Sahlberg
2005-08-30
1
-10
/
+10
*
replace some more silly rotating buffers with ep_alloc() calls
Ronnie Sahlberg
2005-08-17
1
-36
/
+9
*
various code cleanup:
Ulf Lamping
2005-08-08
1
-8
/
+6
*
More 'char*' -> 'const char*' changes to fix warnings.
Jörg Mayer
2005-07-23
1
-2
/
+2
*
Move Win32-specific variable declaration to the beginning of a function.
Gerald Combs
2005-07-19
1
-3
/
+8
*
from Graeme Hewson: "Fixes for ethereal config files"
Ulf Lamping
2005-07-19
1
-15
/
+14
*
add get_manuf_name_if_known (returns NULL if unknown) in addition to get_manu...
Ulf Lamping
2005-05-20
1
-0
/
+17
*
Always set "*success" in "ipxnet_addr_lookup()" before returning (thanks
Guy Harris
2005-05-12
1
-3
/
+5
*
Plug some more small leaks.
Guy Harris
2005-03-24
1
-0
/
+1
*
From Francisco Alcoba:
Luis Ontanon
2005-02-22
1
-21
/
+57
*
Fix a typo in the previous checkin.
Guy Harris
2005-01-17
1
-1
/
+1
*
Use WINDIR rather than SYSTEMROOT - WINDIR is apparently set on Windows
Guy Harris
2005-01-17
1
-29
/
+16
*
Add support for a personal hosts file.
Guy Harris
2005-01-13
1
-15
/
+27
*
Put back the declaration of hostspath on Windows.
Guy Harris
2005-01-07
1
-0
/
+1
*
Move the open and close of the hosts file into "read_hosts_file()".
Guy Harris
2005-01-07
1
-18
/
+42
*
Check return value of getenv().
Lars Roland
2005-01-07
1
-3
/
+7
*
Add a "get_addr_name()" routine that takes an "address *" and attempts
Guy Harris
2004-12-30
1
-0
/
+26
*
Again, some warnings removed.
Ulf Lamping
2004-12-27
1
-1
/
+5
*
removed an MSVC warning
Ulf Lamping
2004-11-21
1
-0
/
+2
*
Fix some problems when compiling on Windows and when compiling on
Guy Harris
2004-11-17
1
-3
/
+3
*
Don't assume that IPv6 addresses are aligned on 32-bit boundaries.
Guy Harris
2004-11-17
1
-1
/
+2
*
Add a hash table for IPv6 addresses, and add an "add_ipv6_name()"
Guy Harris
2004-11-17
1
-13
/
+105
*
Rename some routines and structures to reflect that they're specific to
Guy Harris
2004-11-17
1
-34
/
+46
*
Based on code from Francisco Alcoba, read the hosts file on startup if
Guy Harris
2004-11-17
1
-3
/
+79
*
fix a typo
Ulf Lamping
2004-11-10
1
-1
/
+1
*
Don't shut down GNU ADNS if it wasn't initialized.
Guy Harris
2004-11-10
1
-1
/
+2
*
Check for errors in "adns_init()", and don't enable ADNS if we get an
Guy Harris
2004-11-10
1
-3
/
+17
*
Give some more details on the hang in RH 9.
Guy Harris
2004-10-06
1
-1
/
+3
*
Turn off the longjmping stuff when doing name lookups - it appears to
Guy Harris
2004-10-05
1
-10
/
+18
*
Move prefs.c and prefs.h into the epan subdirectory.
Guy Harris
2004-09-27
1
-1
/
+1
*
Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;
Guy Harris
2004-09-11
1
-2
/
+2
*
Merge the "resolv" rename changes with the trunk.
Gerald Combs
2004-08-09
1
-1
/
+1
*
From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that an
Guy Harris
2004-08-06
1
-0
/
+1915