forked from osmocom/wireshark
Add remaining header files to Doxygen
Add @file markers for remaining header files so that Doxygen will generate documentation for them.pespin/osmux-wip
parent
b62197c283
commit
7567432ec4
3
cfile.h
3
cfile.h
|
@ -1,4 +1,5 @@
|
|||
/* cfile.h
|
||||
/** @file
|
||||
*
|
||||
* capture_file definition & GUI-independent manipulation
|
||||
*
|
||||
* Wireshark - Network traffic analyzer
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/*
|
||||
/** @file
|
||||
*
|
||||
* Declaration of the real main routine, for all CLI programs where the
|
||||
* main routine should get UTF-8 arguments on Windows. In those programs,
|
||||
* in the file that defines the main routine, include this header and link
|
||||
|
|
3
file.h
3
file.h
|
@ -1,4 +1,5 @@
|
|||
/* file.h
|
||||
/** @file
|
||||
*
|
||||
* Definitions for file structures and routines
|
||||
*
|
||||
* Wireshark - Network traffic analyzer
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* fileset.h
|
||||
/** @file
|
||||
*
|
||||
* Definitions for routines for file sets.
|
||||
*
|
||||
* Wireshark - Network traffic analyzer
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* frame_tvbuff.h
|
||||
/** @file
|
||||
*
|
||||
* Implements a tvbuff for frame
|
||||
*
|
||||
* Wireshark - Network traffic analyzer
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/** @file */
|
||||
/* based on http://llvm.org/svn/llvm-project/compiler-rt/trunk/lib/fuzzer/FuzzerInterface.h r321218 (20 Dec 2017) */
|
||||
|
||||
/* http://llvm.org/svn/llvm-project/compiler-rt/trunk/LICENSE.TXT follows */
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* globals.h
|
||||
/** @file
|
||||
*
|
||||
* Global defines, etc.
|
||||
*
|
||||
* Wireshark - Network traffic analyzer
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/*
|
||||
/** @file
|
||||
*
|
||||
* randpkt_core.h
|
||||
* ---------
|
||||
* Creates random packet traces. Useful for debugging sniffers by testing
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* ringbuffer.h
|
||||
/** @file
|
||||
*
|
||||
* Definitions for capture ringbuffer files
|
||||
*
|
||||
* Wireshark - Network traffic analyzer
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
/* Copyright (C) 2007 Jean-Marc Valin
|
||||
/** @file
|
||||
|
||||
Copyright (C) 2007 Jean-Marc Valin
|
||||
|
||||
File: speex_resampler.h
|
||||
Resampling code
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
/**-*-C-*-**********************************************************************
|
||||
*
|
||||
* text2pcap.h
|
||||
/** @file
|
||||
*
|
||||
* Utility to convert an ASCII hexdump into a libpcap-format capture file
|
||||
*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
/** @file */
|
||||
/**************************************** CPP definitions ***************/
|
||||
|
||||
/* CPP magic: Concatenate two strings or macros that resolve to strings.
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/*
|
||||
/** @file
|
||||
*
|
||||
* Copyright 2012-2013, Jakub Zawadzki <darkjames-ws@darkjames.pl>
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* pcapio.h
|
||||
/** @file
|
||||
*
|
||||
* Declarations of our own routines for writing libpcap files.
|
||||
*
|
||||
* Wireshark - Network traffic analyzer
|
||||
|
|
Loading…
Reference in New Issue