]> The Tcpdump Group git mirrors - tcpdump/commit
use existing PGM decoder for UDP-encapsulated PGM
authorDenis Ovsienko <[email protected]>
Thu, 14 Mar 2013 17:17:53 +0000 (21:17 +0400)
committerMichael Richardson <[email protected]>
Sun, 14 Apr 2013 22:20:26 +0000 (18:20 -0400)
commitb10f46c2d6e3755598340ba77895e6631953ccc0
treee2b724ba0d3b6bdc48670633f903bfb583c5c643
parentfac122dea6d7ca6e7ae037abadfade3c5e7b1aca
use existing PGM decoder for UDP-encapsulated PGM

The original PGM uses its own IP protocol number. "EPGM" or "PGM/UDP"
stands for UDP-encapsulated PGM, which has no assigned UDP port number
and can be decoded only by means of -T option, which now accepts "pgm"
protocol type for this purpose. There is also a sample capture of EPGM
now (similar to the one of native PGM, but produced using the "epgm://"
protocol schema) and a respective test case.
interface.h
netdissect.h
print-udp.c
tcpdump.1.in
tcpdump.c
tests/TESTLIST
tests/epgm_zmtp1.pcap [new file with mode: 0644]
tests/epgmv.out [new file with mode: 0644]