aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-roofnet.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-25create_dissector_handle -> new_create_dissector_handleMichael Mann1-4/+5
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-09-30Add editor modelines; Adjust whitespace as needed.Bill Meier1-25/+38
2014-09-09Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-1/+3
2014-08-14Eliminate proto_tree_add_text from some dissectors.Michael Mann1-1/+1
2014-07-06convert to proto_tree_add_subtree[_format]Michael Mann1-4/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-19Need to call ptvcursor_current_offset() BEFORE ptvcursor_free().Chris Maynard1-1/+1
2013-12-12- Make local functions static.Anders Broman1-0/+1
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-07-06Fix display filter errors caught by checkfiltername.plMichael Mann1-3/+3
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-9/+5
2013-05-27Batch of filterable expert infosMichael Mann1-3/+11
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-2/+2
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-1/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-04-18Fix some: 'cast discards qualifiers from pointer target type' warningsJakub Zawadzki1-2/+2
2011-10-25Fix encoding arg for ptvcursor_add() and ptvcursor_add_noadvance() function c...Bill Meier1-14/+14
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...Bill Meier1-2/+0
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-4/+4
2009-11-17Remove the address operator from value_string arrays fed to VALS()Gerasimos Dimitriadis1-2/+2
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
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-5/+5
2008-09-26Addt'l minor change relating to proto_reg_handoffBill Meier1-1/+1
2008-09-26Minor cleanup related to proto_register and proto_reg_handoffBill Meier1-14/+10
2008-03-04match_strval() may return NULL so don't blindly pass its return value into co...Jeff Morriss1-1/+1
2008-03-04Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2331 : Replace match_s...Jeff Morriss1-16/+15
2007-03-21Fixes for: warning: function declaration isn't a prototypeJörg Mayer1-1/+1
2006-12-24dissect_roofnet_link() returns no value and nothing expects it to;Guy Harris1-2/+1
2006-12-19From Sebastien Tandel:Jaap Keuter1-0/+375