aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rmt-common.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-10-10 20:39:00 +0000
committerBill Meier <wmeier@newsguy.com>2010-10-10 20:39:00 +0000
commit4ae8d2530043b4e300504fd0f71c7a4a0e52d611 (patch)
tree026030119c29abb37313423f1ce0e4dee99c57ce /epan/dissectors/packet-rmt-common.h
parent4d56c5b57b31de38673afea8300715aaf31c8a78 (diff)
Minor code cleanup:
- define some vars & fcns as static; - remove an unused var; - use tfs_set_notset in tfs.c; - slightly simplify reg_handoff. svn path=/trunk/; revision=34462
Diffstat (limited to 'epan/dissectors/packet-rmt-common.h')
-rw-r--r--epan/dissectors/packet-rmt-common.h14
1 files changed, 5 insertions, 9 deletions
diff --git a/epan/dissectors/packet-rmt-common.h b/epan/dissectors/packet-rmt-common.h
index 659563f7f2..c68a14cbf7 100644
--- a/epan/dissectors/packet-rmt-common.h
+++ b/epan/dissectors/packet-rmt-common.h
@@ -13,24 +13,20 @@
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
+ *
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-
+
#ifndef __PACKET_RMT_COMMON__
#define __PACKET_RMT_COMMON__
-/* Boolean string tables external references */
-extern const true_false_string boolean_set_notset;
-extern const true_false_string boolean_yes_no;
-
/* Type definitions */
/* ================ */
@@ -39,10 +35,10 @@ struct _ext
{
guint offset;
guint length;
-
+
guint8 het;
guint8 hel;
-
+
guint hec_offset;
guint8 hec_size;
};