diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-08-27 23:45:37 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-08-30 11:13:12 +0200 |
commit | d9f754eff1644389a1dd26bb1ad563ea26340dc1 (patch) | |
tree | 62851e29d730e500305a635ad72f1f7c77dd4c5d /src/lib/ndpi_main.c | |
parent | a329730d24bc99a77a8e49334ac146fdaf50fb65 (diff) |
Improved MGCP dissector.improved/mgcp
* typ0s fixed
* dissect endpoint hostnames
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/lib/ndpi_main.c')
-rw-r--r-- | src/lib/ndpi_main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index e096b8617..58931d567 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -4110,8 +4110,8 @@ static int ndpi_callback_init(struct ndpi_detection_module_struct *ndpi_str) { /* IAX */ init_iax_dissector(ndpi_str, &a, detection_bitmask); - /* MGPC */ - init_mgpc_dissector(ndpi_str, &a, detection_bitmask); + /* Media Gateway Control Protocol */ + init_mgcp_dissector(ndpi_str, &a, detection_bitmask); /* ZATTOO */ init_zattoo_dissector(ndpi_str, &a, detection_bitmask); |