aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-enip.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-11Expand register_decode_as_next_proto to include prompt string.Michael Mann1-13/+1
2017-06-05Remove "length only" check for dissectors that use tcp_dissect_pdus.Michael Mann1-4/+0
2017-05-29Fix up dissector tables' UI names.Jeff Morriss1-1/+1
2017-03-16Add support for verifying CIP Safety CRC values.Michael Mann1-25/+5
2017-03-06enip: fix this statement may fall through [-Werror=implicit-fallthrough=] fou...Alexis La Goutte1-1/+1
2017-02-02GHashtable -> wmem_map conversionsMichael Mann1-28/+10
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-6/+5
2016-12-06CIP: Minor enhancementsD. Ulis1-3/+22
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-2/+2
2016-10-13CIP: Improve string handlingD. Ulis1-1/+13
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2016-10-07ENIP: Add Connection ID to treeD. Ulis1-15/+18
2016-09-28proto_tree_add_item_ret_(u)int/proto_tree_add_bitmask_with_flags_ret_uint64: ...Pascal Quantin1-1/+1
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-3/+3
2016-06-26conversation: rename shadow variableDario Lombardo1-2/+2
2016-06-15Allow control of individual columns to be (un)writable.Michael Mann1-3/+3
2016-03-20ENIP: Add request/response arrows for related packetsD. Ulis1-2/+2
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-6/+2
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-2/+2
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-3/+3
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde1-15/+8
2016-02-16CIP/ENIP: Attribute updatesD. Ulis1-103/+28
2016-02-08Revert "Add free_address_wmem() and other extensions to address API"João Valverde1-8/+15
2016-02-07Add free_address_wmem() and other extensions to address APIJoão Valverde1-15/+8
2016-02-05ENIP: Add dissection of UCMM CPF Item over UDPMichael Mann1-0/+74
2016-02-05Add CIP Security objectsMichael Mann1-79/+636
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-1/+3
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-15/+15
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-2/+2
2016-01-22CIP: Add support for Get Attributes AllMichael Mann1-54/+133
2015-12-31Squelch a compiler warning.Guy Harris1-1/+1
2015-12-31Clean up setting the port and address.Guy Harris1-8/+13
2015-12-11ENIP: Add sanity check when connection info not availableD. Ulis1-0/+7
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-4/+4
2015-12-05Enhancements for EtherNet/IP and CIPD. Ulis1-26/+43
2015-12-01Bugfixes for EtherNet/IP and CIPD. Ulis1-10/+11
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-3/+4
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-3/+3
2015-10-29"Color dissector filters" are just filters.Guy Harris1-3/+3
2015-10-27Replace all "dissector filter" registrations with "dissector color filter" re...Michael Mann1-5/+5
2015-10-08Replace or rename "duplicate" UDP protocols shown in Decode AsMichael Mann1-4/+3
2015-10-01Treat IPv4 subnet masks as distinct from addressesJeffrey Smith1-1/+1