aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cipsafety.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-3/+3
2015-11-13register_dissector -> new_register_dissectorMichael Mann1-4/+5
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-04-16Replace deprecated tvb_length APIsAndersBroman1-5/+5
2015-04-04Add proper "Decode As" mechanism for EtherNet/IP I/O instead of preference.Michael Mann1-1/+5
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-08-03Eliminate proto_tree_add_text from some dissectors.Michael Mann1-7/+11
2014-06-24convert to proto_tree_add_subtree[_format]Michael Mann1-31/+17
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-5/+5
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-5/+5
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-29Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki1-1/+1
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-4/+4
2013-11-09include <wsutil/pint.h> only when needed.Jakub Zawadzki1-0/+1
2013-06-08Batch of filterable expert infos.Michael Mann1-45/+117
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-4/+4
2013-03-15[-Wmissing-prototypes]Anders Broman1-0/+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-3/+3
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-2/+2
2012-08-09 registered init routine action need be done just once in proto_reg_handoff.....Bill Meier1-8/+5
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-06-12Fix: code under 'if(tree)' (in)directly calls sub-dissector/col_...()/expert....Bill Meier1-21/+15
2012-05-05Fix some more hf encodings.Jeff Morriss1-7/+7
2012-04-09Mark some function static.Jakub Zawadzki1-29/+29
2012-03-06Reformat long lines...Bill Meier1-397/+1088
2012-03-06Fix incorrect packet-details display of certain 1 bit FT_BOOLEAN fields.Bill Meier1-44/+44
2012-03-06Don't use FT_BOOLEAN with value_strings: the code to generateJeff Morriss1-6/+4
2012-03-06Don't use FT_*INT with true_false strings: the code to generateJeff Morriss1-3/+3
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2012-03-02From Michael Mann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6893 :Jeff Morriss1-60/+46
2012-02-27From Michael Mann:Anders Broman1-0/+1912