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
/
req_resp_hdrs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a typo
Jeff Morriss
2009-10-03
1
-1
/
+1
*
Since chunk_size is now unsigned, check to ensure that it is not "too big."
Jeff Morriss
2009-10-03
1
-10
/
+15
*
Added a cast to avoid another warning.
Stig Bjørlykke
2009-10-01
1
-1
/
+1
*
Fixed input argument for sscanf "%x" (shall be unsigned int).
Stig Bjørlykke
2009-10-01
1
-4
/
+3
*
(FWIW) One step towards including stdio.h & stdlib.h only when req'd.
Bill Meier
2009-08-26
1
-1
/
+3
*
More size_t fixes. Use a string buffer in range.c.
Gerald Combs
2009-04-08
1
-1
/
+1
*
Remove:
Anders Broman
2008-04-09
1
-4
/
+0
*
strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delenda
Guy Harris
2007-11-27
1
-2
/
+6
*
From Yaniv kaul:
Mike Duigou
2007-11-19
1
-8
/
+12
*
Fixes reassembly of chunked http-responses spanning multiple tcp segments
Sake Blok
2007-10-03
1
-3
/
+1
*
From Mike Duigou <wireshark@duigou.org> (bug 1698):
Richard van der Hoff
2007-08-21
1
-3
/
+3
*
Remove almost all of the casts I committed recently and in place of
Stephen Fisher
2007-03-28
1
-4
/
+4
*
Fix a bunch more warnings. Add -Werror when using --with-warnings-as-errors
Stephen Fisher
2007-03-26
1
-4
/
+4
*
fix for bug 1142
Ronnie Sahlberg
2006-11-10
1
-8
/
+30
*
fix for bug 1200
Ronnie Sahlberg
2006-11-07
1
-2
/
+2
*
implement support to reassemble tcp sessions until the end of the session (FIN)
Ronnie Sahlberg
2006-09-10
1
-0
/
+25
*
name change
Ronnie Sahlberg
2006-05-21
1
-2
/
+2
*
There's no guaranteee that "req_resp_hdrs_do_reassembly()" gets called
Guy Harris
2005-01-20
1
-2
/
+1
*
From Chris Maynard: free strings fetched with "tvb_get_string()" when
Guy Harris
2005-01-07
1
-0
/
+2
*
Move the request/response header helper routines to the epan directory.
Guy Harris
2004-09-29
1
-0
/
+339