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-rdt.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
*
Use val_to_str_const() where appropriate;
Bill Meier
2012-08-10
1
-1
/
+1
*
Update Free Software Foundation address.
Jakub Zawadzki
2012-06-28
1
-1
/
+1
*
For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.
Bill Meier
2011-10-21
1
-2
/
+2
*
Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...
Bill Meier
2011-10-06
1
-77
/
+77
*
Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...
Bill Meier
2011-10-04
1
-5
/
+5
*
Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.
Bill Meier
2011-07-18
1
-18
/
+0
*
Don't assign to a proto_item* that is not used before being overwritten.
Martin Mathieson
2011-04-11
1
-1
/
+1
*
Rename the routines that handle dissector tables with unsigned integer
Guy Harris
2010-12-20
1
-2
/
+2
*
Replace blurbs that match the name (case insensitive) with NULL.
Jeff Morriss
2010-09-23
1
-9
/
+9
*
Remove a few more calls to check_col()
Martin Mathieson
2010-09-15
1
-24
/
+9
*
#include <string.h> not needed.
Bill Meier
2010-04-06
1
-1
/
+0
*
Remove unneeded #include <stdio.h>
Bill Meier
2010-04-03
1
-1
/
+0
*
Fixes for gcc -Wshadow warnings; Fix indentation and do other minor cleanup i...
Bill Meier
2010-01-22
1
-30
/
+30
*
From Jakub Zawadzki:
Anders Broman
2009-10-25
1
-2
/
+1
*
Don't guard col_append_str with check_col
Kovarththanan Rajaratnam
2009-09-24
1
-36
/
+9
*
Don't guard col_clear with col_check
Kovarththanan Rajaratnam
2009-08-09
1
-4
/
+1
*
Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_check
Kovarththanan Rajaratnam
2009-08-09
1
-4
/
+1
*
From Kovarththanan Rajaratnam via bug 3548:
Stig Bjørlykke
2009-06-18
1
-62
/
+62
*
Fix for bug 2902:
Jaap Keuter
2009-01-08
1
-14
/
+14
*
Fix typos and spelling (mostly in text strings)
Bill Meier
2008-12-17
1
-1
/
+1
*
Small revisions related to proto_reg_handoff ....
Bill Meier
2008-09-12
1
-12
/
+9
*
Rewrote to use g_strlcpy and g_strlcat.
Stig Bjørlykke
2008-03-01
1
-2
/
+2
*
Fix some fussy warnings seen on the Ubuntu buildbot logs
Martin Mathieson
2006-08-01
1
-2
/
+2
*
change a whole bunch of ethereal into wireshark
Ronnie Sahlberg
2006-05-21
1
-2
/
+2
*
get rid of a strcpy
Ronnie Sahlberg
2005-10-27
1
-1
/
+2
*
From Martin Mathieson
Anders Broman
2005-09-01
1
-26
/
+44
*
gmemchunk -> se_alloc() improvements
Ronnie Sahlberg
2005-08-12
1
-22
/
+3
*
More char -> const char warning fixes
Jörg Mayer
2005-08-05
1
-1
/
+1
*
Squelch various signed vs. unsigned warnings by:
Guy Harris
2005-07-09
1
-2
/
+2
*
From Martin Mathieson
Anders Broman
2005-05-27
1
-65
/
+719
*
From Martin Mathieson:
Anders Broman
2005-05-16
1
-150
/
+1286
*
Martin Mathieson: Add information sources
Jörg Mayer
2005-03-06
1
-0
/
+4
*
modify eol-style property
Luis Ontanon
2005-02-20
1
-2
/
+2
*
From Martin Mathielson
Luis Ontanon
2005-02-19
1
-0
/
+494