ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 19899: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Wed, 15 Nov 2006 06:46:12 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19899

User: sfisher
Date: 2006/11/15 06:46 AM

Log:
 Fix problem reported on -dev list by Frank Maerz with Wireshark crashing
 when it encountered a proxy http connect to port 80.  This was caused by
 the dissector calling itself over and over.  Now if the connect to port is
 one of the defined http ports, it calls the data dissector.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +18 -9     packet-http.c    Modified