aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/goose
AgeCommit message (Expand)AuthorFilesLines
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki4-4/+4
2012-02-05GOOSE Messages don't use the length field to perform the dissection.Anders Broman1-31/+25
2012-01-21From Martin Lutz:Anders Broman1-15/+23
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss1-3/+0
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalGuy Harris1-1/+1
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-2/+0
2010-04-06#include <stdio.h> not needed.Bill Meier1-1/+0
2010-02-27Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris1-1/+1
2010-01-13From Didier Gautheron:Anders Broman1-2/+1
2010-01-11From Gonzalo Casas:Anders Broman2-1/+56
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-30Remove more unused variables.Gerald Combs1-1/+0
2009-06-22More header_field_info cleanup.Stig Bjørlykke1-4/+4
2009-01-28Adjust some indentationBill Meier1-9/+9
2008-11-15remove nonexistent header file from MakefileTomas Kukosa1-2/+1
2008-10-13Remove unused #include <conversations.h>Bill Meier1-1/+0
2008-10-13From Martin Lutz:Anders Broman6-0/+417