aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-openwire.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-15A few more dissectors converted to wmemPascal Quantin1-6/+7
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-3/+3
2013-08-25Batch of filterable expert infos.Michael Mann1-15/+28
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-6/+3
2013-03-28Fix incorrectly duplicated display filter for hf_openwire_throwable_linenumber.Chris Maynard1-1/+1
2013-03-19From beroset:Anders Broman1-2/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-08-24Allow extended value string binary search (istead of linear search): re-order...Bill Meier1-2/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-15Minor cleanup:Bill Meier1-203/+209
2012-06-12Fix: code under 'if(tree)' (in)directly calls sub-dissector/col_...()/expert....Bill Meier1-32/+27
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-1/+1
2012-04-04From Metatech via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7014Alexis La Goutte1-0/+2010