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 43728: / /trunk/ui/gtk/: CMakeLists.txt Makefile.common

Date: Sun, 15 Jul 2012 20:24:48 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43728

User: darkjames
Date: 2012/07/15 01:24 PM

Log:
 Fix bug #6690: Wireshark quite slow displaying frames with many detail pane nodes and large byteviews
 
 Add custom widget to render hexdump or bitsdump.

Directory: /trunk/ui/gtk/
  Changes    Path                Action
  +1 -0      CMakeLists.txt      Modified
  +2 -0      Makefile.common     Modified
  +1156 -0   bytes_view.c        Added
  +26 -0     bytes_view.h        Added
  +3 -0      old-gtk-compat.h    Modified
  +17 -735   packet_panes.c      Modified