diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2024-05-11 17:49:16 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-11 16:49:16 +0200 |
commit | 2d33431948ce6fb75ee7117544b887f34c495444 (patch) | |
tree | 5154f749c3aa25ca05c2624920b5796ccfd0bf2b /src/include | |
parent | 8c5e6e9761e2cd490245fddf6327440bf8cff135 (diff) |
Add Ethernet Global Data support (#2437)
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ndpi_private.h | 1 | ||||
-rw-r--r-- | src/include/ndpi_protocol_ids.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/include/ndpi_private.h b/src/include/ndpi_private.h index 65cdd9891..975f44510 100644 --- a/src/include/ndpi_private.h +++ b/src/include/ndpi_private.h @@ -917,6 +917,7 @@ void init_ldp_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int3 void init_knxnet_ip_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); void init_bfcp_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); void init_iqiyi_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); +void init_egd_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); #endif diff --git a/src/include/ndpi_protocol_ids.h b/src/include/ndpi_protocol_ids.h index 1a0ea5745..7dcee82f0 100644 --- a/src/include/ndpi_protocol_ids.h +++ b/src/include/ndpi_protocol_ids.h @@ -177,7 +177,7 @@ typedef enum { NDPI_PROTOCOL_RADIUS = 146, NDPI_PROTOCOL_WINDOWS_UPDATE = 147, NDPI_PROTOCOL_TEAMVIEWER = 148, - NDPI_PROTOCOL_FREE_149 = 149, /* FREE */ + NDPI_PROTOCOL_EGD = 149, NDPI_PROTOCOL_LOTUS_NOTES = 150, NDPI_PROTOCOL_SAP = 151, NDPI_PROTOCOL_GTP = 152, |