aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcap.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-07-31 04:38:17 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-07-31 04:38:17 +0800
commit585f3d90d17745418e162b26e76f92d6c36cf3a0 (patch)
treea29d6763fae57a058703639c16156464b36bf5b0 /src/pcap.c
parent5aa17014deace6d91a5cbb9784a9c05521ba19c8 (diff)
u_int16_t -> uint16_t
Diffstat (limited to 'src/pcap.c')
-rw-r--r--src/pcap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pcap.c b/src/pcap.c
index de6f77c..ac29dee 100644
--- a/src/pcap.c
+++ b/src/pcap.c
@@ -34,8 +34,8 @@
*/
struct pcap_hdr {
u_int32_t magic_number;
- u_int16_t version_major;
- u_int16_t version_minor;
+ uint16_t version_major;
+ uint16_t version_minor;
int32_t thiszone;
u_int32_t sigfigs;
u_int32_t snaplen;