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
*
Trivial warning fixes
Jörg Mayer
2008-12-02
1
-1
/
+1
*
Do not leak the port range in parse_service_line().
Stig Bjørlykke
2008-09-20
1
-1
/
+1
*
Avoid an indefinite loop freeing the same data over and over again
Stig Bjørlykke
2008-08-12
1
-0
/
+1
*
On Windows, if we're running anything but plain Visual C++ 6 (including
Gerald Combs
2008-08-11
1
-12
/
+16
*
Add support for the c-ares asynchronous DNS resolution library to the
Gerald Combs
2008-08-07
1
-24
/
+190
*
Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...
Bill Meier
2008-07-08
1
-4
/
+4
*
Constify a bunch of stuff, to squelch -Wwrite-strings warnings.
Guy Harris
2008-06-25
1
-1
/
+1
*
Fix some of the Errors/warnings detected by checkapi.
Anders Broman
2008-05-23
1
-1
/
+1
*
Move the file utility functions from wiretap to libwsutil so that
Jeff Morriss
2008-05-22
1
-25
/
+25
*
From Andrew Feren (bug 2433):
Stig Bjørlykke
2008-04-12
1
-11
/
+33
*
Removed C++ style comment.
Stig Bjørlykke
2008-01-24
1
-1
/
+1
*
From Douglas Pratley (bug 1445):
Stig Bjørlykke
2008-01-21
1
-5
/
+312
*
This patch adds support for configuration profiles, which can be used to
Stig Bjørlykke
2008-01-14
1
-4
/
+4
*
Fixed a few "statement not reached" warnings and a "assignment type mismatch"...
Stig Bjørlykke
2008-01-14
1
-1
/
+0
*
Apply yet another set of the optimization patches:
Anders Broman
2007-11-09
1
-16
/
+21
*
Apply yet another set of the optimization patches:
Anders Broman
2007-10-26
1
-28
/
+16
*
Changes get_addr_name_buf() to use the more common convention where the provi...
Mike Duigou
2007-09-28
1
-7
/
+2
*
Mask out only the bc/mc bit, not the locally assigned bit.
Jörg Mayer
2007-08-15
1
-5
/
+6
*
if the manuf address could not be resolved, strip off special bits (multicast...
Ulf Lamping
2007-08-14
1
-1
/
+17
*
remove an unused variable
Ulf Lamping
2007-08-06
1
-2
/
+0
*
add a way to read a personal /etc/services file for TCP/UDP/... port service ...
Ulf Lamping
2007-08-06
1
-42
/
+188
*
(Minor) Use _WIN32 (instead of WIN32) like the rest of Wireshark
Bill Meier
2007-06-03
1
-5
/
+5
*
Remove almost all of the casts I committed recently and in place of
Stephen Fisher
2007-03-28
1
-1
/
+1
*
Fix a bunch more warnings. Add -Werror when using --with-warnings-as-errors
Stephen Fisher
2007-03-26
1
-9
/
+9
*
Fix potential buffer overruns in address_to_str_buf() found by Andrej
Gerald Combs
2007-01-29
1
-2
/
+2
*
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
[next]