From c0676ddf56d9237672f35962aadf4784e83753a6 Mon Sep 17 00:00:00 2001 From: guy Date: Wed, 16 Apr 2008 07:23:56 +0000 Subject: [PATCH] tvb_get_ephemeral_string() is defined never to return null (currently, it aborts - even if we don't make it abort, we should make it throw an assertion, so we abort the dissection of the packet and let the user know that we ran out of memory). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25069 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/dissectors/packet-kismet.c | 1 - 1 file changed, 1 deletion(-) diff --git a/epan/dissectors/packet-kismet.c b/epan/dissectors/packet-kismet.c index b9668f7f95..cb5bc26232 100644 --- a/epan/dissectors/packet-kismet.c +++ b/epan/dissectors/packet-kismet.c @@ -178,7 +178,6 @@ dissect_kismet(tvbuff_t * tvb, packet_info * pinfo, proto_tree * tree) * No request dissection */ } else { - DISSECTOR_ASSERT(reqresp); /* * *KISMET: {Version} {Start time} \001{Server name}\001 {Build Revision} * two fields left undocumented: {???} {?ExtendedVersion?} -- 2.34.1