Ethereal-dev: [ethereal-dev] Checked in a fix for a crash when capturing packets

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: guy@xxxxxxxxxx (Guy Harris)
Date: Sun, 21 Mar 1999 20:00:53 -0800 (PST)
It fixes a problem when an LLC frame with a SAP not in the "saps[]"
array was seen.  (It also makes "sap_capture_func()" and
"sap_dissect_func()" return function pointers of the appropriate type,
rather than "void *"s, so as to make it harder for me to introduce bugs
like that in the future.)