aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-kismet.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2008-04-16 07:23:56 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2008-04-16 07:23:56 +0000
commitc0676ddf56d9237672f35962aadf4784e83753a6 (patch)
treedd655bd4df4d8e73a3b1c8fdf1df8600c3ba1c98 /epan/dissectors/packet-kismet.c
parent69ee47a026bb2e3e33eeb09835516cd46d722354 (diff)
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
Diffstat (limited to 'epan/dissectors/packet-kismet.c')
-rw-r--r--epan/dissectors/packet-kismet.c1
1 files changed, 0 insertions, 1 deletions
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?}