antlr / grammars-v4

Grammars written for ANTLR v4; expectation that the grammars are free of actions.
MIT License
10.1k stars 3.69k forks source link

Want to support protocols #1937

Open zan1126 opened 3 years ago

zan1126 commented 3 years ago

I wanna to know if ANTLR can support some transport protocols, such as TCP, UDP Looking forward to your answer!

teverett commented 3 years ago

This might help?

https://github.com/antlr/antlr4/blob/master/doc/parsing-binary-files.md

teverett commented 3 years ago

ok, PR #1944 is an example of parsing a TCP header.

I've modified antlr4test-maven-plugin to support binary protocols. There is some simple documentation in the readme.md file in /tcpheader/