aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x420.h
AgeCommit message (Collapse)AuthorFilesLines
2010-06-28Removal of various warnings, mainly by not emitting functions for ASN.1 ↵Graeme Lunt1-0/+3
types that are only used for COMPONENTS OF. svn path=/trunk/; revision=33350
2010-01-09Export ReceiptTimeField.Stig Bjørlykke1-0/+1
svn path=/trunk/; revision=31473
2009-12-18Regenerated with SIZE constraints checking.Stig Bjørlykke1-1/+1
Added IPMSUpperBounds.asn. svn path=/trunk/; revision=31311
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=28379
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-1/+1
svn path=/trunk/; revision=26670
2008-08-01Regenerated to use the new decode function for UTCTime.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=25898
2008-01-02Revised X.420 dissector using separate ASN.1 modules and making the bare ↵Graeme Lunt1-1/+1
minimum changes to those modules that asn2wrs requires. Also supports the X.420 message store attributes, used over P7. svn path=/trunk/; revision=23981
2007-10-22Update to use the -X and -T asn2wrs flags.Graeme Lunt1-2/+2
Straightforward. svn path=/trunk/; revision=23244
2007-06-24Consolidation of FTBP dissector into the X420 dissector.Graeme Lunt1-2/+2
svn path=/trunk/; revision=22178
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-8/+8
svn path=/trunk/; revision=21753
2007-05-03EXTERNAL type is handled in asn2wrs nowTomas Kukosa1-1/+1
private implementations were renamed EXTERNAL -> EXTERNALt svn path=/trunk/; revision=21662
2007-03-21change the signature that asn2wrs generates for functions to marm all ↵Ronnie Sahlberg1-8/+8
parameters as _U_ to reduce the number of compiler warnings. update some template and cnf files to use _U_ as well svn path=/trunk/; revision=21088
2006-12-14From Stig Bjorlykke:Stephen Fisher1-1/+5
I have added a new dissector for DMP (STANAG 4406 Direct Message Profile) as defined in STANAG 4406 Annex E. The DMP protocol has no assigned UDP port number yet, so the default value in this dissector is 0 (I suppose this is som sort of "disabled"?) until we get this registered. The dissector has been tested on OSX Intel/PowerPC and Solaris SPARC. Changes in this patch: * Added DMP dissector * Added a new CRC table and functions in crc16.c * Made NonDeliveryReasonCode and NonDeliveryDiagnosticCode available from X.411 * Made NonReceiptReasonField and DiscardReasonField available from X.420 svn path=/trunk/; revision=20133
2006-05-24- remove some #.MODULE_IMPORT from .cng filesTomas Kukosa1-3/+3
- regenerate BER dissectors so as to change rest of Ethereal->Wireshark and asn2eth -> asn2wrs svn path=/trunk/; revision=18217
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
svn path=/trunk/; revision=18196
2006-05-08Better split between dissectors and fixes for s4406 SEQ OF defined extensionsGraeme Lunt1-0/+3
svn path=/trunk/; revision=18108
2005-12-06Squelch some compiler const vs. non-const warnings.Guy Harris1-1/+1
svn path=/trunk/; revision=16710
2005-12-05From Grame Lunt:Anders Broman1-2/+3
a patch for the X.411, X420 and CMS dissectors to implement the remaining heading extensions and bodyparts. This includes GeneralText BP, forwarded content BP (forwarded p22 and forwarded p772), PKCS#7 BP, and "business class" messaging extensions. The X.411 extensions using the SIGNATURE macro have also been implemented. There is also a fix for a bug in the dissection of integer 22 content type. Graeme svn path=/trunk/; revision=16689
2005-10-24From Graeme Lunt:Anders Broman1-0/+3
The ftbp.patch file includes: a) A fix to acse.cnf which works around an asn2eth bug (it is the AE-qualifier EXPORT I want, but asn2eth doesn't generate the appropriate extern for the values). Also a small cosmetic change for EXTERNAL decodings. b) New EXPORTs for the FTAM dissector for use in FTBP. c) A fix to asn2eth to solve the problem if you EXPORT types that include a '-' character in the name (e.g. "AE-qualifier" from acse.cnf, "Date-and-Time-Attribute" from ftam.cnf). The problem is that asn2eth generates the "xxxx-exp.cnf" file using the 'C' name (which has replaced '-' with '_') rather than the original 'ASN' name. The fix just undoes the replacement as I couldn't see the original name being preserved anywhere. There still remains a problem if the type has a '.' in the name - but generally I don't think they do. * Better ROS handling and registration * Simplified RTSE registration * X411 column information, extension naming and use of new RTSE/ROS registration * X420 notification extensions, warnings removal and export of ExtensionsField (missed from recent FTBP patch). * Better highlighting of S4406 protocol. svn path=/trunk/; revision=16296
2005-09-04 From Graeme LuntAnders Broman1-0/+44
I attach my RTSE dissector (in tar file) which requires the included ROS dissector, as well as a patch to the latest pres.{cnf,asn}. The ROS dissector uses a new field in the SESSION_DATA_STRUCTURE to pass the ROS operation to the sub-dissector, though this is also set by other dissectors (RTSE uses it in X.410 mode). Note that X.400 P1 in X.410 mode doesn't use ROS, so it is useful not to explicitly include ROS in my X411 dissector. However, the inclusion of a ROS dissector won't effect any dissectors that currently implement their own ROS. I also include dissectors for: X.411 (P1) X.400 OSI Message Transfer Service X.420 (P22) X.400 OSI Information Object STANAG 4406 (P772) STANAG 4406 Military Message Extensions (to P22) These rely on the RTSE and ROS dissectors. Withs some changes to remove various warnings and errors. svn path=/trunk/; revision=15680