[sip-clf] draft-ietf-sipclf-format-01, Flag field

Anders Nygren <anders.nygren@gmail.com> Tue, 15 March 2011 17:48 UTC

Return-Path: <anders.nygren@gmail.com>
X-Original-To: sip-clf@core3.amsl.com
Delivered-To: sip-clf@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id E2B693A6A24 for <sip-clf@core3.amsl.com>; Tue, 15 Mar 2011 10:48:02 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.216
X-Spam-Level:
X-Spam-Status: No, score=-3.216 tagged_above=-999 required=5 tests=[AWL=0.383, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tTVd+iYbSphn for <sip-clf@core3.amsl.com>; Tue, 15 Mar 2011 10:48:02 -0700 (PDT)
Received: from mail-wy0-f172.google.com (mail-wy0-f172.google.com [74.125.82.172]) by core3.amsl.com (Postfix) with ESMTP id DFE0A3A6971 for <sip-clf@ietf.org>; Tue, 15 Mar 2011 10:48:01 -0700 (PDT)
Received: by wyb42 with SMTP id 42so882372wyb.31 for <sip-clf@ietf.org>; Tue, 15 Mar 2011 10:49:26 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=Z/YZ/bOUDsduzDqHJEq5DonDve2VMpa1kiKSXqEI+ZY=; b=sYaUbabUUJFk0LgXBm2U+dB3ZF64RZOyeljkE5uj20aE1HX5KW3yge0IYO5YtzeIfe R1yvTLvtoxDnBQvSwbk19rJKRYPgZ5QEh8Z4QSV0D2FcGOmJdZkvG+456GcCkJjbUnzC 4otfRLUyF77HTtG1l9DTfLN777A/ul2jh5pCI=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=dVNiSvnssIJR93NMY4u8Ox3ZLtoGopBikGXdizalTtRJoeKtbGVPyqCT4lJavZ3kFT RDr/trmoBV4XMTib1KDycDPZuAIzqNt1xume0fZPZMDlta7i92zCT6YVK9pWM2egMHQK 3MsOBCxnjGNm+nhMxhco4+cN6HYiZhGkF98CI=
MIME-Version: 1.0
Received: by 10.216.145.90 with SMTP id o68mr3803744wej.77.1300211366528; Tue, 15 Mar 2011 10:49:26 -0700 (PDT)
Received: by 10.216.25.17 with HTTP; Tue, 15 Mar 2011 10:49:26 -0700 (PDT)
Date: Tue, 15 Mar 2011 11:49:26 -0600
Message-ID: <AANLkTinaDKurSgbz3m5A2GV0k-zf21VAsRJzZXKTfH26@mail.gmail.com>
From: Anders Nygren <anders.nygren@gmail.com>
To: "sip-clf@ietf.org Mailing" <sip-clf@ietf.org>
Content-Type: text/plain; charset="ISO-8859-1"
Subject: [sip-clf] draft-ietf-sipclf-format-01, Flag field
X-BeenThere: sip-clf@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: SIP Common Log File format discussion list <sip-clf.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/sip-clf>, <mailto:sip-clf-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/sip-clf>
List-Post: <mailto:sip-clf@ietf.org>
List-Help: <mailto:sip-clf-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/sip-clf>, <mailto:sip-clf-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Mar 2011 17:48:03 -0000

Hi
I will start writing one email for each issue in order to make it
easier to track the different discussions.

I would like to propose that the Flag Field is moved from the
<IndexPointers> to <MandatoryFields>. That way the <IndexPointers>
will be pure metadata that can be ignored if wanted and all interesting
data about the message is in the second line of the record.

Also I think it would be good to change the Sent/Received flag from

Sent/Received flag

         u = received UDP mesage
         t = received TCP mesage
         l = received TLS mesage
         U = sent UDP mesage
         T = sent TCP mesage
         L = sent TLS mesage

To
Sent/Received flag [1 byte]
         r = received message
         s = sent message

And add
Protocol [1 byte]
         u = UDP
         t = TCP
         l = TLS

Since the proposed CLF already requires quite a lot of space there is
little reason to
try to pack different parameters into the same byte.

/Anders