mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Added missing DHCP mappings (#7972)
This commit is contained in:
parent
7d4a14f8f4
commit
a3baa4be71
1 changed files with 8 additions and 0 deletions
|
|
@ -394,6 +394,14 @@ template = {
|
|||
['GTPV0_RAI_CELL_RAC'] = NTOP_BASE_ID+330,
|
||||
['GTPV0_RESPONSE_CAUSE'] = NTOP_BASE_ID+331,
|
||||
|
||||
-- DHCP Protocol
|
||||
["DHCP_CLIENT_MAC"] = NTOP_BASE_ID+353,
|
||||
["DHCP_CLIENT_IP"] = NTOP_BASE_ID+354,
|
||||
["DHCP_CLIENT_NAME"] = NTOP_BASE_ID+355,
|
||||
["DHCP_REMOTE_ID"] = NTOP_BASE_ID+423,
|
||||
["DHCP_SUBSCRIBER_ID"] = NTOP_BASE_ID+424,
|
||||
["DHCP_MESSAGE_TYPE"] = NTOP_BASE_ID+429,
|
||||
|
||||
-- SSDP
|
||||
['SSDP_HOST'] = NTOP_BASE_ID+462,
|
||||
['SSDP_USN'] = NTOP_BASE_ID+463,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue