aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-enip.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-4/+4
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-2/+2
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-2/+2
2021-08-04CIP: Match Connection ID from different fieldsDylan Ulis1-1/+7
2021-07-30ENIP: Updates from latest specDylan Ulis1-23/+78
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-1/+1
2020-09-09ieee80211: fix Wmissing-prototypesAlexis La Goutte1-0/+1
2020-08-30Fix build where compilers can't initialise multi-field struct with {0}Martin Mathieson1-1/+2
2020-08-27CIP: Combine connection structsDylan Ulis1-61/+46
2020-08-27CIP: Combine handling for cip_connID_info_t connectionsDylan Ulis1-69/+60
2020-07-06enip: fix no previous prototype for functionAlexis La Goutte1-1/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-13/+13
2020-05-15ENIP: TCP/IP Object UpdatesDylan Ulis1-3/+80
2020-05-08ENIP: Code CleanupDylan Ulis1-107/+98
2019-11-04epan: Rename dissector_filters.c to conversation_filter.cStig Bjørlykke1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-13register_decode_as_next_proto: remove the "title" parameterMartin Kaiser1-1/+1
2019-04-18ENIP: Add more Ethernet Link attributesDylan Ulis1-1/+199
2019-04-17CIP Security: Fix some off by 1Dylan Ulis1-0/+4
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-9/+9
2019-02-11CIP: Fix false positive expert infoDylan Ulis1-2/+2
2019-01-18CIP: Improve API/RPI precisionDylan Ulis1-4/+4
2019-01-15CIP: Correct SSN to SNNDylan Ulis1-7/+7
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-4/+4
2018-12-11ENIP: Add more error checkingDylan Ulis1-0/+23
2018-12-10CIP: Add Connection IndexDylan Ulis1-1/+18
2018-12-09CIP: Improve connected data informationDylan Ulis1-53/+107
2018-09-25Rename packet-ssl* to packet-tls*Gerald Combs1-2/+2
2018-07-06CIP: Various I/O updatesDylan Ulis1-12/+53
2018-06-27CIP: Improve Class 2/3 connection handlingDylan Ulis1-54/+64
2018-06-23Don't pass an un-initialized dummy structure to dissect_cip_io_generic().Guy Harris1-16/+14
2018-06-22enip: fix no previous prototype for ‘dissect_item_sequenced_address/dissect...Alexis La Goutte1-2/+2
2018-06-18CIP: Improve I/O handlingDylan Ulis1-41/+66
2018-06-13ENIP: Pull out CPF items to separate functionsDylan Ulis1-309/+381
2018-06-01CIP: Use a struct for connection triadDylan Ulis1-26/+15
2018-05-31CIP Security: Fix Preshared Key parsingDylan Ulis1-4/+4
2018-05-22enip: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+0
2018-05-20CIP: Code cleanupDylan Ulis1-48/+49
2018-04-24Rename ENIP conversation menus to CIPDylan Ulis1-2/+2
2018-03-10ENIP packets are not decoded as ENIP anymoreDylan Ulis1-0/+9
2018-03-04enip: use wmem for copied addressesMartin Kaiser1-2/+2
2018-02-13Fix the "pointer to function that generates a label" values.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-02-08CIP Safety: Add decode options for I/O PayloadsDylan Ulis1-0/+7
2018-02-03CIP Motion: Support Format Revision 3Dylan Ulis1-48/+7
2017-10-29Add conversation endpoint typeMichael Mann1-5/+5
2017-10-28Convert to using find_conversation_pinfo where appropriateMichael Mann1-4/+1
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-1/+1
2017-09-16Have register_decode_as_next_proto create dissector table.Michael Mann1-6/+2
2017-07-21ENIP: Add support for CIP Security Information in ListIdentityMichael Mann1-0/+139