aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iwarp-ddp-rdmap.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier2014-12-211-2/+0
* Have a heur_dissector_list_t be an opaque handle.Guy Harris2014-12-211-2/+1
* Add editor modelines; Adjust whitespace as needed.Bill Meier2014-10-031-9/+22
* calling subdissectors shouldn't be conditional on a treeMichael Mann2014-06-191-133/+130
* Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman2014-05-211-1/+3
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* packet-iwarp-ddp-rdmap: pass struct rdmapinfo with opcode to the subdissectorsStefan Metzmacher2014-02-261-24/+28
* packet-iwarp-ddp-rdmap: make it possible to register "iwarp_ddp_rdmap" payloa...Stefan Metzmacher2014-01-311-2/+16
* Fix [-Wmissing-prototypes]Jakub Zawadzki2013-12-151-0/+3
* Remove check_col() and the occasional tree.Michael Mann2013-06-141-3/+1
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier2012-05-151-1/+2
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-211-1/+1
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier2011-10-101-2/+2
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier2011-10-061-27/+27
* Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier2011-10-041-19/+19
* Define some fcns & vars as static; Some #includes not req'd; packet-mikey.h n...Bill Meier2010-10-101-3/+3
* Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss2010-09-231-67/+67
* #include <string.h> not needed.Bill Meier2010-04-061-1/+0
* Remove unneeded #include <stdio.h>Bill Meier2010-04-031-1/+0
* Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam2009-08-161-2/+2
* Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-3/+1
* From Kovarththanan Rajaratnam:Anders Broman2009-07-071-1/+1
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-8/+8
* #include <prefs.h> not req'dBill Meier2008-08-251-1/+0
* Constify a bunch of stuff, to squelch -Wwrite-strings warnings. Guy Harris2008-06-251-1/+1
* From Philip Frey (bug 2443):Stig Bjørlykke2008-04-141-1/+6
* From Philip Frey (bug 2443):Stig Bjørlykke2008-04-121-0/+891