aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iec104.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-30IEC104: Added Counter integrrogation command qualifier dissectionJiří Engelthaler1-0/+56
2021-08-28IEC104: Added Substituted / Not substituted dissection of CP56Time2aJiří Engelthaler1-0/+6
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-2/+2
2021-05-10IEC104: Initialize a variable.Gerald Combs1-1/+1
2021-05-09Clear final build warning (hopefully)Chris Bontje1-1/+1
2021-05-09Clear build warningsChris Bontje1-21/+20
2021-05-09packet-iec104.c - Add IEC 60870-5-103 Protocol DissectionChris Bontje1-1/+605
2020-09-15IEC104: add dissection of CP24Time2a time tagsGeorge Hopkins1-2/+133
2020-08-31More spelling fixes, part 2 of 2nd pass of dissectors.Martin Mathieson1-1/+1
2020-04-22IEC104: Add dissection of reset process command C_RP_NA_1Jiří Engelthaler1-0/+26
2020-04-03IEC104: Add dissection of parameters P_ME_NA_1, P_ME_NB_1, P_ME_NC_1Jiří Engelthaler1-3/+78
2020-01-03packet-iec104: Use pinfo->match_uint instead of port number from configurationJiří Engelthaler1-14/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-26[packet-iec104.c] - Add dissection for IEC 60870-5-101 MessagesChris Bontje1-144/+508
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-1/+1
2018-12-01Apply port preferences during dissector handoff registrationJaap Keuter1-0/+1
2018-04-10Add, and use, "fetch signed value" for lengths < 40 bits.Guy Harris1-3/+2
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-12-23IEC104: add section 7 [security] cause of transmission & type identifiersPascal S. de Kloe1-0/+62
2017-06-22IEC104: Added checking of correct ApduLen in context of ASDU typeJiří Engelthaler1-0/+19
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-1/+1
2016-11-22Add prefs_get_uint_value and prefs_get_range_valueMichael Mann1-3/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-33/+19
2016-05-11Create IEC401 source TCP port preference.Jaap Keuter1-7/+27
2016-01-17Fix build [-Werror=maybe-uninitialized]João Valverde1-0/+1
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-18/+18
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-5/+6
2015-06-23Replace more deprecated tvb_length callsEvan Huus1-3/+3
2015-05-07packet-iec104: make object number filterable if SQ flag is setJiří Engelthaler1-0/+3
2015-03-25packet-iec104: fix showing information objects if SQ flag is setJiří Engelthaler1-5/+6
2015-02-11packet-iec104: fix packet information textJiří Engelthaler1-9/+11
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+2
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+1
2014-12-07iec104: Missing break in switch (CID 280459)Alexis La Goutte1-0/+1
2014-10-06Adjust indentation to match editor modelines; Do other minor whitespace changes.Bill Meier1-207/+207
2014-08-10Eliminate proto_tree_add_text from some dissectors.Michael Mann1-1/+6
2014-06-29proto_tree_add_subtree[_format]Michael Mann1-2/+2
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-4/+4
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-4/+4
2014-05-24Fixed mausb valid bit & added invalid_valid TFSSean O. Stalley1-1/+0
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-30IEC60870-5-104: Added decoding of integrated totals without time tag, fixed i...Jiri Engelthaler1-28/+32
2014-01-05Dissect the remainder of IEC104 integrated totals, including the binary counterEvan Huus1-8/+44
2014-01-03Add partial dissection of IEC104 M_IT_TB_1.Evan Huus1-0/+17
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+4
2013-12-14Fix const warnings.Jakub Zawadzki1-2/+2
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-6/+7
2013-11-09Replace STRINGIFY with glib version.Jakub Zawadzki1-2/+2