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-sua.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
-2
/
+2
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
1
-3
/
+1
*
Add data parameter to dissector_try_heuristic
Jakub Zawadzki
2012-09-11
1
-1
/
+1
*
Use val_to_str_const() where appropriate;
Bill Meier
2012-08-10
1
-18
/
+18
*
Update FSF address - part II.
Jakub Zawadzki
2012-06-28
1
-1
/
+1
*
Fix Coverity CID 1369: UNUSED_VALUE by deleting duplicate and unecessary line...
Chris Maynard
2012-01-20
1
-13
/
+11
*
Introduce a dissector table to be used for proprietary tags.
Anders Broman
2012-01-13
1
-4
/
+22
*
Make it possible to add a subdissector for the info string.
Anders Broman
2011-11-30
1
-34
/
+46
*
Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...
Bill Meier
2011-10-15
1
-2
/
+2
*
Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...
Bill Meier
2011-10-10
1
-1
/
+1
*
Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...
Bill Meier
2011-10-04
1
-18
/
+18
*
Make buildbots happy by adding back closing brace.
Chris Maynard
2011-09-26
1
-1
/
+2
*
Get rid of check_col() and use ENC.
Anders Broman
2011-09-26
1
-11
/
+9
*
Wrap assoc_tree within #if 0 ... #endif. Fixes Coverity CID 1049.
Chris Maynard
2011-05-12
1
-1
/
+3
*
Try to fix more Clang scan-build warnings.
Gerald Combs
2011-02-18
1
-3
/
+3
*
Fixed no_sua_assoc init.
Stig Bjørlykke
2011-02-17
1
-1
/
+2
*
- Introduce association tracking(might not work well with multihoming).
Anders Broman
2011-02-17
1
-304
/
+510
*
Introduce, and start using, tvb_ip_to_str() and tvb_ip6_to_str(). These
Jeff Morriss
2011-01-13
1
-2
/
+2
*
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
-4
/
+4
*
Use a gboolean to store a boolean and change the plurality on the preference ...
Jeff Morriss
2010-06-04
1
-2
/
+2
*
Add a preference that allows the user to decide if they want the source and
Jeff Morriss
2010-06-04
1
-17
/
+55
*
Set the (pinfo) address if a PC is present (for now: regardless of whether ro...
Jeff Morriss
2010-06-03
1
-4
/
+29
*
Refer to the endianness arguments as "encoding" rather than
Guy Harris
2010-05-24
1
-96
/
+96
*
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
-96
/
+95
*
Show spare bits in decimal, not as booleans.
Jeff Morriss
2010-01-15
1
-2
/
+2
*
offset_from_real_beginning() is only called with 0 as second argument, so rem...
Kovarththanan Rajaratnam
2009-09-10
1
-1
/
+1
*
Switch a bunch of dissectors over to using tvb_new_subset_remaining()
Kovarththanan Rajaratnam
2009-08-16
1
-7
/
+7
*
Don't guard col_clear with col_check
Kovarththanan Rajaratnam
2009-08-09
1
-2
/
+1
*
From Kovarththanan Rajaratnam via bug 3548:
Stig Bjørlykke
2009-06-18
1
-99
/
+99
*
Decode SCCP cause values in SUA (using value_strings exported from the SCCP
Jeff Morriss
2009-06-02
1
-8
/
+40
*
Use some default true_false_string's.
Bill Meier
2009-04-07
1
-9
/
+4
*
Fix various typos and spelling errors (mostly in text strings)
Bill Meier
2008-12-20
1
-4
/
+4
*
Fix various typos and spelling errors (mostly in text strings)
Bill Meier
2008-12-18
1
-1
/
+1
*
Fix some typos and spelling (mostly in text strings)
Bill Meier
2008-12-17
1
-1
/
+1
*
Fix some "format not a string literal and no format arguments" warnings.
Stig Bjørlykke
2008-10-31
1
-2
/
+2
*
Minor proto_reg_handoff cleanup: use find_dissector when appropriate.
Bill Meier
2008-09-30
1
-1
/
+1
*
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2848 :
Jeff Morriss
2008-09-24
1
-3
/
+32
*
A couple of trivial indentation fixes
Jeff Morriss
2008-09-17
1
-3
/
+3
*
Put Data dissection (if no subdissector is found) on the toplevel tree instea...
Jeff Morriss
2008-09-15
1
-20
/
+20
*
remove debugging printouts.
Luis Ontanon
2007-03-27
1
-15
/
+1
*
Another iteration over sctp calls (RANAP/BSSAP) a step towards TCAP/(MAP/IMAP...
Luis Ontanon
2007-03-27
1
-5
/
+37
*
Mine:
Luis Ontanon
2007-03-22
1
-4
/
+43
*
Register the dissector.
Michael Tüxen
2006-10-19
1
-0
/
+1
*
Add a heuristic table to SUA (SUA and SCCP should share the same table) to he...
Anders Broman
2006-06-29
1
-0
/
+7
*
change a whole bunch of ethereal into wireshark
Ronnie Sahlberg
2006-05-21
1
-4
/
+4
*
Bill Meier:
Jörg Mayer
2006-01-05
1
-1
/
+1
*
Get rid of duplicted dissector tables for MTP3 Service indicator and SCCP ssn:s
Anders Broman
2005-12-16
1
-4
/
+5
*
Move a pile of protocol-related headers from the top-level source
Guy Harris
2005-09-17
1
-1
/
+1
[next]