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-cpha.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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 Free Software Foundation address.
Jakub Zawadzki
2012-06-28
1
-1
/
+1
*
Fix some duplicate display filter names.
Chris Maynard
2012-01-19
1
-1
/
+1
*
Enhance CPHA dissector
Alexis La Goutte
2011-11-15
1
-312
/
+202
*
Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
Alexis La Goutte
2011-10-26
1
-11
/
+17
*
For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.
Bill Meier
2011-10-21
1
-1
/
+1
*
Get rid of check_col, while at it set ENC.
Anders Broman
2011-09-26
1
-4
/
+3
*
From Yaniv Kaul:
Anders Broman
2011-04-27
1
-3
/
+2
*
Rename the routines that handle dissector tables with unsigned integer
Guy Harris
2010-12-20
1
-1
/
+1
*
#include <string.h> not needed.
Bill Meier
2010-04-06
1
-2
/
+0
*
Remove unneeded #include <stdio.h>
Bill Meier
2010-04-03
1
-1
/
+0
*
Fix for bug 3898:
Jaap Keuter
2010-01-23
1
-7
/
+3
*
Don't guard col_clear with col_check
Kovarththanan Rajaratnam
2009-08-09
1
-2
/
+1
*
Don't guard col_set_str (COL_PROTOCOL) with col_check
Kovarththanan Rajaratnam
2009-08-09
1
-2
/
+1
*
From Kovarththanan Rajaratnam:
Stig Bjørlykke
2009-07-07
1
-1
/
+1
*
From Kovarththanan Rajaratnam via bug 3548:
Stig Bjørlykke
2009-06-18
1
-1
/
+1
*
FT_BOOLEAN fields w/o bitmasks really should use BASE_NONE (not BASE_DEC,...).
Bill Meier
2009-05-08
1
-1
/
+1
*
Define certain fcns as static (if not used externally).
Bill Meier
2009-03-29
1
-28
/
+29
*
Best guess fix for missing initializer in array of string pointers;
Bill Meier
2008-12-22
1
-0
/
+4
*
Fix various typos and spelling errors (mostly in text strings)
Bill Meier
2008-12-18
1
-1
/
+1
*
Fix some "format not a string literal and no format arguments" warnings.
Stig Bjørlykke
2008-10-31
1
-1
/
+1
*
Removed even more "statement not reached" warnings.
Stig Bjørlykke
2008-02-07
1
-8
/
+2
*
Apply yet another set of the optimization patches:
Anders Broman
2007-11-08
1
-1
/
+1
*
From Chris Maynard <christopher.maynard@gtech.com> / bug 1789:
Richard van der Hoff
2007-08-23
1
-27
/
+27
*
change a whole bunch of ethereal into wireshark
Ronnie Sahlberg
2006-05-21
1
-2
/
+2
*
Use the new "proto_tree_add_*_format_value" routines.
Guy Harris
2006-02-16
1
-4
/
+4
*
various code cleanup:
Ulf Lamping
2005-08-08
1
-4
/
+0
*
Move various tables into the epan directory.
Guy Harris
2004-09-29
1
-1
/
+1
*
Move dissectors to epan/dissectors directory.
Gilbert Ramirez
2004-07-18
1
-0
/
+567