Macro packet_stream

Source
macro_rules! packet_stream {
    ($(($port:expr, $value:expr)),*) => { ... };
}