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-dua.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)
Bill Meier
2012-10-11
1
-1
/
+1
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
1
-3
/
+1
*
Update FSF address - part II.
Jakub Zawadzki
2012-06-28
1
-1
/
+1
*
Minor: reformatting, unneeded #includes, whitespace cleanup;
Bill Meier
2012-04-26
1
-63
/
+216
*
Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...
Bill Meier
2011-10-15
1
-2
/
+2
*
Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...
Bill Meier
2011-10-04
1
-5
/
+5
*
Don't pass the result of tvb_get_ptr() into a %s format string: the string may
Jeff Morriss
2011-01-05
1
-2
/
+2
*
Rename the routines that handle dissector tables with unsigned integer
Guy Harris
2010-12-20
1
-1
/
+1
*
Refer to the endianness arguments as "encoding" rather than
Guy Harris
2010-05-24
1
-29
/
+29
*
Create a new REP_NA value for fields where there are no representations
Guy Harris
2010-05-13
1
-1
/
+1
*
Instead of using private #defines for the last argument to
Guy Harris
2010-05-12
1
-30
/
+28
*
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_PROTOCOL) with col_check
Kovarththanan Rajaratnam
2009-08-09
1
-2
/
+1
*
From Kovarththanan Rajaratnam via bug 3548:
Stig Bjørlykke
2009-06-18
1
-30
/
+30
*
Fix various typos and spelling errors (mostly in text strings)
Bill Meier
2008-12-18
1
-3
/
+3
*
Fix some "format not a string literal and no format arguments" warnings.
Stig Bjørlykke
2008-10-31
1
-1
/
+1
*
Minor proto_reg_handoff cleanup: use find_dissector when appropriate.
Bill Meier
2008-09-30
1
-1
/
+1
*
#include <prefs.h> not req'd
Bill Meier
2008-08-25
1
-1
/
+0
*
From http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1539 :
Jeff Morriss
2008-03-15
1
-2
/
+2
*
Add a rudimentarry DPNSS dissector - work in progress.
Anders Broman
2007-08-17
1
-0
/
+7
*
Make these protocols findable by name.
Martin Mathieson
2007-05-01
1
-0
/
+3
*
change a whole bunch of ethereal into wireshark
Ronnie Sahlberg
2006-05-21
1
-3
/
+3
*
Move a pile of protocol-related headers from the top-level source
Guy Harris
2005-09-17
1
-1
/
+1
*
Some warning fixes for "no previous declaration"
Jörg Mayer
2005-08-02
1
-1
/
+1
*
Add support for DUA dissection. Now all SIGTRAN protocols are supported...
Michael Tüxen
2005-04-28
1
-0
/
+766