[pcp] An open source PCP testing tool available

Xiaohong Deng <dxhbupt@gmail.com> Tue, 16 October 2012 08:42 UTC

Return-Path: <dxhbupt@gmail.com>
X-Original-To: pcp@ietfa.amsl.com
Delivered-To: pcp@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id DF77A21F8861 for <pcp@ietfa.amsl.com>; Tue, 16 Oct 2012 01:42:02 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.599
X-Spam-Level:
X-Spam-Status: No, score=-3.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yB8B7feJCRlx for <pcp@ietfa.amsl.com>; Tue, 16 Oct 2012 01:42:02 -0700 (PDT)
Received: from mail-la0-f44.google.com (mail-la0-f44.google.com [209.85.215.44]) by ietfa.amsl.com (Postfix) with ESMTP id CA75821F883D for <pcp@ietf.org>; Tue, 16 Oct 2012 01:41:54 -0700 (PDT)
Received: by mail-la0-f44.google.com with SMTP id b11so4525051lam.31 for <pcp@ietf.org>; Tue, 16 Oct 2012 01:41:53 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=mV/JtOpVlHx33m5OeBh45mwZ6nY81vcS40wP0ZqBvso=; b=rfF325tY6lTUISAKIo/cVDrwUiRAoqiG9tYguDq3YFzsy4WWI+CmDrRsuBplVhnbp8 I3F6kPkMvM0LfvmNpOkNnNjpKixE6A977iJkhtV4vmXsYID6ZIYkPZkNiFywrm0mZeN4 ZKmVZywILJUNGaTTZTFfFTvKwfJfUQdB402+9mDa0QSuSP0fhl0GeKDo4uHiB9NA5TG4 Qx82lAOT+UWMmyKn1R6ToOTAXOtm8lnc5QHFkknWJ2mfYQYReUF5BLkNsSxNKftLBwMH NW4tBW5bJYu/s+s2MLga1Y7Rbhvt66SeMYV8DSFB9P/a/eTH1hUdzH+pMdZARWkFa6D7 0x8g==
MIME-Version: 1.0
Received: by 10.112.39.161 with SMTP id q1mr5211209lbk.131.1350376913829; Tue, 16 Oct 2012 01:41:53 -0700 (PDT)
Received: by 10.112.59.137 with HTTP; Tue, 16 Oct 2012 01:41:53 -0700 (PDT)
Date: Tue, 16 Oct 2012 16:41:53 +0800
Message-ID: <CANb4Oc=SoLfS4CehfkMMqKtL7MKQGvKxBysfhLvu95_sbxeG1Q@mail.gmail.com>
From: Xiaohong Deng <dxhbupt@gmail.com>
To: pcp@ietf.org
Content-Type: text/plain; charset="windows-1252"
Content-Transfer-Encoding: quoted-printable
Subject: [pcp] An open source PCP testing tool available
X-BeenThere: pcp@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: PCP wg discussion list <pcp.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/pcp>, <mailto:pcp-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/pcp>
List-Post: <mailto:pcp@ietf.org>
List-Help: <mailto:pcp-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/pcp>, <mailto:pcp-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 16 Oct 2012 08:42:03 -0000

Hi all,

FYI -An open source software of PCP testing tool, is made available
and can be downloaded at:
https://sourceforge.net/projects/pcptestingsuits/, and it is
distributed under the Apache 2.0 license, the text of which is
available at http://www.apache.org/licenses/LICENSE-2.0.html

This testing tool consists of Port Control Protocol (PCP)
functionality and a web UI, where user can specify each field of PCP
packets, for testing purpose. Common request/response header, both MAP
and PEER Opcode, and (filter and other) options are supported as per
PCP base draft. It works in both server and client manner, aiming at
providing a means to validate a third party’s PCP client and/or server
implementation.

A PCP Wireshark dissector, implemented by a Luc script, is also coming
along with this testing tool, to help with problem diagnosis.

PCP base draft implementation refers to:
http://tools.ietf.org/html/draft-ietf-pcp-base-24

Cheers,
Xiaohong