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

Wireshark-bugs: [Wireshark-bugs] [Bug 5930] New: Wireshark crashes when creating ProtoField.fram

Date: Tue, 17 May 2011 23:24:39 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5930

           Summary: Wireshark crashes when creating ProtoField.framenum in
                    Lua
           Product: Wireshark
           Version: 1.4.6
          Platform: x86-64
        OS/Version: Mac OS X 10.6
            Status: NEW
          Severity: Minor
          Priority: Low
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: tony19@xxxxxxxxx


Created an attachment (id=6363)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=6363)
Mac OS X crash report

Build Information:
2011-05-18 02:10:58.140 defaults[63189:903] 
The domain/default pair of (kCFPreferencesAnyApplication,
AppleAquaColorVariant) does not exist
2011-05-18 02:10:58.150 defaults[63190:903] 
The domain/default pair of (kCFPreferencesAnyApplication, AppleHighlightColor)
does not exist
wireshark 1.4.6 (SVN Rev 36706 from /trunk-1.4)

Copyright 1998-2011 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Compiled (64-bit) with GTK+ 2.20.1, with GLib 2.24.1, with libpcap 1.0.0, with
libz 1.2.3, without POSIX capabilities, without libpcre, without SMI, without
c-ares, without ADNS, with Lua 5.1, without Python, without GnuTLS, without
Gcrypt, with MIT Kerberos, without GeoIP, with PortAudio V19-devel (built Jan
11
2011 18:26:13), without AirPcap.

Running on Darwin 10.7.0 (Mac OS 10.6.7), with libpcap version 1.0.0, with libz
1.2.3.

Built using gcc 4.2.1 (Apple Inc. build 5666) (dot 3).

--
Wireshark aborts when I try to add ProtoField.framenum() to a protocol's fields
in Lua. The shell output (shown below) indicates that BASE_NONE was expected,
but BASE_NONE is not supported in the Wireshark Lua API.


SHELL OUTPUT:
=================

2011-05-18 02:14:57.001 defaults[63354:903] 
The domain/default pair of (kCFPreferencesAnyApplication,
AppleAquaColorVariant) does not exist
2011-05-18 02:14:57.009 defaults[63355:903] 
The domain/default pair of (kCFPreferencesAnyApplication, AppleHighlightColor)
does not exist

(process:63344): Gdk-WARNING **: locale not supported by C library

(process:63344): Gtk-WARNING **: Locale not supported by C library.
    Using the fallback 'C' locale.
Xlib:  extension "RANDR" missing on display "/tmp/launch-WxACuP/org.x:0".

(wireshark-bin:63344): Gtk-WARNING **: Unable to locate theme engine in
module_path: "clearlooks",
02:14:57          Err  Field 'Message tag' (tag) is an FT_FRAMENUM but is being
displayed as BASE_DEC instead of BASE_NONE

Abort trap

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.