aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-s7comm.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-18S7comm: fix range check to prevent infinite loop when upper bound is 255Pascal Quantin1-11/+11
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-31s7comm: Several minor improvementsThomas Wiens1-85/+170
2017-10-27s7comm: Syntax-id decoding of frequency inverter parametersThomas Wiens1-192/+275
2017-04-03Use col_append_str() for fixed stringsStig Bjørlykke1-10/+10
2016-11-03Fix lintian found spelling error "occured" -> "occurred"Michael Mann1-2/+2
2016-11-03Fix lintian found spelling error "splitted" -> "split"Michael Mann1-4/+4
2016-10-27s7comm: fix fix spelling typo found by lintianAlexis La Goutte1-1/+1
2016-10-08s7comm: use ws_stroi function.Dario Lombardo1-18/+63
2016-07-21Add proto_tree_add_checksum.Michael Mann1-1/+1
2016-07-01s7comm: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+0
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-16/+11
2016-06-27s7comm: Sinumerik NC file transferThomas Wiens1-1/+117
2016-05-14s7comm: fix warning found by clang analyzerThomas Wiens1-38/+37
2016-05-11s7comm: block/file up-/download redesignThomas Wiens1-235/+1210
2016-05-05s7comm: Add errorcode descriptions, extended list values, style cleanupThomas Wiens1-165/+300
2016-03-12s7comm: fix 's7comm.cpu.msg.events.modetrans' exists multiple times with NOT ...Alexis La Goutte1-1/+1
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-6/+6
2016-01-04Added/extended handling of CPU message systemThomas Wiens1-31/+1459
2015-12-07Spelling fixes for errors found by lintianBalint Reczey1-2/+2
2015-10-03Added cotp_is to heuristic dissector list for ISO transport.Thomas Wiens1-0/+1
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-23Added syntax id 0x82 for NCK data accessThomas Wiens1-0/+184
2015-04-23Added decoding of BSEND/BRECV communicationThomas Wiens1-0/+53
2015-04-23Added display and filteroptions for byte- and bitaddressThomas Wiens1-1/+21
2015-04-22Added transport size double-integerThomas Wiens1-0/+2
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-09-09Fix some spelling & grammar.Bill Meier1-5/+5
2014-09-04Fix Mac OS X buildbotAlexis La Goutte1-20/+20
2014-09-04s7comm: Add dissector for S7 CommunicationThomas Wiens1-0/+3216