aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-s4406.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-28Moved register_ber_syntax_dissector() and register_ber_oid_syntax() fromStig Bjørlykke1-5/+3
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-1/+1
2010-05-11Regenerate a few more of the ASN.1 dissectorsJeff Morriss1-75/+75
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-9/+7
2010-04-06#include <stdio.h> not needed.Bill Meier1-8/+7
2010-02-23Small fix for DistributionExtensionField.Stig Bjørlykke1-4/+44
2010-01-11Small cleanup in conformation file.Stig Bjørlykke1-2/+2
2010-01-09Update ASN.1 files.Stig Bjørlykke1-179/+588
2009-12-18Regenerated with SIZE constraints checking.Stig Bjørlykke1-22/+35
2009-10-30Corrected name used for STANAG 4406.Stig Bjørlykke1-4/+4
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
2009-10-09Regenerate asn1 dissectors (no change, only some line offset changes)Kovarththanan Rajaratnam1-3/+3
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-4/+4
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-12/+12
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-7/+6
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-12/+12
2008-08-01Regenerated to use the new decode function for UTCTime.Stig Bjørlykke1-4/+2
2008-07-21See if this gets rid of some unused code warnings...Anders Broman1-52/+12
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofAnders Broman1-2/+2
2007-10-22Update to use the -X and -T asn2wrs flags.Graeme Lunt1-211/+106
2007-06-27This patch changes ExemptedAddressSeq to a SEQUENCE OF.Graeme Lunt1-3/+17
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman1-58/+58
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-15/+15
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-187/+240
2007-05-06Start introducing actx to ber functions.Anders Broman1-33/+33
2007-05-03EXTERNAL type is handled in asn2wrs nowTomas Kukosa1-1/+1
2007-03-21change the signature that asn2wrs generates for functions to marm all paramet...Ronnie Sahlberg1-101/+101
2007-01-13New "decode as ..." feature for BER-encoded files (WTAP_FILE_BER). Graeme Lunt1-0/+4
2006-12-10Result of "compiling" s4406.cnf (that changed with SVN revision 20093.)Stephen Fisher1-2/+2
2006-08-16ASN.1 dissectors regenerated with new asn2wrs to get updated field blurbTomas Kukosa1-59/+59
2006-06-28Support for the acp127-notification-request extension.Graeme Lunt1-6/+50
2006-05-24- remove some #.MODULE_IMPORT from .cng filesTomas Kukosa1-6/+6
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2006-05-08Better split between dissectors and fixes for s4406 SEQ OF defined extensionsGraeme Lunt1-8/+203
2005-12-08Regenerate with the latest asn2eth, to get FT_OID used, and to add #line.Guy Harris1-14/+21
2005-11-16From Graeme Lunt:Anders Broman1-17/+106
2005-10-24From Graeme Lunt:Anders Broman1-4/+28
2005-09-05Use the same string for the protocol's filter name as is used in theGuy Harris1-2/+2
2005-09-04 From Graeme LuntAnders Broman1-0/+948