aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-erf.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-07ERF: Make ERF wiretap forwards compatible.Anthony Coddington1-0/+1
2016-05-22ERF: Fix and improve ERF_TYPE_META sanity checksAnthony Coddington1-2/+35
2016-05-17opa: Add dissectors for Intel’s Omni-Path Architecture (OPA)Adam Goldman1-0/+4
2016-05-15ERF: Add dissection of missing ERF typesAnthony Coddington1-0/+4
2016-05-11ERF: Fix Ethernet FCS detection and remove preferenceAnthony Coddington1-6/+5
2016-04-02Use faster wmem_str* functions in a few places.Gerald Combs1-12/+12
2016-04-02ERF: fix crash when displaying erf.ip_proto fieldPascal Quantin1-1/+1
2016-04-01ERF: Add dissection and wiretap support for ERF_TYPE_META.Anthony Coddington1-23/+1120
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-13/+5
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-6/+6
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-01-19ERF: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-0/+1
2016-01-14Have various ATM dissectors use the data arguments for pseudo-headers.Guy Harris1-93/+91
2016-01-13Clean up handling of the data before the Ethernet packet in ERF files.Guy Harris1-15/+10
2016-01-13Dissect the MC and AAL2 headers as 32-bit words.Guy Harris1-287/+243
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-19ERF: Add basic no-break support for ERF_TYPE_META.Anthony Coddington1-0/+6
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-13register_dissector -> new_register_dissectorMichael Mann1-3/+4
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-03-03Replace tvb_get_ptr calls with a better API choice.Michael Mann1-14/+9
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-12-08Have different MTP2 dissectors for different metadata and CRC.Guy Harris1-1/+1
2014-09-30Add editor modelines; Adjust whitespace as needed.Bill Meier1-9/+23
2014-08-21packet-erf: added dissector table for "erf.types.type" type field.Wasim Abu Moch1-52/+11
2014-06-26convert to proto_tree_add_subtree[_format]Michael Mann1-9/+7
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-11-16Avoid calling find_dissector(), cache result of [new_]register_dissector()Jakub Zawadzki1-4/+3
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-3/+3
2013-09-15Convert a few more dissectors to wmem APIPascal Quantin1-13/+17
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-1/+1
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-9/+9
2013-09-01Batch of filterable expert info.Michael Mann1-12/+24
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-3/+1
2013-06-04From Anthony Coddington:Anders Broman1-1/+32
2013-03-19From beroset:Anders Broman1-1/+1
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-1/+1
2013-01-16From Stephen Donnelly via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Pascal Quantin1-9/+9
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-11-29Make all enum_val_t's const.Jeff Morriss1-2/+2
2012-10-13Don't add FT_UINTn values with proto_tree_add_int(). (The fields inGuy Harris1-4/+4
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-10From Stephen Donnelly via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-2/+0
2012-08-09From Stephen Donnelly: a better fix for the fuzz failure reported inJeff Morriss1-29/+29
2012-08-07Fix fuzz failure reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi...Jeff Morriss1-12/+21
2012-07-31From Stephen Donnelly:Anders Broman1-246/+240