diff options
author | guy <guy> | 2003-11-05 06:02:58 +0000 |
---|---|---|
committer | guy <guy> | 2003-11-05 06:02:58 +0000 |
commit | f4d64fe38b9b7213a486eac4a18c3c434e1cccc8 (patch) | |
tree | b9ffe2374cdf60558f40f448c21bea950d9f98f4 /nameser.h | |
parent | 8f34a01034446e63b7ceec8267f6a1e04b167cbf (diff) | |
download | tcpdump-f4d64fe38b9b7213a486eac4a18c3c434e1cccc8.tar.gz |
In mDNS, report IN-class records with the "cache flush" bit set as such,
rather than as "Class 32769".
Diffstat (limited to 'nameser.h')
-rw-r--r-- | nameser.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* @(#) $Header: /tcpdump/master/tcpdump/nameser.h,v 1.13 2002-12-11 07:13:55 guy Exp $ (LBL) */ +/* @(#) $Header: /tcpdump/master/tcpdump/nameser.h,v 1.14 2003-11-05 06:02:59 guy Exp $ (LBL) */ /* * Copyright (c) 1983, 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -190,6 +190,7 @@ #define C_HS 4 /* for Hesiod name server (MIT) (XXX) */ /* Query class values which do not appear in resource records */ #define C_ANY 255 /* wildcard match */ +#define C_CACHE_FLUSH 0x8000 /* mDNS cache flush flag */ /* * Status return codes for T_UNSPEC conversion routines |