diff options
author | Luis Ontanon <luis.ontanon@gmail.com> | 2007-08-25 01:14:24 +0000 |
---|---|---|
committer | Luis Ontanon <luis.ontanon@gmail.com> | 2007-08-25 01:14:24 +0000 |
commit | 00c5e48a17040bbeff107c98ce365633724ad9fe (patch) | |
tree | 55d9c884242ed55ed057163c987103803043bc8a /epan/dissectors/packet-h235.c | |
parent | fb082a9a3c738c4707245cd7a5bdf564683a968f (diff) | |
download | wireshark-00c5e48a17040bbeff107c98ce365633724ad9fe.tar.gz wireshark-00c5e48a17040bbeff107c98ce365633724ad9fe.tar.bz2 wireshark-00c5e48a17040bbeff107c98ce365633724ad9fe.zip |
get users of oid_resolv to use the new oids, rollout packet-snmp.c
svn path=/trunk/; revision=22651
Diffstat (limited to 'epan/dissectors/packet-h235.c')
-rw-r--r-- | epan/dissectors/packet-h235.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-h235.c b/epan/dissectors/packet-h235.c index b58af3cbf9..a42e8ace16 100644 --- a/epan/dissectors/packet-h235.c +++ b/epan/dissectors/packet-h235.c @@ -1,7 +1,7 @@ /* Do not modify this file. */ /* It is created automatically by the ASN.1 to Wireshark dissector compiler */ -/* .\packet-h235.c */ -/* ../../tools/asn2wrs.py -e -p h235 -c h235.cnf -s packet-h235-template H235-SECURITY-MESSAGES.asn H235-SRTP.asn */ +/* ./packet-h235.c */ +/* ../../tools/asn2wrs.py -p h235 -c h235.cnf -s packet-h235-template H235-SECURITY-MESSAGES.asn H235-SRTP.asn */ /* Input file: packet-h235-template.c */ @@ -38,7 +38,7 @@ #include <glib.h> #include <epan/packet.h> #include <epan/conversation.h> -#include <epan/oid_resolv.h> +#include <epan/oids.h> #include <epan/asn1.h> #include <stdio.h> |