aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dns.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-12-26 00:22:16 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-12-26 00:22:16 +0000
commit98738d8fd0a1a010a3da5105e473e6da18a200ba (patch)
tree4ceaf8c1480728d2e87320cadd9a29603bc4ddfc /epan/dissectors/packet-dns.h
parentb965ca1c91f726402f659ad7927d8e8a92daff82 (diff)
From Luis Ontanon: add more filterable fields to DNS, PGM, GTP, and RADIUS.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12835 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-dns.h')
-rw-r--r--epan/dissectors/packet-dns.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/epan/dissectors/packet-dns.h b/epan/dissectors/packet-dns.h
index 5f751c7c7d..f05d07b90c 100644
--- a/epan/dissectors/packet-dns.h
+++ b/epan/dissectors/packet-dns.h
@@ -28,13 +28,10 @@
#define __PACKET_DNS_H__
char *dns_class_name(int class);
+char *dns_class_description(int class);
int get_dns_name(tvbuff_t *, int, int, char *, int);
#define MAXDNAME 1025 /* maximum domain name length */
-proto_tree *
-add_rr_to_tree(proto_item *, int, tvbuff_t *, int, const char *,
- int, const char *, const char *, guint, gushort);
-
#endif /* packet-dns.h */