#.EXPORTS
This directive in the Asn2wrs conformation file are used to export functions for type decoding from the dissector
Syntax
#.EXPORTS
TypeName [WITH_VALS|WITHOUT_VALS|ONLY_VALS] [WS_VAR] [NO_PROT_PREFIX]
...
#.END
Options:
- WITH_VALS (default) - exports dissection function and value string table if present
- WITHOUT_VALS - exports only dissection function
- ONLY_VALS - exports only value string table
- WS_VAR - WS_VAR_IMPORT is used for value string table so as it can be exported from libwireshark.dll
- NO_PROT_PREFIX - value string table name does not have protocol prefix
Example
#.EXPORTS NonStandardParameter RasMessage WITH_VALS WS_VAR H323-UU-PDU/h323-message-body ONLY_VALS WS_VAR #.END
