diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/ndpi.py | 3 | ||||
-rw-r--r-- | python/ndpi_typestruct.py | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/python/ndpi.py b/python/ndpi.py index f83763c02..ac5d1afca 100644 --- a/python/ndpi.py +++ b/python/ndpi.py @@ -577,9 +577,6 @@ struct ndpi_flow_tcp_struct { /* NDPI_PROTOCOL_SKYPE */ uint8_t skype_packet_id; - /* NDPI_PROTOCOL_CITRIX */ - uint8_t citrix_packet_id; - /* NDPI_PROTOCOL_LOTUS_NOTES */ uint8_t lotus_notes_packet_id; diff --git a/python/ndpi_typestruct.py b/python/ndpi_typestruct.py index 7ff561d4e..52238c6d9 100644 --- a/python/ndpi_typestruct.py +++ b/python/ndpi_typestruct.py @@ -352,7 +352,6 @@ class NDPIFlowTcpStruct(Structure): ('mail_imap_stage', c_uint32, 3), ('mail_imap_starttls', c_uint32, 2), ('skype_packet_id', c_uint8), - ('citrix_packet_id', c_uint8), ('lotus_notes_packet_id', c_uint8), ('teamviewer_stage', c_uint8), ('prev_zmq_pkt_len', c_uint8), |