Rather than rename the remaining HI2Operations source files in asn1/ (to fix building of the dissector and make distcheck), revert 40803 and 40801.

svn path=/trunk/; revision=40811
This commit is contained in:
Jeff Morriss 2012-02-02 20:35:48 +00:00
parent 382fa7580c
commit 4193e9c318
4 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
PROTOCOL_NAME=hi2operations
PROTOCOL_NAME=HI2Operations
ASN_FILE_LIST = HI2Operations_ver11.asn \
UmtsHI2Operations.asn \

View File

@ -202,6 +202,7 @@ set(ASN1_DISSECTOR_SRC
dissectors/packet-ess.c
dissectors/packet-ftam.c
dissectors/packet-goose.c
dissectors/packet-HI2Operations.c
dissectors/packet-h225.c
dissectors/packet-h235.c
dissectors/packet-h245.c
@ -213,7 +214,6 @@ set(ASN1_DISSECTOR_SRC
dissectors/packet-h450-ros.c
dissectors/packet-h460.c
dissectors/packet-h501.c
dissectors/packet-hi2operations.c
dissectors/packet-hnbap.c
dissectors/packet-idmp.c
dissectors/packet-inap.c

View File

@ -116,6 +116,7 @@ ASN1_DISSECTOR_SRC = \
packet-ess.c \
packet-ftam.c \
packet-goose.c \
packet-HI2Operations.c \
packet-h225.c \
packet-h235.c \
packet-h245.c \
@ -127,7 +128,6 @@ ASN1_DISSECTOR_SRC = \
packet-h450-ros.c \
packet-h460.c \
packet-h501.c \
packet-hi2operations.c \
packet-hnbap.c \
packet-idmp.c \
packet-inap.c \