aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cipsafety.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-17CIP: Don't parse error responses as SuccessDylan Ulis1-2/+2
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-3/+3
2019-01-17CIP Safety: Multicast Active/Idle was reversedDylan Ulis1-1/+1
2019-01-15CIP: Correct SSN to SNNDylan Ulis1-196/+196
2019-01-08CIP Safety: Correct Safety Configuration IDDylan Ulis1-15/+11
2019-01-07CIP: Correct DATE_AND_TIME parsingDylan Ulis1-3/+3
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-2/+2
2018-12-11CIP Safety: Minor additionsDylan Ulis1-10/+16
2018-12-09CIP: Improve connected data informationDylan Ulis1-6/+5
2018-11-21CIP Safety: Multiple services off by 1Dylan Ulis1-40/+36
2018-07-06CIP: Various I/O updatesDylan Ulis1-3/+3
2018-06-18CIP: Improve I/O handlingDylan Ulis1-4/+8
2018-06-01CIP: Use a struct for connection triadDylan Ulis1-37/+30
2018-05-20CIP: Code cleanupDylan Ulis1-51/+37
2018-05-14Display configured checksum Expert summary stringDylan Ulis1-3/+3
2018-02-17Put back casts needed for C++ compatibility.Guy Harris1-2/+2
2018-02-17The CRC8 routines don't modify the buffer; make the pointers to it const.Guy Harris1-11/+11
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-02-08CIP Safety: Add decode options for I/O PayloadsDylan Ulis1-4/+105
2017-11-30CIP Safety: base packet length can be usedMichael Mann1-1/+1
2017-11-29CIP Safety: check packet length before dissectingPascal Quantin1-0/+5
2017-10-30Add wsutil/inet_ipv4.h.Guy Harris1-1/+1
2017-03-18cipsafety: Fix Dereference of null pointer found by Clang AnalyzerAlexis La Goutte1-1/+1
2017-03-16Add support for verifying CIP Safety CRC values.Michael Mann1-32/+548
2017-03-14CIP: Log more errors when expected data is missingD. Ulis1-42/+16
2016-12-21CIP: More attribute updatesD. Ulis1-1/+8
2016-10-07CIP: More minor bug fixesD. Ulis1-142/+54
2016-04-07CIP: Attribute updatesD. Ulis1-44/+5
2016-03-28Fix more -Wused-but-marked-unused warnings/errors.Joerg Mayer1-1/+1
2016-03-14CIP: Restore path information to Info columnD. Ulis1-2/+2
2016-03-14Don't let the existence of a protocol tree affect what's in the Info column.Guy Harris1-2/+2
2016-03-10CIP: Improve info column informationD. Ulis1-10/+4
2016-02-04Have CIP dissectors find the CIP Class dissector table, rather than have a ex...Michael Mann1-0/+2
2016-02-04CIP/ENIP: Enhance Info column displayD. Ulis1-2/+2
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+2
2016-01-22CIP: Add support for Get Attributes AllMichael Mann1-87/+52
2016-01-13Use result of register_dissectorPeter Wu1-4/+5
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
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