aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h225/packet-h225-template.h
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2006-05-22 11:49:50 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2006-05-22 11:49:50 +0000
commitfbd2a3fe3e6829304daba4ada278246f343e5f4b (patch)
treed9fe17598a0585424c3b54245fdde78750e764b8 /asn1/h225/packet-h225-template.h
parent18ffc28bb1811b808c853ac2f649e5b1e3ba8306 (diff)
- 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/h225/packet-h225-template.h')
-rw-r--r--asn1/h225/packet-h225-template.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/asn1/h225/packet-h225-template.h b/asn1/h225/packet-h225-template.h
index ce5c22181a..6b70f70cb4 100644
--- a/asn1/h225/packet-h225-template.h
+++ b/asn1/h225/packet-h225-template.h
@@ -76,6 +76,7 @@ typedef struct _h225_packet_info {
* libethereal.dll, we need a special declaration.
*/
+#include "packet-per.h"
#include "packet-h225-exp.h"