aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iec104.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-12/+12
2013-09-15More wmem conversion (leaving uat related functions aside)Pascal Quantin1-24/+25
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-08-27From Jiri Engelthaler via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Pascal Quantin1-18/+22
2013-07-16Improve iec104 dissector. Bug 8849 (https://bugs.wireshark.org/bugzilla/show...Michael Mann1-389/+544
2013-06-25Bugfix iec104 dissector, bug 8849 (https://bugs.wireshark.org/bugzilla/show_b...Michael Mann1-39/+32
2013-05-26Batch of filterable expert infos.Michael Mann1-33/+45
2013-04-21General cleanup.Michael Mann1-723/+597
2013-03-19From beroset:Anders Broman1-2/+2
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-17/+17
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-3/+3
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-4/+4
2011-05-05Fix decoding of CP56Time2a timestamp. Resolves bug 5889.Chris Maynard1-2/+2
2010-12-22From Jiří Engelthaler:Jaap Keuter1-16/+186
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-10-10Define some fcns & vars as static; Some #includes not req'd; packet-mikey.h n...Bill Meier1-18/+24
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-106/+106