aboutsummaryrefslogtreecommitdiffstats
path: root/packet-llc.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-03-22 03:56:34 +0000
committerGuy Harris <guy@alum.mit.edu>1999-03-22 03:56:34 +0000
commit05e5c40597167ced79f7026c757f0828eed46720 (patch)
tree37f38b99fb2b4bc7f4ba7ede3a0d79f507e82933 /packet-llc.c
parent8f70ffdda97858ba912ee6cfd1c094515b0a926c (diff)
downloadwireshark-05e5c40597167ced79f7026c757f0828eed46720.tar.gz
wireshark-05e5c40597167ced79f7026c757f0828eed46720.tar.bz2
wireshark-05e5c40597167ced79f7026c757f0828eed46720.zip
Well, that was dumb. I didn't have to add a "capture_data()" routine; I
just had to make "sap_capture_func()" return NULL if it didn't find an entry for the SAP it was passed. svn path=/trunk/; revision=220
Diffstat (limited to 'packet-llc.c')
-rw-r--r--packet-llc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-llc.c b/packet-llc.c
index a995afc9fa..622f61298d 100644
--- a/packet-llc.c
+++ b/packet-llc.c
@@ -2,7 +2,7 @@
* Routines for IEEE 802.2 LLC layer
* Gilbert Ramirez <gram@verdict.uthscsa.edu>
*
- * $Id: packet-llc.c,v 1.12 1999/03/22 03:44:44 guy Exp $
+ * $Id: packet-llc.c,v 1.13 1999/03/22 03:56:34 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
@@ -103,7 +103,7 @@ sap_capture_func(u_char sap) {
}
i++;
}
- return capture_data;
+ return NULL;
}
static dissect_func_t *