server listen publicly

This commit is contained in:
Cooper Quintin
2024-02-29 15:19:25 -08:00
parent 924b7c9302
commit 63e9c53dd4
3 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
//! Parse QMDL files and create a pcap file.
//! Creates a plausible IP header and [GSMtap](https://osmocom.org/projects/baseband/wiki/GSMTAP) header and then puts the rest of the data under that for wireshark to parse.
use crate::gsmtap::GsmtapMessage;
use crate::diag::Timestamp;