aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rmt-norm.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-9/+2
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-12-12Change ENC_NA to ENC_BIG_ENDIAN for all fetches of integral type fields.Bill Meier1-4/+4
2014-07-06convert to proto_tree_add_subtree[_format]Michael Mann1-7/+4
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-20Cleanup display filters reported by checkfiltername.plMichael Mann1-1/+1
2014-03-15(Minor) prefs_register_protocol() callback not required; Therefore: simplify ...Bill Meier1-10/+6
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-12correct the function names in order to fix compile errorsMartin Kaiser1-2/+2
2013-12-12Move proto_reg_handoff...() to file end as per convention;Bill Meier1-548/+710
2013-12-12- Make local functions static.Anders Broman1-0/+3
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-3/+3
2013-09-18Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9138 (Malformed NORM ...Chris Maynard1-25/+17
2013-09-15emem -> wmem (except uat or init routines)Pascal Quantin1-2/+3
2013-05-27Batch of filterable expert infosMichael Mann1-1/+9
2013-05-24Overhauled the RMT dissectors. Not sure each needs its own file, but since t...Michael Mann1-417/+435
2013-03-19From beroset:Anders Broman1-3/+3
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-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-15/+14
2011-10-25Fix proto_tree_add_item() encoding args.Bill Meier1-62/+62
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-2/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-19Fix a few gcc _Wshadow warnings ....Bill Meier1-10/+10
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-4/+4
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-52/+52
2008-10-29Minor cleanup related to proto_register & proto_reg_handoffBill Meier1-17/+16
2007-11-09Apply yet another set of the optimization patches:Anders Broman1-1/+1
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2007-04-30Add a header that redefines g_array_index() to throw in a "void *" castGuy Harris1-18/+2
2007-04-30Yet another workaround for GArray's bad data type choice.Guy Harris1-1/+18
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-11-26Fix RFC number.Guy Harris1-26/+28
2005-11-22Trivial warning fixesJörg Mayer1-1/+1
2005-10-20From Julian OnionsAnders Broman1-27/+70
2005-10-11From Hannes Gredler:Anders Broman1-75/+588
2005-01-14From Stefano Pettini: RMT support for ALC and NORM.Guy Harris1-0/+281