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:32:04 -0700
On Sun, Jul 14, 2002 at 12:23:22PM -0700, Guy Harris wrote:
> If you built Ethereal from source, apply the attached patch, rebuild,
> and try again; I've checked that change in.

And then apply this patch, which I've also checked in.
Index: packet-rsvp.c
===================================================================
RCS file: /usr/local/cvsroot/ethereal/packet-rsvp.c,v
retrieving revision 1.68
diff -c -r1.68 packet-rsvp.c
*** packet-rsvp.c	14 Jul 2002 19:23:04 -0000	1.68
--- packet-rsvp.c	14 Jul 2002 19:31:28 -0000
***************
*** 621,630 ****
       { "Path Message", "rsvp.path", FT_BOOLEAN, BASE_NONE, NULL, 0x0,
       	"", HFILL }},
  
-     {&rsvp_filter[RSVPF_HELLO], 
-      { "HELLO Message", "rsvp.hello", FT_BOOLEAN, BASE_NONE, NULL, 0x0,
-      	"", HFILL }},
- 
      {&rsvp_filter[RSVPF_RESV], 
       { "Resv Message", "rsvp.resv", FT_BOOLEAN, BASE_NONE, NULL, 0x0,
       	"", HFILL }},
--- 621,626 ----
***************
*** 655,660 ****
--- 651,668 ----
  
      {&rsvp_filter[RSVPF_BUNDLE], 
       { "Bundle Message", "rsvp.bundle", FT_BOOLEAN, BASE_NONE, NULL, 0x0,
+      	"", HFILL }},
+ 
+     {&rsvp_filter[RSVPF_ACK], 
+      { "Ack Message", "rsvp.ack", FT_BOOLEAN, BASE_NONE, NULL, 0x0,
+      	"", HFILL }},
+ 
+     {&rsvp_filter[RSVPF_SREFRESH], 
+      { "Srefresh Message", "rsvp.srefresh", FT_BOOLEAN, BASE_NONE, NULL, 0x0,
+      	"", HFILL }},
+ 
+     {&rsvp_filter[RSVPF_HELLO], 
+      { "HELLO Message", "rsvp.hello", FT_BOOLEAN, BASE_NONE, NULL, 0x0,
       	"", HFILL }},
  
      /* Object class */