$ ls -l dump.* bark.raw
-rw-r--r-- 1 hans hans 0 Mar 31 17:16 bark.raw
-rw-r--r-- 1 hans hans 8044 Mar 31 17:13 dump.hdr
-rw-r--r-- 1 hans hans 2825 Mar 31 17:12 dump.rtp
so the payload dump didn't actually work,
and saving just the headers is more than saving everything.
The -1.-00044 20000 seems strange too.
A similar thing happens on OpenBSD 6.3/armv7,
except ./rtpdump -F payload < bark.rtp > dump.raw works,
-F short gives
Running the trivial tests proposed in https://github.com/columbia-irt/rtptools/pull/91 reveals failures already.
While on some systems,
./rtpdump < bark.rtp
works just fine, on this OpenBSD 6.2/ppc box:Some output formats (
rtpdump -F
) work, some don't:The files
dump.rtp
anddump.hdr
start, respectively, withHow did those numbers get there?
Also,
so the payload dump didn't actually work, and saving just the headers is more than saving everything.
The
-1.-00044 20000
seems strange too.A similar thing happens on OpenBSD 6.3/armv7, except
./rtpdump -F payload < bark.rtp > dump.raw
works,-F short
gives(compare to the
-F short
output above), and-F dump
and-F header
output starts withSomething is definitely amiss on a very basic level.