aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iec104.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-4/+4
2011-05-05Fix decoding of CP56Time2a timestamp. Resolves bug 5889.cmaynard1-2/+2
2010-12-22From Jiří Engelthaler:jake1-16/+186
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-10-10Define some fcns & vars as static; Some #includes not req'd; packet-mikey.h n...wmeier1-18/+24
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.morriss1-106/+106
2010-08-02Fix cases where the type of a for loop variable is smaller than the type of t...wmeier1-3/+3
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-10-08Clean up header fields.jake1-2/+2
2009-09-20From Kjell Hultman:jake1-1/+840
2009-08-09Don't guard col_clear with col_checkkrj1-6/+2
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-6/+2
2009-07-10From Joan Ramio:etxrab1-4/+6
2009-07-06Small editorial changes.etxrab1-3/+7
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-5/+5
2009-04-14ep_strbuf usage: ep_strbuf_new_label("") --> ep_strbuf_new_label(NULL);wmeier1-8/+8
2009-04-14From Jakub Zawadzki: Fix a logic error.gerald1-0/+1
2009-03-31Get rid of val_to_strlen() - strlen() on the results of val_to_str()guy1-41/+27
2009-03-30More Win64 fixes.gerald1-19/+18
2009-01-28#include prefs.h not req'dwmeier1-1/+0
2008-10-12From SUZUKI, Shinsuke <suz@kame.net> (bug 2956):sake1-2/+2
2008-10-05Minor cleanup related to proto_register and/or proto_reg_handoffwmeier1-64/+61
2008-09-30get_iec104apdu_len(): make the offset variable a guin32 instead of a guint8 somorriss1-150/+150
2008-09-29From Joan Ramio:etxrab1-0/+775