aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h245.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2006-08-10 09:02:24 +0000
committerJörg Mayer <jmayer@loplof.de>2006-08-10 09:02:24 +0000
commit76b9953baa68e5f775d4683f114ed9abb501a2b1 (patch)
treebf97bc557badf1883f5ba2609eb0296e19c618d2 /epan/dissectors/packet-h245.h
parentc771b251eb12148dacb30dafe1ccfeab8b4435eb (diff)
Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1014
provided by markdrago@mail.com. Me: Patch template files instead and regenerate the dissector files. Fix Makefiles to use the correct asn filenames. svn path=/trunk/; revision=18866
Diffstat (limited to 'epan/dissectors/packet-h245.h')
-rw-r--r--epan/dissectors/packet-h245.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-h245.h b/epan/dissectors/packet-h245.h
index 031b571a96..25f173c58d 100644
--- a/epan/dissectors/packet-h245.h
+++ b/epan/dissectors/packet-h245.h
@@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
-/* .\packet-h245.h */
+/* ./packet-h245.h */
/* ../../tools/asn2wrs.py -e -p h245 -c h245.cnf -s packet-h245-template MULTIMEDIA-SYSTEM-CONTROL.asn */
/* Input file: packet-h245-template.h */
@@ -121,7 +121,7 @@ struct _h223_mux_element {
};
#include <epan/packet_info.h>
-#include "packet-per.h"
+#include <epan/dissectors/packet-per.h>
typedef void (*h223_set_mc_handle_t) ( packet_info* pinfo, guint8 mc, h223_mux_element* me );
extern void h245_set_h223_set_mc_handle( h223_set_mc_handle_t handle );