diff options
author | Tomas Kukosa <tomas.kukosa@siemens.com> | 2007-06-06 08:12:27 +0000 |
---|---|---|
committer | Tomas Kukosa <tomas.kukosa@siemens.com> | 2007-06-06 08:12:27 +0000 |
commit | 1dcf2aaef02f98c5fd6190a91e6940300c416fe6 (patch) | |
tree | 5a51628ac951d038de13d0a8cab037557920ea29 /asn1/disp | |
parent | ad07451fd182f1b46e0d51e0a173bfa18a96966a (diff) | |
download | wireshark-1dcf2aaef02f98c5fd6190a91e6940300c416fe6.tar.gz wireshark-1dcf2aaef02f98c5fd6190a91e6940300c416fe6.tar.bz2 wireshark-1dcf2aaef02f98c5fd6190a91e6940300c416fe6.zip |
use ASN.1 type names in #.FN_BODY (instead of Wireshark type names)
svn path=/trunk/; revision=22054
Diffstat (limited to 'asn1/disp')
-rw-r--r-- | asn1/disp/disp.cnf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asn1/disp/disp.cnf b/asn1/disp/disp.cnf index 8d2ce538ea..60f1839262 100644 --- a/asn1/disp/disp.cnf +++ b/asn1/disp/disp.cnf @@ -56,10 +56,10 @@ ModificationParameter B "dop.modify.roleb.2.5.19.1" "shadow-modify-roleb" col_append_fstr(actx->pinfo->cinfo, COL_INFO, " %%s", val_to_str(update, disp_RefreshInformation_vals, "unknown(%%d)")); } -#.FN_PARS StandardUpdate - VAL_PTR = &update +#.END + -#.FN_BODY StandardUpdate +#.FN_BODY CoordinateShadowUpdateArgumentData/updateStrategy/standard VAL_PTR = &update guint32 update; %(DEFAULT_BODY)s |