aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x411.c
AgeCommit message (Collapse)AuthorFilesLines
2009-06-26Re-generate asn1 dissectors after hf_register_info cleanup.stig1-181/+346
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28848 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-114/+114
(1) Trailing/leading spaces are removed from 'name's/'blurb's (2) Duplicate 'blurb's are replaced with NULL (3) Empty ("") 'blurb's are replaced with NULL (4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME, FT_PROTOCOL, FT_STRING and FT_STRINGZ field types (5) Only allow non-zero value for 'display' if 'bitmask' is non-zero git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28770 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-02Update to:gal1-466/+1965
* support the P3 protocol in addition to the P1 protocol; and * reduce the number of changes to the ASN.1 modules (as asn2wrs now handles more of the ASN.1 constructs). P3 is currently only supported over ROS (and not RTSE) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28593 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-16Regenerate all asn2wrs generated dissectors.stig1-39/+39
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28379 f5534014-38df-0310-8fa8-9805f1628bb7
2009-02-07#include <epan/emem.h> not req'd ...wmeier1-7/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27391 f5534014-38df-0310-8fa8-9805f1628bb7
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...wmeier1-7/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27390 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-11Regenerated files for asn1 templates committed in SVN #26750wmeier1-18/+17
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26751 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-01Regenerate all asn2wrs generated dissectorsetxrab1-38/+38
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26670 f5534014-38df-0310-8fa8-9805f1628bb7
2008-09-21Try to fix some "defined but not used" warnings.etxrab1-560/+326
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26243 f5534014-38df-0310-8fa8-9805f1628bb7
2008-09-02Try to fix unused code warnings.etxrab1-158/+69
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26122 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-01Regenerated to use the new decode function for UTCTime.stig1-7/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25898 f5534014-38df-0310-8fa8-9805f1628bb7
2008-07-21See if this gets rid of some unused code warnings...etxrab1-135/+369
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25785 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofetxrab1-1/+1
dissect_ber_boolean() to return a value and update asn2wrs to generate the new signature. Regenerate all BER dissectors. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24015 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-02Additional EXPORTS (for X.420 dissector) and a message store (P7) attribute.gal1-54/+55
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23979 f5534014-38df-0310-8fa8-9805f1628bb7
2007-12-21Added type=value to BuiltInDomainDefinedAttributes items.stig1-33/+45
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23933 f5534014-38df-0310-8fa8-9805f1628bb7
2007-12-06fix field attributes handling for tagged typeskukosa1-6/+6
regenerate involved dissectors git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23783 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-25Changes suggested/provided by Anders so that fewer changes are required to ↵gal1-56/+57
the ASN modules. Also includes the MSAccessProtocol.asn to generate defines for the operation numbers. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23586 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-19Initialize credentials.stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23490 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-17Basic P7 (X.400 Message Store Access Protocol) dissection after request from ↵gal1-76/+364
the list: http://www.wireshark.org/lists/wireshark-dev/200711/msg00228.html Only a single (private) capture file is currently available which contains only a few of the P7 operations, so testing has been minimal. General attribute types, containing information from the X.400 envelope, are also included. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23479 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-15new x411 dissectorsahlberg1-15/+20
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23457 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-06as2wrs now handles EXTERNAL(direct-reference requires no special handling).etxrab1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23386 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-01Change:etxrab1-2/+2
get_oid_str_name() -> oid_resolved_from_string() get_oid_name() -> oid_resolved_from_encoded() git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23331 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-31Use oid_add_from_string for adding names.etxrab1-2/+2
(gsmmap and inap does not compile at the moment). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23324 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-22Update to use the -X and -T asn2wrs flags.gal1-2302/+1335
Removed the workaround code from the .cnf file. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23243 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-06- Initialize address_item in MessageIdentifier to avoid a crash in handlingstig1-22/+29
LocalIdentifier when problems with the GlobalDomainIdentifier. - Initialize global pointers to avoid potential crashes. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23080 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-29- Rewrote handling of extensions to get rid of "funky" oid strings.stig1-150/+296
- Added ASN.1 integer values for StandardExtension, ExtensionAttributeType and TokenDataType. - Added expert info for unknown standard-extension, extension-attribute-type and tokendata-type. - Added expert info for unknown built-in content-type. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22730 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-25there's nothing like a MAX_OID_STR_LEN... get rid of a potential stack BOlego1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22657 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.clego1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22651 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.jmayer1-402/+63
Rebuild asn1 dissectors. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22627 f5534014-38df-0310-8fa8-9805f1628bb7
2007-06-27This patch will set correct extension_id for ExtensionAttributeTypegal1-135/+552
(error introduced in r22043), and fix printing of CAP values in oraddress (error introduced in r22054). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22209 f5534014-38df-0310-8fa8-9805f1628bb7
2007-06-21New preference to specify the tcp port to use for P1 and fix to include /OU= ↵gal1-38/+87
in dissected X.400 addresses. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22149 f5534014-38df-0310-8fa8-9805f1628bb7
2007-06-06use ASN.1 type names in #.FN_BODY (instead of Wireshark type names)kukosa1-137/+263
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22054 f5534014-38df-0310-8fa8-9805f1628bb7
2007-06-05not allow #.FN_HDR/FTR for Wireshark types but only for ASN.1 typeskukosa1-18/+37
it makes interconnection between .cnf file and ASN.1 source more readable (changes for #.FN_BODY will follow) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22043 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-30- remove unused hf_rnsap_L3_DL_DCCH_Message_PDU from RANAPkukosa1-3/+0
- dissectors regenerated with fixed asn2wrs git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22004 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.etxrab1-505/+505
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21889 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-15actx in the rest of dissect_ber..()letxrab1-80/+80
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21773 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.etxrab1-1467/+1610
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21753 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-06Start introducing actx to ber functions.etxrab1-335/+335
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21705 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-06Better column information display for delivery reports.gal1-140/+178
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21700 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-03EXTERNAL type is handled in asn2wrs nowkukosa1-4/+4
private implementations were renamed EXTERNAL -> EXTERNALt git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21662 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-23Support for X.411 "additional information" field.gal1-46/+60
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21148 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-21change the signature that asn2wrs generates for functions to marm all ↵sahlberg1-754/+754
parameters as _U_ to reduce the number of compiler warnings. update some template and cnf files to use _U_ as well git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21088 f5534014-38df-0310-8fa8-9805f1628bb7
2007-02-19dissect_x411_mts_apdu() is an old-style dissector, so it shouldn'tguy1-2/+2
return any value. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20844 f5534014-38df-0310-8fa8-9805f1628bb7
2007-02-08This patch adds support for decoding BER-encoded files as "X.411 Message". gal1-0/+1
http://www.wireshark.org/lists/wireshark-dev/200702/msg00355.html git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20745 f5534014-38df-0310-8fa8-9805f1628bb7
2007-01-28Fix for per-domain-bilateral-information (bilateral-information field wasn't ↵gal1-6/+40
handled). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20583 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-14From Stig Bjorlykke:sfisher1-45/+45
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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20133 f5534014-38df-0310-8fa8-9805f1628bb7
2006-08-16ASN.1 dissectors regenerated with new asn2wrs to get updated field blurbkukosa1-391/+391
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18921 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-28Support for the message-token, proof-of-delivery and recipient-certificate ↵gal1-63/+304
p1 envelope extensions. Patch for unknown built-in content type. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18598 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from ↵kukosa1-35/+36
packet-ber.c, they were only OID but not BER related use add_oid_str_name() and get_oid_str_name() instead of them git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18595 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-15- BER_MAX_OID_STR_LEN removed and replaced with MAX_OID_STR_LENkukosa1-30/+30
- x411 and dop regenerated - dissect_ber_tagged_type() prepared (support in asn2wrs will follow) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18468 f5534014-38df-0310-8fa8-9805f1628bb7