Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / packet-gsm_osmux.h
blob003a4dc1da1d8b71feafd839488a57679af15949
1 /* packet-gsm_osmux.h
3 * Routines for packet dissection of Osmux voice/signalling multiplex protocol
5 * (C) 2024 by sysmocom s.f.m.c. GmbH <info@sysmocom.de>
6 * Written by Pau Espin Pedrol <pespin@sysmocom.de>
8 * SPDX-License-Identifier: GPL-2.0-or-later
9 */
11 #ifndef __PACKET_GSM_OSMUX_H__
12 #define __PACKET_GSM_OSMUX_H__
14 #include "config.h"
16 #include <stdint.h>
18 #include "epan/packet.h"
20 void
21 osmux_add_address(packet_info *pinfo, address *addr, int port, int other_port, uint32_t setup_frame_number);
23 #endif /*__PACKET_GSM_OSMUX_H__*/