aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/qsig
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2007-04-30 08:55:59 +0000
committerGuy Harris <guy@alum.mit.edu>2007-04-30 08:55:59 +0000
commit358b838924a8f4254b0ce64095e99b17354b6735 (patch)
tree1ed5ebdd8de8e5578ba4c0589fd3f1d7706ae612 /asn1/qsig
parent864003260334393725cf8fc7b6184bf1f7cea6d0 (diff)
Fix up the asn/q932 Makefile as per Tomas Kukosa's suggestion - and make
it a lot more like the Makefile.nmake file. Also, use $(PROTOCOL_NAME) in a couple of places in Makefile.nmake where it wasn't being used before. (It might be interesting to see whether we can use a template for these Makefiles, and just tweak some variables at the beginning.) That lets us get a Q.932 ROS dissector with the right file name and with "q932.ros" rather than "q932-ros" as the dissector name; do that. svn path=/trunk/; revision=21625
Diffstat (limited to 'asn1/qsig')
-rw-r--r--asn1/qsig/packet-qsig-template.c6
-rw-r--r--asn1/qsig/qsig-exp.cnf2
2 files changed, 4 insertions, 4 deletions
diff --git a/asn1/qsig/packet-qsig-template.c b/asn1/qsig/packet-qsig-template.c
index f095db90db..3d118e34e7 100644
--- a/asn1/qsig/packet-qsig-template.c
+++ b/asn1/qsig/packet-qsig-template.c
@@ -789,15 +789,15 @@ void proto_reg_handoff_qsig(void) {
data_handle = find_dissector("data");
- if (find_dissector_table("q932-ros.local.arg")) {
+ if (find_dissector_table("q932.ros.local.arg")) {
for (op=0; op<array_length(qsig_tab); op++) {
if (qsig_tab[op].arg_dissector) {
qsig_op_handle = create_dissector_handle(qsig_tab[op].arg_dissector, proto_qsig);
- dissector_add("q932-ros.local.arg", op, qsig_op_handle);
+ dissector_add("q932.ros.local.arg", op, qsig_op_handle);
}
if (qsig_tab[op].res_dissector) {
qsig_op_handle = create_dissector_handle(qsig_tab[op].res_dissector, proto_qsig);
- dissector_add("q932-ros.local.res", op, qsig_op_handle);
+ dissector_add("q932.ros.local.res", op, qsig_op_handle);
}
}
}
diff --git a/asn1/qsig/qsig-exp.cnf b/asn1/qsig/qsig-exp.cnf
index 180d21c136..8ab5d3693e 100644
--- a/asn1/qsig/qsig-exp.cnf
+++ b/asn1/qsig/qsig-exp.cnf
@@ -1,6 +1,6 @@
# Do not modify this file.
# It is created automatically by the ASN.1 to Wireshark dissector compiler
-# .\qsig-exp.cnf
+# ./qsig-exp.cnf
# ../../tools/asn2wrs.py -b -T -e -p qsig -c qsig.cnf -s packet-qsig-template qsig-gf-ext.asn qsig-gf-gp.asn qsig-gf-ade.asn qsig-na.asn qsig-cf.asn
#.MODULE