diff options
author | Tomas Kukosa <tomas.kukosa@siemens.com> | 2006-05-22 11:49:50 +0000 |
---|---|---|
committer | Tomas Kukosa <tomas.kukosa@siemens.com> | 2006-05-22 11:49:50 +0000 |
commit | fbd2a3fe3e6829304daba4ada278246f343e5f4b (patch) | |
tree | d9fe17598a0585424c3b54245fdde78750e764b8 /asn1/Makefile.nmake | |
parent | 18ffc28bb1811b808c853ac2f649e5b1e3ba8306 (diff) | |
download | wireshark-fbd2a3fe3e6829304daba4ada278246f343e5f4b.tar.gz wireshark-fbd2a3fe3e6829304daba4ada278246f343e5f4b.tar.bz2 wireshark-fbd2a3fe3e6829304daba4ada278246f343e5f4b.zip |
- fix bugs in dissect_per_octet_string() introduced with unaligned variant
- step to new ASN.1 API - pass asn_ctx_t* through PER dissectors instead of packet_info*
- PER ALIGNED/UNALIGNED flag moved to asn_ctx_t
- PER created tree item pointer moved to asn_ctx_t
- add nbap into PER dissectors in asn1/Makefile.nmake
- use add_oid_str_name() instead of register_ber_oid_name() in H.225 and H.245
- export asn_ctx_init from library
- PER dissectors regenerated
svn path=/trunk/; revision=18209
Diffstat (limited to 'asn1/Makefile.nmake')
-rw-r--r-- | asn1/Makefile.nmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/asn1/Makefile.nmake b/asn1/Makefile.nmake index 42582bbf2d..9d323a4bf1 100644 --- a/asn1/Makefile.nmake +++ b/asn1/Makefile.nmake @@ -290,6 +290,7 @@ per: \ h235 \ h245 \ h450 \ + nbap \ ranap \ rnsap \ rrlp \ |