node.js - Decode Data field or Payload from TCP Packet of Filebeat -


i developing service in nodejs receive data filebeat, have decoded packet there 1 problem can not decode data field of tcp packet, tried , different packages.

note: problem occurs filebeat tcp packet

now questions are:

  • i understand inside tcp packet , purpose of fields still, new tcp protocol missing something?

  • what right way deal tcp packet if can provide in context of nodejs net, or tls packages right implementation of dealing tcp data?


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -