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-iwarp-ddp-rdmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup use of #includes in non-generated epan/dissector/*.c
Bill Meier
2014-12-21
1
-2
/
+0
*
Have a heur_dissector_list_t be an opaque handle.
Guy Harris
2014-12-21
1
-2
/
+1
*
Add editor modelines; Adjust whitespace as needed.
Bill Meier
2014-10-03
1
-9
/
+22
*
calling subdissectors shouldn't be conditional on a tree
Michael Mann
2014-06-19
1
-133
/
+130
*
Change the signature of dissector_try_heuristic() to return hdtbl_entry
AndersBroman
2014-05-21
1
-1
/
+3
*
Remove all $Id$ from top of file
Alexis La Goutte
2014-03-04
1
-2
/
+0
*
packet-iwarp-ddp-rdmap: pass struct rdmapinfo with opcode to the subdissectors
Stefan Metzmacher
2014-02-26
1
-24
/
+28
*
packet-iwarp-ddp-rdmap: make it possible to register "iwarp_ddp_rdmap" payloa...
Stefan Metzmacher
2014-01-31
1
-2
/
+16
*
Fix [-Wmissing-prototypes]
Jakub Zawadzki
2013-12-15
1
-0
/
+3
*
Remove check_col() and the occasional tree.
Michael Mann
2013-06-14
1
-3
/
+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
*
Remove unneeded #includes (stdlib, stdio, ctypes, time);
Bill Meier
2012-05-15
1
-1
/
+2
*
For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.
Bill Meier
2011-10-21
1
-1
/
+1
*
Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...
Bill Meier
2011-10-10
1
-2
/
+2
*
Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...
Bill Meier
2011-10-06
1
-27
/
+27
*
Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...
Bill Meier
2011-10-04
1
-19
/
+19
*
Define some fcns & vars as static; Some #includes not req'd; packet-mikey.h n...
Bill Meier
2010-10-10
1
-3
/
+3
*
Replace blurbs that match the name (case insensitive) with NULL.
Jeff Morriss
2010-09-23
1
-67
/
+67
*
#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
*
Switch a bunch of dissectors over to using tvb_new_subset_remaining()
Kovarththanan Rajaratnam
2009-08-16
1
-2
/
+2
*
Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_check
Kovarththanan Rajaratnam
2009-08-09
1
-3
/
+1
*
From Kovarththanan Rajaratnam:
Anders Broman
2009-07-07
1
-1
/
+1
*
From Kovarththanan Rajaratnam via bug 3548:
Stig Bjørlykke
2009-06-18
1
-8
/
+8
*
#include <prefs.h> not req'd
Bill Meier
2008-08-25
1
-1
/
+0
*
Constify a bunch of stuff, to squelch -Wwrite-strings warnings.
Guy Harris
2008-06-25
1
-1
/
+1
*
From Philip Frey (bug 2443):
Stig Bjørlykke
2008-04-14
1
-1
/
+6
*
From Philip Frey (bug 2443):
Stig Bjørlykke
2008-04-12
1
-0
/
+891