aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2012-02-02 01:08:02 +0000
committerJörg Mayer <jmayer@loplof.de>2012-02-02 01:08:02 +0000
commit2d72f9baa7c62c39aa5e9c1d3ecf7dc09d544316 (patch)
treefa0e75e1a1db48c13488ca83a14f1e0c0e82987f /epan
parent0e3ac2fdf0cb5fe5ea58b8c989cf3167995fb6fc (diff)
packet-HI2Operations.c was sorted into the file list as if it were
spelled packet-hi2operations.c. Rename the file to represent this. svn path=/trunk/; revision=40801
Diffstat (limited to 'epan')
-rw-r--r--epan/CMakeLists.txt2
-rw-r--r--epan/dissectors/Makefile.common2
-rw-r--r--epan/dissectors/packet-hi2operations.c (renamed from epan/dissectors/packet-HI2Operations.c)0
3 files changed, 2 insertions, 2 deletions
diff --git a/epan/CMakeLists.txt b/epan/CMakeLists.txt
index a97b0f18cb..85479d9b1d 100644
--- a/epan/CMakeLists.txt
+++ b/epan/CMakeLists.txt
@@ -213,7 +213,7 @@ set(ASN1_DISSECTOR_SRC
dissectors/packet-h450-ros.c
dissectors/packet-h460.c
dissectors/packet-h501.c
- dissectors/packet-HI2Operations.c
+ dissectors/packet-hi2operations.c
dissectors/packet-hnbap.c
dissectors/packet-idmp.c
dissectors/packet-inap.c
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index 47ee7939ae..47fec5b57f 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -127,7 +127,7 @@ ASN1_DISSECTOR_SRC = \
packet-h450-ros.c \
packet-h460.c \
packet-h501.c \
- packet-HI2Operations.c \
+ packet-hi2operations.c \
packet-hnbap.c \
packet-idmp.c \
packet-inap.c \
diff --git a/epan/dissectors/packet-HI2Operations.c b/epan/dissectors/packet-hi2operations.c
index 8ea5bc398a..8ea5bc398a 100644
--- a/epan/dissectors/packet-HI2Operations.c
+++ b/epan/dissectors/packet-hi2operations.c