aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ncp-int.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2015-09-25 10:09:07 -0400
committerMichael Mann <mmann78@netscape.net>2015-09-25 20:20:44 +0000
commit3b04a89828a12ee71aa6693aadb900862c9d3c75 (patch)
tree2e0eab4cfceb57672e8807ed9956ee2c7b5b958d /epan/dissectors/packet-ncp-int.h
parenta4a453b13db2c8d28d6999f6c1c03141f0eaf1da (diff)
ncp2222: Use BASE_CUSTOM for date and time fields.
This simplifies some of the logic required for field formatting. Change-Id: I2f9a612b18e3e4ca01311683d9cf61cbad9950f4 Reviewed-on: https://code.wireshark.org/review/10649 Petri-Dish: Michael Mann <mmann78@netscape.net> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-ncp-int.h')
-rw-r--r--epan/dissectors/packet-ncp-int.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/epan/dissectors/packet-ncp-int.h b/epan/dissectors/packet-ncp-int.h
index 9f6778afa0..8ac5b416b6 100644
--- a/epan/dissectors/packet-ncp-int.h
+++ b/epan/dissectors/packet-ncp-int.h
@@ -49,7 +49,6 @@ struct _ptvc_record {
unsigned int var_index : 2;
unsigned int repeat_index : 2;
unsigned int req_cond_index : 8;
- unsigned int special_fmt : 2;
};
/*
@@ -63,11 +62,6 @@ struct ncp_common_header {
guint8 conn_high; /* type=0x5555 doesn't have this */
};
-#define NCP_FMT_NONE 0
-#define NCP_FMT_NW_DATE 1
-#define NCP_FMT_NW_TIME 2
-#define NCP_FMT_UNICODE 3
-
extern gboolean nds_defragment;
extern gboolean nds_echo_eid;
extern gboolean ncp_echo_err;