aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-erf.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-06-05From Andrew Kampjes:Anders Broman1-1/+10
2012-05-31g_snprintf → ep_strbuf. I can't find an ERF file with a virtualGerald Combs1-20/+9
2012-03-16FT_BOOLEAN hf[] entries with a 0 'bitmask' should have 'display' = BASE_NONE;Bill Meier1-2/+2
2012-03-13From Stephen Donnelly via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-20/+20
2012-03-05Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2012-03-05Cleanup:Bill Meier1-426/+712
2012-03-04Fix bugs in buffer overflow checking used with calls to g_snprintf();Bill Meier1-15/+30
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-4/+4
2011-09-30Add a few more raw link types to be up to date with the current ERF format sp...Chris Maynard1-2/+11
2011-08-30Endace ERF channelisation and "New BFS" extension header support, fromGuy Harris1-0/+216
2011-03-31Delete unused header fields found by running tools/checkhf.pl.Chris Maynard1-4/+0
2011-03-31From Yair via bug 5779: Add option to leave AAL5 in unspecified format.Chris Maynard1-1/+15
2011-03-26Don't assign to a proto_item* if the value won't be used: Coverity 895-897Bill Meier1-28/+28
2011-02-23From Stephen Donnelly via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-21/+62
2011-02-07Remove unneeded #includes (stdio.h,stdlib.h);Bill Meier1-164/+162
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-08-16From Stephen Donnelly:Anders Broman1-6/+39
2010-04-08From Stephen Donnelly:Anders Broman1-1/+10
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-02-02From Stephen Donnelly:Anders Broman1-7/+94
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-3/+3
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-92/+92
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-12-02Trivial warning fixesJörg Mayer1-1/+1
2008-09-30Add a cast to avoid a warning.Stig Bjørlykke1-1/+1
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.Bill Meier1-1/+1
2008-09-29From Francesco Fusco:Anders Broman1-6/+273
2008-07-14Just have a scalar handle_t for the Infiniband handle, for now. (TheGuy Harris1-20/+17