aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/goose
AgeCommit message (Expand)AuthorFilesLines
2013-12-20Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)Jakub Zawadzki1-1/+1
2013-12-20Copy Evan r54250 changes to asn/Jakub Zawadzki1-1/+1
2013-12-08- Forward declaration of register functions.Anders Broman1-0/+3
2013-07-03expert_add_info + proto_tree_add_text = proto_tree_add_expert, where applicableMichael Mann1-6/+1
2013-06-25Move a couple of time-related modules into wsutil.Jeff Morriss1-1/+0
2013-06-03Convert ASN.1 dissectors to use filterable expert info.Michael Mann2-2/+11
2013-05-07Another hour gone, another set of protocols.Jörg Mayer1-0/+26
2013-05-05Just whitespace changesJörg Mayer1-2/+6
2013-04-26From me: only sign-extend BER integers if the field is actually signedEvan Huus1-0/+5
2013-04-23Stub cmake support for generating the asn1 dissectors.Jörg Mayer1-0/+23
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