From 16654e4e89fa7d3d2394e6ce0c494f531c7ff1b8 Mon Sep 17 00:00:00 2001 From: kukosa Date: Mon, 3 Jul 2006 07:03:57 +0000 Subject: 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 --- epan/dissectors/packet-per.h | 1 - 1 file changed, 1 deletion(-) (limited to 'epan/dissectors/packet-per.h') 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; -- cgit v1.2.3