commit | b10f46c2d6e3755598340ba77895e6631953ccc0 | [log] [tgz] |
---|---|---|
author | Denis Ovsienko <infrastation@yandex.ru> | Thu Mar 14 21:17:53 2013 +0400 |
committer | Michael Richardson <mcr@sandelman.ca> | Sun Apr 14 18:20:26 2013 -0400 |
tree | e2b724ba0d3b6bdc48670633f903bfb583c5c643 | |
parent | fac122dea6d7ca6e7ae037abadfade3c5e7b1aca [diff] |
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.