Re: [websec] Is sniffing a heuristic? (was Re: more on sniffing)

Gervase Markham <gerv@mozilla.org> Mon, 09 January 2012 09:13 UTC

Return-Path: <gerv@mozilla.org>
X-Original-To: websec@ietfa.amsl.com
Delivered-To: websec@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 3E12C21F86A5 for <websec@ietfa.amsl.com>; Mon, 9 Jan 2012 01:13:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.599
X-Spam-Level:
X-Spam-Status: No, score=-6.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, RCVD_IN_DNSWL_MED=-4]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nn-h9Vk5K0Ti for <websec@ietfa.amsl.com>; Mon, 9 Jan 2012 01:13:05 -0800 (PST)
Received: from dm-mail03.mozilla.org (dm-mail03.mozilla.org [63.245.208.213]) by ietfa.amsl.com (Postfix) with ESMTP id ADBF421F866E for <websec@ietf.org>; Mon, 9 Jan 2012 01:13:05 -0800 (PST)
Received: from [192.168.0.101] (93.243.187.81.in-addr.arpa [81.187.243.93]) (Authenticated sender: gerv@mozilla.org) by dm-mail03.mozilla.org (Postfix) with ESMTP id 0288B4AEDD4; Mon, 9 Jan 2012 01:13:03 -0800 (PST)
Message-ID: <4F0AAF9D.2080006@mozilla.org>
Date: Mon, 09 Jan 2012 09:13:01 +0000
From: Gervase Markham <gerv@mozilla.org>
User-Agent: Mozilla/5.0 (X11; Linux i686; rv:9.0) Gecko/20111214 Thunderbird/9.0
MIME-Version: 1.0
To: Bjoern Hoehrmann <derhoermi@gmx.net>
References: <CAJE5ia8dVwtr5Qe3DqyrDiFk7B0_3nEJD50=RewXK5RbB37LMQ@mail.gmail.com> <mj5kg717bt1nsq4scnm7022oeo41vglfje@hive.bjoern.hoehrmann.de>
In-Reply-To: <mj5kg717bt1nsq4scnm7022oeo41vglfje@hive.bjoern.hoehrmann.de>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Cc: "IETF WebSec WG (websec@ietf.org)" <websec@ietf.org>
Subject: Re: [websec] Is sniffing a heuristic? (was Re: more on sniffing)
X-BeenThere: websec@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Web Application Security Minus Authentication and Transport <websec.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/websec>, <mailto:websec-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/websec>
List-Post: <mailto:websec@ietf.org>
List-Help: <mailto:websec-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/websec>, <mailto:websec-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 09 Jan 2012 09:13:06 -0000

On 08/01/12 23:08, Bjoern Hoehrmann wrote:
> In computer science heuristics are problem-solving techniques that pro-
> vide good but not neccesarily correct solutions; they are employed as a
> trade-off between correctness and other desirable properties. 

(Slightly off-topic) I rather like this definition:
http://lwn.net/Articles/461584/
(quote 2)

Gerv