Commit Graph

2 Commits

Author SHA1 Message Date
Guy Harris c2bb9726b8 Don't include errno.h if we don't use errno or errno value definitions. 2023-06-26 16:07:23 -07:00
David Perry fd8464e05d Add rtpdump read and parse support
Add a wiretap file format reader to read rtpdump files.
Generates "Exported PDU" data from the header of the rtpdump
file.

Add MIME file format read support for rtpdump files.

Change the default extension for exporting rtpdump files to '*.rtp' as
per the rtptools project's recommendation.

Wireshark generates rtpdump files slightly differently from how rtpdump
itself works. Both the wiretap reader and the MIME reader examine the
text and binary headers to determine the most appropriate presentation
of information to the user.
2023-04-13 13:26:13 +00:00