Ethereal-dev: RE: [Ethereal-dev] FW: Ethereal MGCP plugin update

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

From: Ed Warnicke <hagbard@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 5 Jul 2001 00:47:04 -0400 (EDT)
I've commited a slight variation on your fix for the 
empty parameter problem.  Your fix was valid, but upon consideration
I determined that I no longer needed to perform the 
test which your correction fixed and so removed it entirely.

Ed

On Wed, 4 Jul 2001, Alejandro Vaquero wrote:

> Ok, sorry but Im new in this...here is the "diff -c"
> 
> 
> -----Original Message-----
> From: Guy Harris [mailto:gharris@xxxxxxxxx]
> Sent: Wednesday, July 04, 2001 15:14
> To: Alejandro Vaquero
> Cc: Ed Warnicke; ethereal-dev@xxxxxxxxxxxx
> Subject: Re: [Ethereal-dev] FW: Ethereal MGCP plugin update
> 
> 
> On Wed, Jul 04, 2001 at 01:51:35PM -0300, Alejandro Vaquero wrote:
> > Ok, here are the changes...
> 
> By "patch" Ed meant the output of "diff -c" or "diff -u" between the
> unmodified MGCP source and the modified MGCP source - sending the whole
> file means that the person receiving the file has to do more work if the
> file has changed since the person sending the file made the
> modifications, and a narrative description of the changes means the
> person receiving the file has to apply those changes by hand.
> 
> The output of "diff -c" or "diff -u" can be supplied as input to the
> "patch" program, which will attempt to apply the changes listed in that
> output to the current version of the file.
> 
>