aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-kismet.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2008-04-16 07:23:56 +0000
committerGuy Harris <guy@alum.mit.edu>2008-04-16 07:23:56 +0000
commitb346a99d0b3cdade0d41ecb5e791938197799f48 (patch)
treedd655bd4df4d8e73a3b1c8fdf1df8600c3ba1c98 /epan/dissectors/packet-kismet.c
parent266b212aad02e9e0ad60d003572717117d4b686e (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). svn path=/trunk/; revision=25069
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?}