aboutsip / pkts

Pure java based pcap library capable of reading and writing to/from pcaps.
Other
198 stars 92 forks source link

Fix #143 - Fix Via header builder to print IPv6 address brackets #144

Open teerapap opened 1 year ago

teerapap commented 1 year ago

According to RFC3261, IPv6 address in host part of the Via header must be enclosed with brackets ('[' and ']')

Changes in detail