Ethereal-dev: Re: [Ethereal-dev] Ethereal coredump when it decodes the RSVP Bundle message gen

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: Sun, 14 Jul 2002 12:23:22 -0700
On Sun, Jul 14, 2002 at 09:48:03AM -0500, Don Nguyen wrote:
> I would like to be able to view the contents of the RSVP Bundle Message.
> However, the ethereal version 0.9.5 kept crashing. Below is the backtrace of
> the coredump:

If you built Ethereal from source, apply the attached patch, rebuild,
and try again; I've checked that change in.
Index: packet-rsvp.c
===================================================================
RCS file: /usr/local/cvsroot/ethereal/packet-rsvp.c,v
retrieving revision 1.67
diff -c -r1.67 packet-rsvp.c
*** packet-rsvp.c	6 Jun 2002 11:02:05 -0000	1.67
--- packet-rsvp.c	14 Jul 2002 19:22:06 -0000
***************
*** 653,658 ****
--- 653,662 ----
       { "Resv Tear Confirm Message", "rsvp.rtearconf", FT_BOOLEAN, BASE_NONE, NULL, 0x0,
       	"", HFILL }},
  
+     {&rsvp_filter[RSVPF_BUNDLE], 
+      { "Bundle Message", "rsvp.bundle", FT_BOOLEAN, BASE_NONE, NULL, 0x0,
+      	"", HFILL }},
+ 
      /* Object class */
      {&rsvp_filter[RSVPF_OBJECT], 
       { "Object class", "rsvp.object", FT_UINT8, BASE_DEC, VALS(rsvp_class_vals), 0x0,