]> 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)
committerGuy Harris <[email protected]>
Mon, 15 Apr 2013 00:11:44 +0000 (17:11 -0700)
commitceb4c7fc1e567783133d2f61b0fdcdc2e94d1f63
tree3298fb2e1123d3d7d115ef91c2053bc0a1de4923
parentcc0415171baee16b3545763654d492d5a0209a86
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]