Ethereal-dev: Re: [Ethereal-dev] [Ethereal dev] proposal for VPN BGP/MPLS extensions

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Sat, 9 Jun 2001 19:11:14 -0700
On Fri, Jun 08, 2001 at 03:38:54PM +0200, zze-PELLE Thierry StagiaireFTRD/DAC/ISS wrote:
>   I think I have completed some extensions for the analysis of MP-BGP
> messages produced by VPN BGP/MPLS.

Checked in.

>   As I was told, here are two files containing the output of an diff -c on 
> 	* packet-bgp.c & packet-bgp.h
>   since I can't use CVS.

	...

> *** packet-bgp.c	Wed May 30 09:48:23 2001
> --- ../ethereal-0.8.18/packet-bgp.c	Fri Jun  8 15:12:25 2001
> ***************
> *** 2,21 ****
>    * Routines for BGP packet dissection.
>    * Copyright 1999, Jun-ichiro itojun Hagino <itojun@xxxxxxxxxx>
>    *
> !  * $Id: packet-bgp.c,v 1.37 2001/05/30 07:48:23 guy Exp $

	...

> --- 2,22 ----
>    * Routines for BGP packet dissection.
>    * Copyright 1999, Jun-ichiro itojun Hagino <itojun@xxxxxxxxxx>
>    *
> !  * $Id: packet-bgp.c,v 1.36 2001/05/16 18:52:35 guy Exp $

"diff -c" output should be between the version you modified and the
modified version; it looks as if you patched either 0.8.18, or a nightly
snapshot before 2001-05-30, as the version number in your patch version
is 1.36, but downloaded a later nightly snapshot that had 1.37, and
diffed them.  That meant the patch backed out the changes between 1.36
and 1.37; I put those changes back in before checking the code in.