aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iwarp-ddp-rdmap.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-07dissectors: more SPDX license convertions.Dario Lombardo1-14/+1
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-7/+3
2016-09-22iwarp: Add RDMA Atomic operations (RFC 7306)Alexis La Goutte1-1/+136
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-10/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-3/+4
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris1-2/+1
2014-10-03Add editor modelines; Adjust whitespace as needed.Bill Meier1-9/+22
2014-06-19calling subdissectors shouldn't be conditional on a treeMichael Mann1-133/+130
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-1/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-26packet-iwarp-ddp-rdmap: pass struct rdmapinfo with opcode to the subdissectorsStefan Metzmacher1-24/+28
2014-01-31packet-iwarp-ddp-rdmap: make it possible to register "iwarp_ddp_rdmap" payloa...Stefan Metzmacher1-2/+16
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-3/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-1/+2
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-27/+27
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-19/+19
2010-10-10Define some fcns & vars as static; Some #includes not req'd; packet-mikey.h n...Bill Meier1-3/+3
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-67/+67
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-2/+2
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-3/+1
2009-07-07From Kovarththanan Rajaratnam:Anders Broman1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-8/+8
2008-08-25#include <prefs.h> not req'dBill Meier1-1/+0
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. Guy Harris1-1/+1
2008-04-14From Philip Frey (bug 2443):Stig Bjørlykke1-1/+6
2008-04-12From Philip Frey (bug 2443):Stig Bjørlykke1-0/+891