dcerpc-netlogon: improve NetrLogonGetCapabilities dissection
[wireshark-sm.git] / wiretap / lanalyzer.h
blobcfb474d49f789b19dd52b2e1076d7ba87dbeca91
1 /** @file
3 * Wiretap Library
4 * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
6 * SPDX-License-Identifier: GPL-2.0-or-later
7 */
9 #ifndef __LANALYZER_H__
10 #define __LANALYZER_H__
12 #include <glib.h>
13 #include "wtap.h"
15 wtap_open_return_val lanalyzer_open(wtap *wth, int *err, char **err_info);
17 #endif