aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-per.h
diff options
context:
space:
mode:
authorkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>2006-07-03 07:03:57 +0000
committerkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>2006-07-03 07:03:57 +0000
commit16654e4e89fa7d3d2394e6ce0c494f531c7ff1b8 (patch)
tree538e8d1a3a712692153e340587d312ed2a43feda /epan/dissectors/packet-per.h
parent896b2b006e27f586a529df66ce631e8c2d294103 (diff)
remove name field from per_sequence_t structure, it can be retrieved from field information
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18637 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-per.h')
-rw-r--r--epan/dissectors/packet-per.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-per.h b/epan/dissectors/packet-per.h
index ea445e5d86..1c890ac6b3 100644
--- a/epan/dissectors/packet-per.h
+++ b/epan/dissectors/packet-per.h
@@ -83,7 +83,6 @@ typedef struct _per_choice_t {
} per_choice_t;
typedef struct _per_sequence_t {
- const char *name;
const int *p_id;
int extension;
int optional;