Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

dissector bug h265

image description

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=,

dissector bug h265

image description

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

0

the command is 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=,

separator=,