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

dissector bug h265

  • retag add tags

when i use tshark command to analyze h265 packet ,it occurs warning

Dissector bug, protocol H.265, in packet 4080: field h265.slice_segment_address passed to proto_tree_add_bits_ret_val() has a bit width of 0

the command is:

tshark -d udp.port==20000,rtp -o h265.dynamic.payload.type:96 -r D:\09383655-c141-4989-a34c-0dcd56c34b6b\0621_udp.pcap -Y "rtp.timestamp==2095335631 && h265.nal_unit_type==33" -T fields -e h265.general_profile_idc -e h265.pic_width_in_luma_samples -e h265.pic_height_in_luma_samples -E separator=,
zmmmm's avatar
1
zmmmm
asked 2021-06-29 08:01:18 +0000
grahamb's avatar
23.8k
grahamb
updated 2021-06-29 08:22:29 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Dissector bugs should be reported at the Wireshark issues list.

Guy Harris's avatar
19.9k
Guy Harris
answered 2021-06-29 19:37:31 +0000
edit flag offensive 0 remove flag delete link

Comments

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