aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cip.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-18CIP: Fix Assigned value is garbage or undefined found by Clang AnalyzerAlexis La Goutte1-1/+1
2017-03-16Add support for verifying CIP Safety CRC values.Michael Mann1-4/+20
2017-03-14CIP: Log more errors when expected data is missingD. Ulis1-19/+34
2016-12-21CIP: More attribute updatesD. Ulis1-9/+56
2016-12-16CIP: Always handle extra dataD. Ulis1-197/+90
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-2/+2
2016-12-06CIP: Minor enhancementsD. Ulis1-42/+63
2016-11-15CIP: Properly handle EPATH attributes that do not specify path sizeD. Ulis1-104/+139
2016-10-21gmtime() can return NULL, even if it's unlikely.Guy Harris1-1/+4
2016-10-16CIP: no previous prototype for ‘dissect_cip_attribute’ [-Wmissing-prototy...Alexis La Goutte1-1/+1
2016-10-13CIP: Improve string handlingD. Ulis1-52/+113
2016-10-10CIP: Attribute updatesD. Ulis1-38/+95
2016-10-07CIP: More minor bug fixesD. Ulis1-2/+2
2016-09-30CIP: Minor bug fixesD. Ulis1-29/+30
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-2/+2
2016-07-28CIP: ensure to give a valid tvb pointer when calling proto_tree_add_XXX funct...Pascal Quantin1-47/+47
2016-06-27CIP: Cleanup info column for MSP packetsD. Ulis1-6/+15
2016-06-08Remove superfluous size checks (CID-1158694)Jaap Keuter1-24/+3
2016-04-07CIP: Attribute updatesD. Ulis1-16/+30
2016-03-28Fix more -Wused-but-marked-unused warnings/errors.Joerg Mayer1-2/+2
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-3/+3
2016-03-14CIP: Restore path information to Info columnD. Ulis1-24/+24
2016-03-14Another fix for the Info column.Guy Harris1-1/+1
2016-03-14Don't let the existence of a protocol tree affect what's in the Info column.Guy Harris1-13/+14
2016-03-10CIP: Improve info column informationD. Ulis1-114/+134
2016-02-25CIP: Improve error checkingD. Ulis1-156/+84
2016-02-22Fix some hf_ field datatype conflicts.Michael Mann1-2/+2
2016-02-17cip: fix a leakDario Lombardo1-6/+8
2016-02-16CIP/ENIP: Attribute updatesD. Ulis1-3/+207
2016-02-11Add in a default value for extended_port_offset to avoid warning (-> error)John A. Thacker1-1/+1
2016-02-05ENIP: Add dissection of UCMM CPF Item over UDPMichael Mann1-2/+0
2016-02-05Add CIP Security objectsMichael Mann1-0/+17
2016-02-04Have CIP dissectors find the CIP Class dissector table, rather than have a ex...Michael Mann1-1/+1
2016-02-04CIP/ENIP: Enhance Info column displayD. Ulis1-41/+98
2016-01-31CIP: fix no previous prototype for 'dissect_segment_network_production_inhibi...Alexis La Goutte1-1/+1
2016-01-27CIP: Add support for all defined segment typesD. Ulis1-57/+534
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-1/+1
2016-01-22CIP: Add support for Get Attributes AllMichael Mann1-78/+253
2015-12-11CIP: Add support for common class attributesD. Ulis1-1/+89
2015-12-09CIP: Ensure that all generated data is properly flagged as Generated and no l...D. Ulis1-60/+110
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-5/+5
2015-12-05Enhancements for EtherNet/IP and CIPD. Ulis1-36/+118
2015-12-01Bugfixes for EtherNet/IP and CIPD. Ulis1-19/+26
2015-11-06Major Re-factoring of the dissector and some new features.cbontje1-18/+8
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-2/+2
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