aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ismacryp.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-41/+41
2023-06-14Use `register_dissector()` for more protocolsDavid Perry1-8/+8
2022-07-31prefs: Convert most RTP dissectors to use "auto" PT preferencesJohn Thacker1-33/+13
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-3/+3
2020-06-12RTP: Make Decode As handling consistent across subdissectorsJohn Thacker1-16/+21
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-12-16Remove proto_item_append_text calls in favor of BASE_UNIT_STRING.Michael Mann1-3/+2
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-3/+3
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-6/+9
2015-01-25Cleanup:Bill Meier1-132/+127
2015-01-23Remove incorrect 'if (tree)'Bill Meier1-3/+1
2015-01-10ISMACRYP: fix Copy-paste error (CID 11158602)Alexis La Goutte1-1/+1
2015-01-07tvb_bytes_to_ep_str_punct -> tvb_bytes_to_str_punctMichael Mann1-3/+3
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-10-02Add editor modelines & adjust indentation/whitespace as needed.Bill Meier1-2/+15
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-3/+3
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-1/+3
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-2/+2
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-21/+10
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-20/+20
2013-01-26Fix various instances of unused hf[] entries foundBill Meier1-12/+28
2012-11-29Make all enum_val_t's const.Jeff Morriss1-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-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-02-12Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+3
2011-10-24Fix encoding arg for various fcn calls:Bill Meier1-20/+20
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-17Remove #if 0'd code which appears to duplicate existing codeBill Meier1-5/+0
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-3/+3
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-3/+3
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...Bill Meier1-1/+0
2011-03-25Don't assign to a proto_item* if the value won't be used: Coverity 941Bill Meier1-149/+149
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-01-13From Didier Gautheron:Anders Broman1-17/+5
2009-09-24Don't guard col_append_str with check_colKovarththanan Rajaratnam1-3/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-10/+10
2009-03-24From David Castleford: ismacrypt dissectorBill Meier1-0/+1052