aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/goose
AgeCommit message (Collapse)AuthorFilesLines
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalGuy Harris1-1/+1
argument indicating whether to include the time zone in the string. If we're constructing a display filter, don't include the time zone, otherwise do. Fixes bug 4756. svn path=/trunk/; revision=32913
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-2/+0
svn path=/trunk/; revision=32417
2010-04-06#include <stdio.h> not needed.Bill Meier1-1/+0
svn path=/trunk/; revision=32405
2010-02-27Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris1-1/+1
date as YYYY/DDD, where DDD is a 1-origin day of year. Move the formats to a "time_fmt.h" file, included by the headers that use it. Have abs_time_to_str() and abs_time_secs_to_str() take the date format value, rather than a Boolean "show this as UTC" flag, as an argument. Document the ABSOLUTE_TIME_ formats a bit better. Use that format in the CCSDS and VCDU dissectors, rather than having those dissectors do the formatting themselves. svn path=/trunk/; revision=32034
2010-01-13From Didier Gautheron:Anders Broman1-2/+1
check_col.diff Remove redundant calls to check_col() if it guards only one columns function with one parameter after the column type. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4394 svn path=/trunk/; revision=31519
2010-01-11From Gonzalo Casas:Anders Broman2-1/+56
Corrected utc-time display in goose dissector. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4378 svn path=/trunk/; revision=31484
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
svn path=/trunk/; revision=29344
2009-07-30Remove more unused variables.Gerald Combs1-1/+0
svn path=/trunk/; revision=29249
2009-06-22More header_field_info cleanup.Stig Bjørlykke1-4/+4
svn path=/trunk/; revision=28802
2009-01-28Adjust some indentationBill Meier1-9/+9
svn path=/trunk/; revision=27323
2008-11-15remove nonexistent header file from MakefileTomas Kukosa1-2/+1
svn path=/trunk/; revision=26787
2008-10-13Remove unused #include <conversations.h>Bill Meier1-1/+0
svn path=/trunk/; revision=26443
2008-10-13From Martin Lutz:Anders Broman6-0/+417
IEC 61850 GOOSE protocol svn path=/trunk/; revision=26440