aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-omron-fins.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-388/+388
2023-06-21Use `register_dissector()` for more protocolsDavid Perry1-6/+6
2023-03-23Address more warnings from check_typed_item_calls.pyMartin Mathieson1-1/+1
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-29/+29
2021-11-05omron-fins: Don't check the Gateway Count byte.Colin Finck1-4/+0
2021-07-21First pass pinfo->pool conversionEvan Huus1-1/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-15/+15
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-01omron: add FINS/TCP support to Omron FINS dissectorKevin Herron1-40/+197
2018-03-14Omron-FINS: Added parsing of CS1 mode FINS memory area codes.Vidar Madsen1-67/+199
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-14/+1
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-2/+2
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-07-02fixed spelling errors in Omron FINS packet dissectorPatrick1-3/+3
2015-06-23Remove more deprecated tvb_length callsEvan Huus1-1/+1
2015-06-23Replace more deprecated tvb_length callsEvan Huus1-8/+8
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+0
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-1/+12
2014-07-05convert to proto_tree_add_subtree[_format]Michael Mann1-44/+23
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-9/+9
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-9/+9
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-09-15A few more dissectors converted to wmemPascal Quantin1-1/+2
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-8/+8
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-5/+5
2013-08-25Batch of filterable expert infos.Michael Mann1-8/+20
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-6/+2
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-1/+1
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-05-19Fix RVALS() macro usagepascal1-7/+7
2012-03-18From Reinhard Speyerer: Fix several misspellings/typos in WiresharkBill Meier1-1/+1
2011-10-24Fix encoding arg for various fcn calls:Bill Meier1-19/+19
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-29/+29
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-108/+108
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-333/+333
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-18/+18
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-12-06Fix various typos and spelling errors.Bill Meier1-2/+2
2010-10-10Define some fcns & vars as static ...Bill Meier1-8/+8
2010-09-21As suggested by Kovarththanan Rajaratnam in https://bugs.wireshark.org/bugzil...Jeff Morriss1-57/+57
2009-10-20From Matt Watchinski: OMRON-FINS dissectorBill Meier1-0/+3993