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-bittorrent.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix minor bug lookups of certain "peer ids" would fail.
Bill Meier
2011-01-31
1
-3
/
+3
*
Rename the routines that handle dissector tables with unsigned integer
Guy Harris
2010-12-20
1
-9
/
+9
*
Use find_or_create_conversation() rather than only conversation_new().
Bill Meier
2010-06-07
1
-3
/
+1
*
Use consistent indentation; Whitesapce & formatting cleanup.
Bill Meier
2010-05-11
1
-362
/
+376
*
Remove unneeded #include <stdio.h>
Bill Meier
2010-04-03
1
-2
/
+0
*
From Didier Gautheron:
Anders Broman
2010-01-13
1
-3
/
+1
*
Added more Peer ID Conventions.
Stig Bjørlykke
2009-11-16
1
-22
/
+87
*
Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_check
Kovarththanan Rajaratnam
2009-08-09
1
-15
/
+5
*
From Kovarththanan Rajaratnam via bug 3548:
Stig Bjørlykke
2009-06-18
1
-28
/
+28
*
More size_t casts.
Anders Broman
2009-03-29
1
-3
/
+3
*
Fix various typos and spelling errors (mostly in text strings)
Bill Meier
2008-12-18
1
-1
/
+1
*
#include <emem.h> not req'd
Bill Meier
2008-08-26
1
-1
/
+0
*
Remove some dead (statement not reached) code (while trying to avoid any fals...
Jeff Morriss
2008-07-11
1
-4
/
+0
*
Apply yet another set of the optimization patches:
Anders Broman
2007-11-09
1
-1
/
+2
*
- s/ntohs/g_ntohs
Jeff Morriss
2007-08-15
1
-25
/
+24
*
Add some GCC warnings to the standard set, and add some others to the
Guy Harris
2007-04-23
1
-2
/
+2
*
Remove almost all of the casts I committed recently and in place of
Stephen Fisher
2007-03-28
1
-6
/
+6
*
Fix a bunch of warnings, add svn:keywords Id and svn:eol-style native
Stephen Fisher
2007-03-28
1
-2
/
+2
*
Fix a warning in packet-bittorrent.c I didn't fix right the first time and tr...
Stephen Fisher
2007-03-27
1
-1
/
+1
*
Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors
Stephen Fisher
2007-03-27
1
-7
/
+7
*
change the signature for the get_pdu_len() function pointer passed to tcp_dis...
Ronnie Sahlberg
2006-10-31
1
-1
/
+1
*
change a whole bunch of ethereal into wireshark
Ronnie Sahlberg
2006-05-21
1
-2
/
+2
*
waste a couple of bytes per tcp conversation and make the tree for acked_pack...
Ronnie Sahlberg
2006-03-20
1
-0
/
+1
*
From John Sullivan:
Anders Broman
2005-12-19
1
-11
/
+472
*
bugfix: don't crash, if not enough bytes of the header available
Ulf Lamping
2005-10-05
1
-0
/
+3
*
enhancements COL_INFO output and make bittorrent protocol filterable
Ulf Lamping
2005-10-02
1
-13
/
+45
*
The length returned for continuation data should be the length remaining
Guy Harris
2005-08-18
1
-6
/
+7
*
Show BitTorrent stuff that doesn't look right as continuation data.
Guy Harris
2005-08-18
1
-24
/
+38
*
If we receive junk data from the network it means we have a
Gerald Combs
2005-08-17
1
-2
/
+2
*
From Peter Johansson: add an option to decode the client information,
Guy Harris
2005-08-16
1
-190
/
+286
*
Find the BitTorrent dissector immediately after registering it, and save
Guy Harris
2005-07-09
1
-15
/
+16
*
Get rid of the private "my_match_strval()" routine in many dissectors;
Guy Harris
2005-06-26
1
-2
/
+2
*
just to get things straight: a dissector should *never* do any g_assert() calls!
Ulf Lamping
2005-06-10
1
-1
/
+1
*
From Jon Ringle:
Anders Broman
2005-02-02
1
-1
/
+1
*
Add a URL for the BitTorrent protocol spec.
Guy Harris
2004-12-03
1
-0
/
+6
*
From Jelmer Vernooij: BitTorrent support.
Guy Harris
2004-12-01
1
-0
/
+302