You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The exception is thrown when it parses a Via header containing an IPv6 which is zero-compressed as it expects a full form IPv6 with certain number of colon(:).
io.pkts.packet.sip.SipParseException: Found 5 which seems odd. Expecting 0, 1,
7 or 8 colons in the Via-host:port portion. Please check your traffic
at io.pkts.packet.sip.impl.SipParser.consumeVia(SipParser.java:1394)
at io.pkts.packet.sip.header.ViaHeader$Builder.<init>(ViaHeader.java:301)
at io.pkts.packet.sip.header.ViaHeader.frame(ViaHeader.java:210)
at io.pkts.packet.sip.impl.SipParser.lambda$static$17(SipParser.java:241)
at io.pkts.packet.sip.header.impl.SipHeaderImpl.ensure(SipHeaderImpl.java:75)
at io.pkts.packet.sip.impl.ImmutableSipMessage.getViaHeaders(ImmutableSipMessage.java:184)
at io.pkts.packet.sip.impl.ImmutableSipRequest.createResponse(ImmutableSipRequest.java:72)
at io.pkts.packet.sip.SipMessage.createResponse(SipMessage.java:110)
The text was updated successfully, but these errors were encountered:
Problem statement
The exception is thrown when it parses a
Via
header containing an IPv6 which is zero-compressed as it expects a full form IPv6 with certain number of colon(:
).Input
Exception
The text was updated successfully, but these errors were encountered: