aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iec104.c
Commit message (Expand)AuthorAgeFilesLines
* From Jiří Engelthaler:Jaap Keuter2010-12-221-16/+186
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-1/+1
* Define some fcns & vars as static; Some #includes not req'd; packet-mikey.h n...Bill Meier2010-10-101-18/+24
* Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss2010-09-231-106/+106
* Fix cases where the type of a for loop variable is smaller than the type of t...Bill Meier2010-08-021-3/+3
* Remove unneeded #include <stdio.h>Bill Meier2010-04-031-1/+0
* Clean up header fields.Jaap Keuter2009-10-081-2/+2
* From Kjell Hultman:Jaap Keuter2009-09-201-1/+840
* Don't guard col_clear with col_checkKovarththanan Rajaratnam2009-08-091-6/+2
* Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-6/+2
* From Joan Ramio:Anders Broman2009-07-101-4/+6
* Small editorial changes.Anders Broman2009-07-061-3/+7
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-5/+5
* ep_strbuf usage: ep_strbuf_new_label("") --> ep_strbuf_new_label(NULL);Bill Meier2009-04-141-8/+8
* From Jakub Zawadzki: Fix a logic error.Gerald Combs2009-04-141-0/+1
* Get rid of val_to_strlen() - strlen() on the results of val_to_str()Guy Harris2009-03-311-41/+27
* More Win64 fixes.Gerald Combs2009-03-301-19/+18
* #include prefs.h not req'dBill Meier2009-01-281-1/+0
* From SUZUKI, Shinsuke <suz@kame.net> (bug 2956):Sake Blok2008-10-121-2/+2
* Minor cleanup related to proto_register and/or proto_reg_handoffBill Meier2008-10-051-64/+61
* get_iec104apdu_len(): make the offset variable a guin32 instead of a guint8 soJeff Morriss2008-09-301-150/+150
* From Joan Ramio:Anders Broman2008-09-291-0/+775