aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-s7comm_szl_ids.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-08check_typed_item_calls.py: Improve checks around items in bitmask callsMartin Mathieson1-1/+1
2023-11-20Remove init of proto variablesStig Bjørlykke1-764/+764
2023-10-15Fix some more item-related warnings (check_typed_item_calls.py)Martin Mathieson1-5/+5
2023-09-06Clean up some hf blurbsMartin Mathieson1-4/+4
2023-04-24Fix more val_to_str()-type callsMartin Mathieson1-15/+15
2023-01-03For 'fields' param in add_bitmask_, check item masksMartin Mathieson1-0/+1
2022-12-27WIP: Check types for _add_bits_ functions, and ensure no maskMartin Mathieson1-10/+10
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-10/+10
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan1-2/+2
2021-08-14Fix some item label names with unbalanced parens/braces/bracketsMartin Mathieson1-3/+3
2020-09-28Fix some more wrong filter names.Martin Mathieson1-2/+2
2020-08-31More spelling fixes, last part of 2nd pass of dissectors.Martin Mathieson1-2/+2
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-45/+45
2019-12-08s7comm: Add decoding of some more SZL indicesThomas Wiens1-502/+2590
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-13s7comm: Implement packet reassemblyThomas Wiens1-203/+146
2018-10-03s7comm dissector infinite loop error is fixed.basakkal1-3/+7
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2016-01-04Added/extended handling of CPU message systemThomas Wiens1-0/+17
2015-12-01[S7COMM] Prevent divide by zero.Michael Mann1-5/+7
2015-03-03Replace tvb_get_ptr calls with a better API choice.Michael Mann1-8/+4
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-10-06Adjust some whitespace to match editor modelines.Bill Meier1-3/+3
2014-09-05Fix compiler warnings.Guy Harris1-41/+41
2014-09-04s7comm: Add dissector for S7 CommunicationThomas Wiens1-0/+4150