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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -