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-aim.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Fixup: tvb_* -> tvb_captured"
Michael Mann
2014-06-19
1
-9
/
+9
*
Fixup: tvb_* -> tvb_captured
Dario Lombardo
2014-06-18
1
-9
/
+9
*
tvb_new_subset -> tvb_new_subset_length when length parameters are equal.
Michael Mann
2014-06-07
1
-1
/
+1
*
Don't use tvb_get_nstringz0(), use tvb_get_string_enc().
Guy Harris
2014-04-09
1
-6
/
+3
*
Remove all $Id$ from top of file
Alexis La Goutte
2014-03-04
1
-2
/
+0
*
At least according to
Guy Harris
2014-01-22
1
-4
/
+4
*
Add missing includes
Jakub Zawadzki
2013-12-21
1
-0
/
+1
*
Drop isprint.h use g_ascii_isprint() when this include hack was enabled.
Jakub Zawadzki
2013-12-21
1
-4
/
+2
*
In r12060, use of the "aim.family" subdissector table was eliminated, in
Guy Harris
2013-12-12
1
-5
/
+0
*
Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...
Michael Mann
2013-11-09
1
-4
/
+5
*
AIM doesn't ever use it's private_data structure, so remove it. If it ever d...
Michael Mann
2013-10-24
1
-10
/
+0
*
emem -> wmem conversion:
Pascal Quantin
2013-09-22
1
-3
/
+3
*
More dissector table UI name changes (a continuation of r51904).
Chris Maynard
2013-09-09
1
-1
/
+2
*
svn path=/trunk/; revision=48272
Anders Broman
2013-03-12
1
-1
/
+4
*
Comment out unused hf[] entries & etc.
Bill Meier
2013-01-31
1
-3
/
+7
*
1) Use tvb_reported_length_remaining instead of tvb_reported_length_remaining.
Chris Maynard
2012-10-19
1
-13
/
+13
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
1
-3
/
+1
*
Initial commit to support yet another method of passing data between dissectors.
Jakub Zawadzki
2012-09-10
1
-1
/
+1
*
Update FSF address - part II.
Jakub Zawadzki
2012-06-28
1
-1
/
+1
*
Try to make the buildbot happy.
Anders Broman
2012-06-04
1
-1
/
+1
*
Get rid of a couple of warnings.
Anders Broman
2012-06-04
1
-3
/
+3
*
Remove unneeded #includes (stdlib, stdio, ctypes, time);
Bill Meier
2012-05-15
1
-1
/
+0
*
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
Alexis La Goutte
2012-04-30
1
-1
/
+1
*
tvb_[reported_]length_remaining can return -1
Bill Meier
2011-11-15
1
-1
/
+1
*
Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...
Bill Meier
2011-10-15
1
-2
/
+2
*
Use ENC_ values in proto_tree_add_item() calls.
Guy Harris
2011-09-22
1
-43
/
+37
*
Fix various Visual C++ analysis warnings.
Gerald Combs
2011-02-17
1
-4
/
+4
*
Rename the routines that handle dissector tables with unsigned integer
Guy Harris
2010-12-20
1
-1
/
+1
*
(Minor) Rename a few variables in the global namespace to be a bit more unique;
Bill Meier
2010-10-07
1
-9
/
+9
*
Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)
Bill Meier
2010-05-10
1
-613
/
+613
*
Remove unneeded #include <stdio.h>
Bill Meier
2010-04-03
1
-1
/
+0
*
remove check_col
Anders Broman
2010-03-03
1
-7
/
+4
*
From Gregor Jasny via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4073 :
Jeff Morriss
2009-10-07
1
-20
/
+72
*
One of those if(check_col)'s was hiding another condition (should have been l...
Jeff Morriss
2009-10-02
1
-1
/
+2
*
From Gregor Jasny via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4065 :
Jeff Morriss
2009-10-01
1
-499
/
+547
*
Switch a bunch of dissectors over to using tvb_new_subset_remaining()
Kovarththanan Rajaratnam
2009-08-16
1
-1
/
+1
*
Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_check
Kovarththanan Rajaratnam
2009-08-09
1
-12
/
+4
*
Don't guard col_set_str (COL_INFO) with col_check
Kovarththanan Rajaratnam
2009-08-09
1
-4
/
+2
*
Don't guard col_set_str (COL_PROTOCOL) with col_check
Kovarththanan Rajaratnam
2009-08-09
1
-2
/
+1
*
Changed flags_set_truth -> tfs_set_notset
Stig Bjørlykke
2009-07-07
1
-22
/
+22
*
From Kovarththanan Rajaratnam via bug 3548:
Stig Bjørlykke
2009-06-18
1
-60
/
+60
*
From Artem Tamazov (bug 3472):
Stig Bjørlykke
2009-05-19
1
-0
/
+3
*
From Gregor Jasny:
Jaap Keuter
2008-12-11
1
-127
/
+184
*
From Gregor Jasny:
Jaap Keuter
2008-11-20
1
-20
/
+56
*
#include <emem.h> not req'd
Bill Meier
2008-08-26
1
-1
/
+0
*
From Alex Turbov:
Jaap Keuter
2008-07-16
1
-1
/
+1
*
From Alex Turbov:
Jaap Keuter
2008-07-16
1
-1
/
+1
*
Fix some warnings reported by gcc -Wshadow ...
Bill Meier
2008-06-26
1
-2
/
+2
*
From Alex Turbov:
Jaap Keuter
2008-05-23
1
-1
/
+55
*
Implement some of the minor possible speed improvment patches.
Anders Broman
2007-10-15
1
-8
/
+8
[next]