aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iec104.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-02Fix cases where the type of a for loop variable is smaller than the type of t...Bill Meier1-3/+3
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-10-08Clean up header fields.Jaap Keuter1-2/+2
2009-09-20From Kjell Hultman:Jaap Keuter1-1/+840
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-6/+2
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-6/+2
2009-07-10From Joan Ramio:Anders Broman1-4/+6
2009-07-06Small editorial changes.Anders Broman1-3/+7
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-5/+5
2009-04-14ep_strbuf usage: ep_strbuf_new_label("") --> ep_strbuf_new_label(NULL);Bill Meier1-8/+8
2009-04-14From Jakub Zawadzki: Fix a logic error.Gerald Combs1-0/+1
2009-03-31Get rid of val_to_strlen() - strlen() on the results of val_to_str()Guy Harris1-41/+27
2009-03-30More Win64 fixes.Gerald Combs1-19/+18
2009-01-28#include prefs.h not req'dBill Meier1-1/+0
2008-10-12From SUZUKI, Shinsuke <suz@kame.net> (bug 2956):Sake Blok1-2/+2
2008-10-05Minor cleanup related to proto_register and/or proto_reg_handoffBill Meier1-64/+61
2008-09-30get_iec104apdu_len(): make the offset variable a guin32 instead of a guint8 soJeff Morriss1-150/+150
2008-09-29From Joan Ramio:Anders Broman1-0/+775