aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet_info.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-05-30 22:20:21 +0000
committerGerald Combs <gerald@wireshark.org>2013-05-30 22:20:21 +0000
commitd14fa4914d51bc18dcfd11db2bfa53273d9c3474 (patch)
tree9adf70c1e415f3e2b8ac90e01824f45a1d990d33 /epan/packet_info.h
parentb047518b1835b516f4ac79953fc7b45e0059e14a (diff)
Add Doxygen boilerplate for some of our core modules and data structures.
svn path=/trunk/; revision=49640
Diffstat (limited to 'epan/packet_info.h')
-rw-r--r--epan/packet_info.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/epan/packet_info.h b/epan/packet_info.h
index 4383505ab1..178a2ad615 100644
--- a/epan/packet_info.h
+++ b/epan/packet_info.h
@@ -29,6 +29,15 @@
#include "tvbuff.h"
#include "address.h"
+/** @file
+ * Dissected packet data and metadata.
+ */
+
+/** @defgroup packetinfo Packet Data and Metadata
+ *
+ * @{
+ */
+
/* Also defined in wiretap/wtap.h */
#define P2P_DIR_UNKNOWN -1
#define P2P_DIR_SENT 0
@@ -221,4 +230,6 @@ typedef struct _packet_info {
/**< For old code that hasn't yet been changed. */
#define match_port match_uint
+/** @} */
+
#endif /* __PACKET_INFO_H__ */