11#ifndef __PACKET_GSM_OSMUX_H__
12#define __PACKET_GSM_OSMUX_H__
19osmux_add_address(
packet_info *pinfo,
address *addr,
int port,
int other_port, uint32_t setup_frame_number);
Holds a network or link-layer address of any supported type.
Definition address.h:62
Represents the metadata and indexing information for a single captured frame.
Definition packet_info.h:43