First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

UDP IPv6 packets remain fragmented.

  • retag add tags

UDP IPv6 packets remain fragmented. It supposed to be one large SIP message. Then, Turned OFF "Reassemble fragmented IPv6 datagrams" shows correct SIP message type, however SIP message is incomplete and shows "Unreassembled Packet".

shahkal's avatar
1
shahkal
asked 2018-07-12 19:32:46 +0000
edit flag offensive 0 remove flag close merge delete

Comments

Without a look at the capture file this is impossible to answer. Please post it at a publicly accessible place.

Jaap's avatar Jaap (2018-07-12 20:10:32 +0000) edit
add a comment see more comments

1 Answer

0

Thank you "jaap"...we figured the issue... Here is more details... We had UDP message (SIP msg), rather large, it was segmented into three frames. We were applying tshark filter "frame contains <string>".. The "string" was in first two frame and not the third. After reassembly, we had incomplete msg (SIP malformed) since reassembly happened after selecting the frame.

To fix the issue...we needed to reassemble first and then apply the filter.

All we had to do was, instead of using "frame", we used "tcp contains.. or udp contains..." and we are seeing normal reassembled packet.

Thanks again.

shahkal's avatar
1
shahkal
answered 2018-07-13 18:56:25 +0000
edit flag offensive 0 remove flag delete link

Comments

The filter is not supposed to have any effect on reassembly - reassembly involves all frames, not just selected frames. If that's not the case, there's a bug in Wireshark.

Guy Harris's avatar Guy Harris (2018-07-14 00:40:13 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer