aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ulp.c
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2007-10-29 19:25:37 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2007-10-29 19:25:37 +0000
commit84488ec01617591a27cd6ca848992694a13c12ac (patch)
tree86eb36577ef8f56583974ef94912a16dc86fecb4 /epan/dissectors/packet-ulp.c
parenta708791aa0dd793a8d371449f6d75f5f2219055b (diff)
asn2wrs
- parameterized object class assignment - octet string with extensible size constraint - RELATIVE-OID type (still not supported in packet-per/ber) packet-per - octet string with extensible size constraint more dissect_per_... functions exported from libwireshark.dll PER dissectors regenerated add forgotten packet-h323-template.h fix svn properties for h323 files svn path=/trunk/; revision=23309
Diffstat (limited to 'epan/dissectors/packet-ulp.c')
-rw-r--r--epan/dissectors/packet-ulp.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/epan/dissectors/packet-ulp.c b/epan/dissectors/packet-ulp.c
index 340c734c71..a271ffe570 100644
--- a/epan/dissectors/packet-ulp.c
+++ b/epan/dissectors/packet-ulp.c
@@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
-/* ./packet-ulp.c */
+/* packet-ulp.c */
/* ../../tools/asn2wrs.py -p ulp -c ulp.cnf -s packet-ulp-template ULP.asn SUPL.asn ULP-Components.asn */
/* Input file: packet-ulp-template.c */
@@ -385,7 +385,7 @@ dissect_ulp_T_msisdn(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, pr
/* "Hide" the first dissection to avoid double tree entries */
hf_index = -1;
offset = dissect_per_octet_string(tvb, offset, actx, tree, hf_index,
- 8, 8, &parameter_tvb);
+ 8, 8, FALSE, &parameter_tvb);
if(!parameter_tvb)
@@ -404,7 +404,7 @@ if(!parameter_tvb)
static int
dissect_ulp_OCTET_STRING_SIZE_8(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_octet_string(tvb, offset, actx, tree, hf_index,
- 8, 8, NULL);
+ 8, 8, FALSE, NULL);
return offset;
}
@@ -430,7 +430,7 @@ dissect_ulp_T_imsi(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, prot
/* "Hide" the first dissection to avoid double tree entries */
hf_index = -1;
offset = dissect_per_octet_string(tvb, offset, actx, tree, hf_index,
- 8, 8, &parameter_tvb);
+ 8, 8, FALSE, &parameter_tvb);
if(!parameter_tvb)
@@ -458,7 +458,7 @@ dissect_ulp_IA5String_SIZE_1_1000(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t
static int
dissect_ulp_OCTET_STRING_SIZE_4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_octet_string(tvb, offset, actx, tree, hf_index,
- 4, 4, NULL);
+ 4, 4, FALSE, NULL);
return offset;
}
@@ -468,7 +468,7 @@ dissect_ulp_OCTET_STRING_SIZE_4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *a
static int
dissect_ulp_OCTET_STRING_SIZE_16(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_octet_string(tvb, offset, actx, tree, hf_index,
- 16, 16, NULL);
+ 16, 16, FALSE, NULL);
return offset;
}
@@ -668,7 +668,7 @@ dissect_ulp_EncodingType(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_
static int
dissect_ulp_OCTET_STRING_SIZE_1_maxReqLength(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_octet_string(tvb, offset, actx, tree, hf_index,
- 1, maxReqLength, NULL);
+ 1, maxReqLength, FALSE, NULL);
return offset;
}
@@ -700,7 +700,7 @@ dissect_ulp_FormatIndicator(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx
static int
dissect_ulp_OCTET_STRING_SIZE_1_maxClientLength(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_octet_string(tvb, offset, actx, tree, hf_index,
- 1, maxClientLength, NULL);
+ 1, maxClientLength, FALSE, NULL);
return offset;
}
@@ -1881,7 +1881,7 @@ dissect_ulp_Position(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, pr
static int
dissect_ulp_OCTET_STRING_SIZE_1_8192(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_octet_string(tvb, offset, actx, tree, hf_index,
- 1, 8192, NULL);
+ 1, 8192, FALSE, NULL);
return offset;
}
@@ -1894,7 +1894,7 @@ dissect_ulp_T_rrlpPayload(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U
tvbuff_t *rrlp_tvb;
offset = dissect_per_octet_string(tvb, offset, actx, tree, hf_index,
- 1, 8192, &rrlp_tvb);
+ 1, 8192, FALSE, &rrlp_tvb);
if (rrlp_tvb && rrlp_handle) {