aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormmann <mmann@f5534014-38df-0310-8fa8-9805f1628bb7>2012-08-24 02:02:22 +0000
committermmann <mmann@f5534014-38df-0310-8fa8-9805f1628bb7>2012-08-24 02:02:22 +0000
commit0d733c41984fdfffc1e78fe69d7826dd0d80feca (patch)
tree745f2e20ecef796c67b1d2121c475641c735fc5f
parentebd141e82f036c93842f6dde4efef940e98c2a32 (diff)
Add period separator for "base" proto filter name.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44650 f5534014-38df-0310-8fa8-9805f1628bb7
-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;