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
/
dissectors
/
packet-http.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply some of the patches from:
Anders Broman
2009-05-13
1
-4
/
+2
*
More size_t casts.
Gerald Combs
2009-03-30
1
-4
/
+4
*
Fix various typos and spelling errors (mostly in text strings)
Bill Meier
2008-12-20
1
-1
/
+1
*
Partial support for RFC 2324.
Gerald Combs
2008-12-08
1
-0
/
+1
*
Add the Content-Length header as a header string, while maintaining the conte...
Jaap Keuter
2008-10-23
1
-3
/
+16
*
Minor cleanup related to proto_register & proto_reg_handoff
Bill Meier
2008-09-26
1
-3
/
+4
*
Move common code to base64.c
Anders Broman
2008-08-03
1
-18
/
+0
*
More (mostly stats tree) unsigned->signed char cleanup
Jeff Morriss
2008-07-12
1
-1
/
+1
*
Change the stats tree API to use signed chars instead of guint8s for all its
Jeff Morriss
2008-07-11
1
-17
/
+29
*
Display "Decompression failed" when appropriate (& Fix some src spacing)
Bill Meier
2008-07-08
1
-2
/
+3
*
Get rid of #defines that are no longer being used (we now have a port
Guy Harris
2008-07-03
1
-6
/
+0
*
Fix some warnings reported by gcc -Wshadow ...
Bill Meier
2008-06-28
1
-45
/
+45
*
Fix some of the Errors/warnings detected by checkapi.
Bill Meier
2008-05-13
1
-6
/
+10
*
Remove:
Anders Broman
2008-04-09
1
-3
/
+0
*
- Remove GLIB1 code
Stephen Fisher
2008-04-07
1
-1
/
+0
*
Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=383 : show multiple (p...
Jeff Morriss
2008-03-08
1
-4
/
+5
*
match_strval() may return NULL so don't blindly pass its return value into co...
Jeff Morriss
2008-03-04
1
-5
/
+5
*
Fix for bug 1586: When proxying a tcp connection (mostly used with ssl over an
Sake Blok
2007-12-26
1
-92
/
+115
*
Apply yet another of the optimization patches:
Anders Broman
2007-11-27
1
-10
/
+7
*
strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delenda
Guy Harris
2007-11-27
1
-5
/
+9
*
Don't call tvb_set_child_real_data_tvbuff() + add_new_data_source() twice
Gerald Combs
2007-11-09
1
-6
/
+0
*
- s/ntohs/g_ntohs
Jeff Morriss
2007-08-15
1
-2
/
+2
*
add missing initial registration to TCP and SSL ports
Tomas Kukosa
2007-08-08
1
-0
/
+2
*
make TCP and SSL/TLS ports configurable for HTTP
Tomas Kukosa
2007-07-16
1
-33
/
+50
*
From Sake Blok:
Stephen Fisher
2007-04-28
1
-22
/
+36
*
Fix bug 1452: Don't pass a null pointer to g_strsplit().
Jeff Morriss
2007-03-24
1
-6
/
+7
*
Sebastien Tandel:
Jörg Mayer
2007-03-22
1
-0
/
+1
*
Fix bug #1394: Runtime error crash after clicking on HTTP packet
Stephen Fisher
2007-03-16
1
-3
/
+7
*
strncmp(NULL, ...) isn't such a good idea.
Jörg Mayer
2007-03-14
1
-0
/
+1
*
HTTP Export Object updates:
Stephen Fisher
2007-03-13
1
-52
/
+94
*
Export Object code/documentation updates:
Stephen Fisher
2007-03-06
1
-6
/
+11
*
Update object export code:
Stephen Fisher
2007-03-03
1
-1
/
+1
*
Initial version of the new Statistics -> Content List -> HTTP feature. This
Stephen Fisher
2007-02-19
1
-0
/
+8
*
Add comments to the statistics functions to tell which is which
Stephen Fisher
2007-02-19
1
-0
/
+6
*
From Sebastien Tandel:
Stephen Fisher
2007-02-13
1
-0
/
+1
*
Fix for bug #646: show the end of HTTP chunked encoding (a chunk with size 0)
Stephen Fisher
2006-11-24
1
-11
/
+12
*
Fix problem reported on -dev list by Frank Maerz with Wireshark crashing
Stephen Fisher
2006-11-15
1
-9
/
+18
*
teach the http header dissector how to handle integer fields instead of just ...
Ronnie Sahlberg
2006-10-21
1
-4
/
+22
*
fix a typo
Ulf Lamping
2006-09-30
1
-1
/
+1
*
from bryant eastham
Ronnie Sahlberg
2006-09-12
1
-8
/
+10
*
fix for bug 1079
Ronnie Sahlberg
2006-09-05
1
-2
/
+2
*
Make sure a string pointer exists before we try to use it. Fixes bug 1050.
Gerald Combs
2006-08-24
1
-60
/
+60
*
Stephen Fisher <stephentfisher@yahoo.com>
Jörg Mayer
2006-08-15
1
-1
/
+1
*
Stephen Fisher <stephentfisher@yahoo.com>
Jörg Mayer
2006-08-14
1
-12
/
+79
*
fix a tiny memory leak where we would lose a few kbyte once when wireshark is...
Ronnie Sahlberg
2006-06-27
1
-2
/
+0
*
remove some dead code coverity 17
Ronnie Sahlberg
2006-06-24
1
-31
/
+25
*
change a comment to #if to make it clearer the code is disabled
Ronnie Sahlberg
2006-06-23
1
-2
/
+4
*
Tethereal/tethereal -> TShark/tshark.
Gerald Combs
2006-05-31
1
-1
/
+1
*
Ethereal->Wireshark
Anders Broman
2006-05-28
1
-1
/
+1
*
From Martin Mathieson:
Anders Broman
2006-05-23
1
-0
/
+1
[next]