https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7978
Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeff.morriss.ws@xxxxxxxxx
--- Comment #3 from Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> 2012-11-16 09:21:58 PST ---
~~~
(gdb) bt
#0 except_pop () at ../../epan/except.c:266
#1 0x00007fd996fa6152 in dissect_frame (tvb=0x1fcf000, pinfo=0x7fff460a13b0,
parent_tree=0x0) at ../../../epan/dissectors/packet-frame.c:436
#2 0x00007fd996d1aad9 in call_dissector_through_handle (handle=0xf63770,
tvb=0x1fcf000, pinfo=0x7fff460a13b0, tree=0x0, data=0x0)
at ../../epan/packet.c:454
#3 0x00007fd996d1b41f in call_dissector_work (handle=0xf63770, tvb=0x1fcf000,
pinfo_arg=0x7fff460a13b0, tree=0x0, add_proto_name=1, data=0x0)
at ../../epan/packet.c:545
#4 0x00007fd996d1b591 in call_dissector_with_data (handle=0x0, tvb=0x26,
pinfo=0x68, tree=0x1, data=0x7fff460a01bc) at ../../epan/packet.c:2078
#5 0x00007fd996d1d1b4 in dissect_packet (edt=0x7fff460a13a0, phdr=0x1f74c70,
pd=0x1fbe530 "", fd=0x7fff460a1580, cinfo=<value optimized out>)
at ../../epan/packet.c:385
#6 0x00007fd996d12d1d in epan_dissect_run_with_taps (edt=0x7fff460a13a0,
phdr=0x1f74c70, data=0x1fbe530 "", fd=0x7fff460a1580, cinfo=0x0)
at ../../epan/epan.c:212
#7 0x000000000041754b in process_packet (cf=0x643d20,
offset=<value optimized out>, whdr=0x1f74c70, pd=0x1fbe530 "",
filtering_tap_listeners=<value optimized out>, tap_flags=0)
at ../tshark.c:3153
#8 0x000000000041acd2 in load_cap_file (max_packet_count=0)
at ../tshark.c:2952
#9 main (argc=<value optimized out>, argv=<value optimized out>)
at ../tshark.c:1845
(gdb) q
~~~
Reverting r46038 fixes the problem.
It may be a couple hours before I get back to this.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.