stig | 1 Feb 2008 02:08
Favicon

rev 24239: /trunk/gtk/ /trunk/gtk/: airpcap_gui_utils.c capture_if_details_dlg.c capture_prefs.c dfilter_expr_dlg.c flow_graph.c font_utils.c io_stat.c main.c mcast_stream_dlg.c menu.c packet_win.c ...

http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24239

User: stig
Date: 2008/02/01 01:08 AM

Log:
 Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat).
 If we get some truncated strings we probably overwrote some buffers...

Directory: /trunk/gtk/
  Changes    Path                        Action
  +2 -2      airpcap_gui_utils.c         Modified
  +3 -2      capture_if_details_dlg.c    Modified
  +4 -4      capture_prefs.c             Modified
  +2 -2      dfilter_expr_dlg.c          Modified
  +2 -2      flow_graph.c                Modified
  +2 -1      font_utils.c                Modified
  +2 -2      io_stat.c                   Modified
  +1 -1      main.c                      Modified
  +3 -3      mcast_stream_dlg.c          Modified
  +3 -3      menu.c                      Modified
  +2 -2      packet_win.c                Modified

(9 files not shown)
_______________________________________________
Wireshark-commits mailing list
Wireshark-commits <at> wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-commits
jake | 1 Feb 2008 07:47
Favicon

rev 24240: /trunk/docbook/wsug_src/ /trunk/docbook/wsug_src/: WSUG_chapter_work.xml

http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24240

User: jake
Date: 2008/02/01 06:47 AM

Log:
 Updated various misleading examples.

Directory: /trunk/docbook/wsug_src/
  Changes    Path                     Action
  +12 -12    WSUG_chapter_work.xml    Modified

_______________________________________________
Wireshark-commits mailing list
Wireshark-commits <at> wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-commits
stig | 1 Feb 2008 11:02
Favicon

rev 24241: /trunk/gtk/ /trunk/gtk/: filter_dlg.c main.c

http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24241

User: stig
Date: 2008/02/01 10:02 AM

Log:
 Added tooltip description for yellow filter background.

Directory: /trunk/gtk/
  Changes    Path            Action
  +1 -1      filter_dlg.c    Modified
  +1 -1      main.c          Modified

_______________________________________________
Wireshark-commits mailing list
Wireshark-commits <at> wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-commits
stig | 1 Feb 2008 17:49
Favicon

rev 24242: /trunk/gtk/ /trunk/gtk/: profile_dlg.c

http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24242

User: stig
Date: 2008/02/01 04:49 PM

Log:
 Fixed a problem with renaming a profile after hitting apply.
 Profile name cannot start or end with space, and on win32 it cannot contain
 any of this characters: \ / : * ? " < > |
 Added a tooltip to the profile name text box.

Directory: /trunk/gtk/
  Changes    Path             Action
  +27 -0     profile_dlg.c    Modified

_______________________________________________
Wireshark-commits mailing list
Wireshark-commits <at> wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-commits
stig | 1 Feb 2008 19:43
Favicon

rev 24243: /trunk/gtk/ /trunk/gtk/: profile_dlg.c

http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24243

User: stig
Date: 2008/02/01 06:43 PM

Log:
 Disallow ending space was not such a good idea, chop it of before save instead.
 Also disallow '/' in profilename for !win32.

Directory: /trunk/gtk/
  Changes    Path             Action
  +24 -13    profile_dlg.c    Modified

_______________________________________________
Wireshark-commits mailing list
Wireshark-commits <at> wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-commits
sake | 2 Feb 2008 10:21
Favicon

rev 24244: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-pppoe.c

http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24244

User: sake
Date: 2008/02/02 09:21 AM

Log:
 Fix for bug 2202, when an ethernet frame with padding is encountered, the
 reported length is 46, so there was a one-off error in the code.

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +1 -1      packet-pppoe.c    Modified

_______________________________________________
Wireshark-commits mailing list
Wireshark-commits <at> wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-commits
jake | 2 Feb 2008 17:30
Favicon

rev 24245: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-bacapp.c

http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24245

User: jake
Date: 2008/02/02 04:30 PM

Log:
 From Alan McBride:
 The decoding of a SubscribeCOVProperty packet is not properly decoding the
 Monitored Property Identifier field. It leaves a number of decoded bytes at the
 end as data.

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +21 -2     packet-bacapp.c    Modified

_______________________________________________
Wireshark-commits mailing list
Wireshark-commits <at> wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-commits
jake | 2 Feb 2008 17:41
Favicon

rev 24246: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-jpeg.c

http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24246

User: jake
Date: 2008/02/02 04:41 PM

Log:
 From Peter Kjellerstedt:
 I was capturing an RTP stream the other day which contained JPEG images
 streamed according to RFC 2435. However, Wireshark reported them as malformed.
 After some debugging of the Wireshark code it turned out that the decoding of
 JPEG images which contain a quantization table was incorrect. I have attached a
 patch to correct the decoding.

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

_______________________________________________
Wireshark-commits mailing list
Wireshark-commits <at> wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-commits
stig | 2 Feb 2008 18:13
Favicon

rev 24247: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-quakeworld.c

http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24247

User: stig
Date: 2008/02/02 05:13 PM

Log:
 Rewrote strcat -> strncat, and fixed to show more than the last remaining
 Cmd_Argv value for Remote Command.

Directory: /trunk/epan/dissectors/
  Changes    Path                   Action
  +4 -3      packet-quakeworld.c    Modified

_______________________________________________
Wireshark-commits mailing list
Wireshark-commits <at> wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-commits
stig | 2 Feb 2008 18:17
Favicon

rev 24248: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-fmp.c

http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24248

User: stig
Date: 2008/02/02 05:17 PM

Log:
 Fixed a possible buffer overflow in dissect_fmp_flushCmd() when cmd has
 all bits set.

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

_______________________________________________
Wireshark-commits mailing list
Wireshark-commits <at> wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-commits

Gmane