Add period separator for "base" proto filter name.

svn path=/trunk/; revision=44650
This commit is contained in:
Michael Mann 2012-08-24 02:02:22 +00:00
parent 8242949ebc
commit 14f3f8c55a
4 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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"

View File

@ -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;