mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 02:38:09 +09:00
Fixed the group of the pcap functions.
This commit is contained in:
@@ -20,13 +20,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* pcap.c */
|
/* pcap.c */
|
||||||
/** \defgroup ssh_pcap SSH-pcap
|
|
||||||
* \brief libssh pcap file generation
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* \addtogroup ssh_pcap
|
|
||||||
* @{ */
|
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#ifdef WITH_PCAP
|
#ifdef WITH_PCAP
|
||||||
|
|
||||||
@@ -37,13 +30,24 @@
|
|||||||
#endif
|
#endif
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
|
|
||||||
#include "libssh/libssh.h"
|
#include "libssh/libssh.h"
|
||||||
#include "libssh/pcap.h"
|
#include "libssh/pcap.h"
|
||||||
#include "libssh/session.h"
|
#include "libssh/session.h"
|
||||||
#include "libssh/buffer.h"
|
#include "libssh/buffer.h"
|
||||||
#include "libssh/socket.h"
|
#include "libssh/socket.h"
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @internal
|
||||||
|
*
|
||||||
|
* @defgroup libssh_pcap The libssh pcap functions
|
||||||
|
* @ingroup libssh
|
||||||
|
*
|
||||||
|
* The pcap file generation
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
/* The header of a pcap file is the following. We are not going to make it
|
/* The header of a pcap file is the following. We are not going to make it
|
||||||
* very complicated.
|
* very complicated.
|
||||||
* Just for information.
|
* Just for information.
|
||||||
@@ -414,5 +418,7 @@ int ssh_set_pcap_file(ssh_session session, ssh_pcap_file pcapfile){
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
/** @} */
|
|
||||||
/* vim: set ts=2 sw=2 et cindent: */
|
/* @} */
|
||||||
|
|
||||||
|
/* vim: set ts=4 sw=4 et cindent: */
|
||||||
|
|||||||
Reference in New Issue
Block a user