epan: Add header files to Doxygen

Add @file markers for epan
headers so that Doxygen will
generate documentation for them.
This commit is contained in:
Moshe Kaplan 2021-11-29 23:18:35 -05:00 committed by Wireshark GitLab Utility
parent fd5b5e3149
commit a523135202
54 changed files with 94 additions and 55 deletions

View File

@ -1,4 +1,5 @@
/* addr_and_mask.h
/** @file
*
* Declarations of routines to fetch IPv4 and IPv6 addresses from a tvbuff
* and then mask out bits other than those covered by a prefix length
*

View File

@ -1,4 +1,5 @@
/* afn.h
/** @file
*
* RFC 1700 address family numbers
*
* Wireshark - Network traffic analyzer

View File

@ -1,4 +1,5 @@
/* aftypes.h
/** @file
*
* AF_ values on various OSes; they're used in some network protocols, as
* well as in BSD DLT_NULL and DLT_LOOP headers.
*

View File

@ -1,4 +1,5 @@
/* arcnet_pids.h
/** @file
*
* ARCNET protocol ID values
* Copyright 2001-2002, Peter Fales <ethereal@fales-lorenz.net>
*

View File

@ -1,4 +1,5 @@
/* arptypes.h
/** @file
*
* Declarations of ARP address types.
*
* Wireshark - Network traffic analyzer

View File

@ -1,4 +1,4 @@
/* ax25_pids.h
/** @file
*
* Protocol IDs for Amateur Packet Radio protocol dissection
* Copyright 2005,2006,2007,2008,2009,2010,2012 R.W. Stearn <richard@rns-stearn.demon.co.uk>

View File

@ -1,4 +1,5 @@
/* bridged_pids.h
/** @file
*
* Definitions of protocol IDs for the 00-80-C2 OUI, used for
* bridging various networks over ATM (RFC 2684) or Frame Relay (RFC 2427).
*

View File

@ -1,4 +1,5 @@
/* chdlctypes.h
/** @file
*
* Defines Cisco HDLC packet types that aren't just Ethernet types
*
* Wireshark - Network traffic analyzer

View File

@ -1,4 +1,5 @@
/* packet-cisco-oui.h
/** @file
*
* Register an LLC dissector table for Cisco's OUI 00:00:0c
*
* Wireshark - Network traffic analyzer

View File

@ -1,4 +1,5 @@
/* conv_id.h
/** @file
*
* conv_id 2011 Robert Bullen
*
* Wireshark - Network traffic analyzer

View File

@ -1,4 +1,4 @@
/* crc8.h
/** @file
*
* Checks the checksum (FCS) of the 3G TS 27.010 Multiplexing protocol.
* The algorithm to check the FCS is described in "3G TS 27.010 V2.0.0 (1999-06)"

View File

@ -1,4 +1,4 @@
/* airpcap_debug.h
/** @file
*
* Copyright (c) 2006 CACE Technologies, Davis (California)
* All rights reserved.

View File

@ -1,4 +1,4 @@
/* airpcap_int.h
/** @file
*
* Copyright (c) 2006 CACE Technologies, Davis (California)
* All rights reserved.

View File

@ -1,4 +1,4 @@
/* dot11decrypt_interop.h
/** @file
*
* Copyright (c) 2006 CACE Technologies, Davis (California)
* All rights reserved.

View File

@ -1,4 +1,4 @@
/* dot11decrypt_util.h
/** @file
*
* Copyright (c) 2002-2005 Sam Leffler, Errno Consulting
* Copyright (c) 2006 CACE Technologies, Davis (California)

View File

@ -1,4 +1,4 @@
/* kasumi.h
/** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>

View File

@ -1,4 +1,5 @@
/* dccpservicecodes.h
/** @file
*
* Declarations of DCCP payload protocol IDs.
*
* Copyright 2021 by Thomas Dreibholz <dreibh [AT] simula.no>

View File

@ -1,4 +1,5 @@
/*
/** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 2001 Gerald Combs

View File

@ -1,4 +1,5 @@
/*
/** @file
*
* Wireshark - Network traffic analyzer
*
* Copyright 2006 Gilbert Ramirez <gram@alumni.rice.edu>

View File

@ -1,4 +1,5 @@
/*
/** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 2001 Gerald Combs

View File

@ -1,4 +1,5 @@
/* drange.h
/** @file
*
* Routines for providing general range support to the dfilter library
*
* Copyright (c) 2000 by Ed Warnicke <hagbard@physics.rutgers.edu>

View File

@ -1,4 +1,4 @@
/* gencode.h
/** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>

View File

@ -1,4 +1,5 @@
/*
/** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 2001 Gerald Combs

View File

@ -1,4 +1,5 @@
/*
/** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 2001 Gerald Combs

View File

@ -1,4 +1,5 @@
/*
/** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 2001 Gerald Combs

View File

@ -1,4 +1,5 @@
/*
/** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 2001 Gerald Combs

View File

@ -1,4 +1,5 @@
/*
/** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 2001 Gerald Combs

View File

@ -1,5 +1,4 @@
/*
* dtd.h
/** @file
*
* XML dissector for Wireshark
* DTD import declarations

View File

@ -1,4 +1,5 @@
/* eapol_keydes_types.h
/** @file
*
* Declarations of EAPOL Key Descriptor types
*
* Wireshark - Network traffic analyzer

View File

@ -1,4 +1,5 @@
/* exceptions.h
/** @file
*
* Wireshark's exceptions.
*
* Wireshark - Network traffic analyzer

View File

@ -1,4 +1,5 @@
/*
/** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 2001 Gerald Combs

View File

@ -1,4 +1,5 @@
/* garrayfix.h
/** @file
*
* Macros to work around the "data" field of a GArray having type guint8 *,
* rather than void *, so that, even though the GArray code should be
* ensuring that the data is aligned strictly enough for any data type,

View File

@ -1,4 +1,5 @@
/* iax2_codec_type.h
/** @file
*
* Defines IAX2 codec types
*
* Wireshark - Network traffic analyzer

View File

@ -1,4 +1,5 @@
/* lapd_sapi.h
/** @file
*
* Declarations of LAPD SAPI values.
*
* Wireshark - Network traffic analyzer

View File

@ -1,4 +1,5 @@
/* llcsaps.h
/** @file
*
* Defines LLC SAP values.
*
* Wireshark - Network traffic analyzer

View File

@ -1,4 +1,5 @@
/* nlpid.h
/** @file
*
* Definitions of OSI NLPIDs (Network Layer Protocol IDs)
* Laurent Deniel <laurent.deniel@free.fr>
*

View File

@ -1,4 +1,4 @@
/* osi-utils.h
/** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>

View File

@ -1,4 +1,5 @@
/* oui.h
/** @file
*
* Definitions of OUIs
*
* Wireshark - Network traffic analyzer

View File

@ -1,4 +1,5 @@
/* params.h
/** @file
*
* Definitions for parameter handling routines
*
* Wireshark - Network traffic analyzer

View File

@ -1,4 +1,5 @@
/* pci-ids.h
/** @file
*
*
* By Caleb Chiu <caleb.chiu@macnica.com>
* Copyright 2019

View File

@ -1,4 +1,4 @@
/* protobuf-helper.h
/** @file
*
* C Wrapper Layer of Protocol Buffers Language library.
* Copyright 2019, Huang Qiangxiong <qiangxiong.huang@qq.com>

View File

@ -1,4 +1,5 @@
/* ps.h
/** @file
*
* Definitions for generating PostScript(R) packet output.
*
* Gilbert Ramirez <gram@alumni.rice.edu>

View File

@ -1,4 +1,5 @@
/* register.h
/** @file
*
* Definitions for protocol registration
*
* Wireshark - Network traffic analyzer

View File

@ -1,4 +1,5 @@
/* slow_protocol_subtypes.h
/** @file
*
* Defines subtypes for 802.3 "slow protocols"
*
* Copyright 2002 Steve Housley <steve_housley@3com.com>

View File

@ -1,4 +1,5 @@
/* sminmpec.h
/** @file
*
* SMI Network Management Private Enterprise Codes for organizations
*
* Wireshark - Network traffic analyzer

View File

@ -1,4 +1,5 @@
/* t35.h
/** @file
*
* T.35 and H.221 tables
* 2003 Tomas Kukosa
*

View File

@ -1,4 +1,5 @@
/* tap-voip.h
/** @file
*
* VoIP packet tap interface 2007 Tomas Kukosa
*
* Wireshark - Network traffic analyzer

View File

@ -1,4 +1,5 @@
/* time_fmt.h
/** @file
*
* Definitions for various time display formats.
*
* Wireshark - Network traffic analyzer

View File

@ -1,4 +1,5 @@
/* tvbuff_rdp.h
/** @file
*
* Various decompression routines used by RDP
*
* Copyright (c) 2021 by David Fort <contact@hardening-consulting.com>

View File

@ -1,4 +1,5 @@
/*
/** @file
*
* Wrappers for printf like functions.
*
* Wireshark - Network traffic analyzer

View File

@ -1,4 +1,4 @@
/* common.h */
/** @file */
/*
License of Lrexlib release
--------------------------

View File

@ -1,4 +1,4 @@
/* lrexlib_algo.h */
/** @file */
/*
License of Lrexlib release
--------------------------

View File

@ -1,4 +1,4 @@
/*
/** @file
** Lua BitOp -- a bit operations library for Lua 5.1/5.2.
** http://bitop.luajit.org/
**

View File

@ -1,4 +1,5 @@
/* x264_prt_id.h
/** @file
*
* Definitions of X.264/ISO 11570 transport protocol IDs
*
* Wireshark - Network traffic analyzer