aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2012-08-24 02:02:22 +0000
committerMichael Mann <mmann78@netscape.net>2012-08-24 02:02:22 +0000
commit14f3f8c55ac51d71dbcf3d91fd7303403bb2c3df (patch)
tree745f2e20ecef796c67b1d2121c475641c735fc5f /epan/dissectors
parent8242949ebce864a8d59ed0233149a77f98f89178 (diff)
Add period separator for "base" proto filter name.
svn path=/trunk/; revision=44650
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-h248_10.c2
-rw-r--r--epan/dissectors/packet-h248_2.c2
-rw-r--r--epan/dissectors/packet-h248_3gpp.c2
-rw-r--r--epan/dissectors/packet-h248_7.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-h248_10.c b/epan/dissectors/packet-h248_10.c
index 546a34ed44..d5518c8b48 100644
--- a/epan/dissectors/packet-h248_10.c
+++ b/epan/dissectors/packet-h248_10.c
@@ -36,7 +36,7 @@
#include "packet-h248.h"
#define PNAME "H.248.10"
#define PSNAME "H248CHP"
-#define PFNAME "h248chp"
+#define PFNAME "h248.chp"
static int proto_h248_CHP = -1;
diff --git a/epan/dissectors/packet-h248_2.c b/epan/dissectors/packet-h248_2.c
index d65ca46e88..9856c26b94 100644
--- a/epan/dissectors/packet-h248_2.c
+++ b/epan/dissectors/packet-h248_2.c
@@ -35,7 +35,7 @@
#include "packet-h248.h"
#define PNAME "H.248.2"
#define PSNAME "H248_2"
-#define PFNAME "h248_2"
+#define PFNAME "h248.2"
static int proto_h248_2 = -1;
diff --git a/epan/dissectors/packet-h248_3gpp.c b/epan/dissectors/packet-h248_3gpp.c
index 2fcf64c5eb..d6f1aa5dfb 100644
--- a/epan/dissectors/packet-h248_3gpp.c
+++ b/epan/dissectors/packet-h248_3gpp.c
@@ -32,7 +32,7 @@
#include "packet-h248.h"
#define PNAME "H.248 3GPP"
#define PSNAME "H2483GPP"
-#define PFNAME "h2483gpp"
+#define PFNAME "h248.3gpp"
#include "packet-isup.h"
diff --git a/epan/dissectors/packet-h248_7.c b/epan/dissectors/packet-h248_7.c
index 768deb4d16..9f031df3a7 100644
--- a/epan/dissectors/packet-h248_7.c
+++ b/epan/dissectors/packet-h248_7.c
@@ -34,7 +34,7 @@
#define PNAME "H.248.7"
#define PSNAME "H248AN"
-#define PFNAME "h248an"
+#define PFNAME "h248.an"
static int proto_h248_an = -1;