I need to parse the SIP headers (grammar in ABNF format) and verify if my Header strings are ok or not.
(Example: check strings like "Accept: application/sdp,application/3gpp-imp+xml" to provide testcase pass/fail).
Currently I am trying to use perl Parse::ABNF. Now I am not able to understand the sample usage in this context.
You could use this module in this way:
The easier way for parsing just the header: