[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wireshark-bugs
Subject:    [Wireshark-bugs] [Bug 9712] New: Lua: changes to WTAP_FILE_ #define names prevents them being in ini
From:       bugzilla-daemon () wireshark ! org
Date:       2014-01-31 7:48:43
Message-ID: bug-9712-15 () https ! bugs ! wireshark ! org/bugzilla/
[Download RAW message or body]

--1391154524.3Fe41.14967
Date: Fri, 31 Jan 2014 07:48:44 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id—12

            Bug ID: 9712
           Summary: Lua: changes to WTAP_FILE_ #define names prevents them
                    being in init.lua
    Classification: Unclassified
           Product: Wireshark
           Version: 1.11.x (Experimental)
          Hardware: x86
                OS: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: Low
         Component: Dissection engine (libwireshark)
          Assignee: bugzilla-admin@wireshark.org
          Reporter: hadrielk@yahoo.com

Build Information:
wireshark 1.11.3 (wireshark-1.11.3-rc1-1526-g5c7d57a-dirty from ./)

Copyright 1998-2014 Gerald Combs <gerald@wireshark.org> 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.24.22, with Cairo 1.12.16, with Pango 1.36.1,
with
GLib 2.38.2, with libpcap, with libz 1.2.8, without POSIX capabilities, without
SMI, without c-ares, without ADNS, with Lua 5.2, without Python, with GnuTLS
3.1.10, with Gcrypt 1.5.3, with MIT Kerberos, without GeoIP, without PortAudio,
with AirPcap.

Running on Mac OS X 10.9.1, build 13B42 (Darwin 13.0.0), with locale
en_US.UTF-8, with libpcap version 1.5.3, with libz 1.2.8, GnuTLS 3.1.10, Gcrypt
1.5.3, without AirPcap.
Intel(R) Core(TM) i7 CPU       M 620  @ 2.67GHz

Built using clang 4.2.1 Compatible Apple LLVM 5.0 (clang-500.2.79).
--
The names of the WTAP_FILE_* #define names were changed by r53166 a couple
months ago.  These names are "exported" into Lua through the init.lua file,
created by make-init-lua.pl perl script.  Due to the regex used to find them,
the name changes broke the matching in the perl script.
I'll submit a fix to gerrit.

--
You are receiving this mail because:
You are watching all bug changes.

--1391154524.3Fe41.14967
Date: Fri, 31 Jan 2014 07:48:44 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<html>
    <head>
      <base href="https://bugs.wireshark.org/bugzilla/" />
      <style>
        body, th, td {
            font-size: 12px;
            font-family: Arial, Helvetica, sans-serif; }
        p, pre { margin-top: 1em; }
        pre {
            font-family: Bitstream Vera Sans Mono, Consolas, Lucida Console, \
monospace;  white-space: pre-wrap;
	}
        table { border: 0; border-spacing: 0; border-collapse: collapse; }
        th, td {
            padding: 0.25em;
            padding-left: 0.5em;
            padding-right: 0.5em;
        }
        th { background: rgb(240, 240, 240); }
        th.th_top { border-bottom: 1px solid rgb(116, 126, 147); }
        th.th_left { border-right: 1px solid rgb(116, 126, 147); }
        td.removed { background-color: #ffcccc; }
        td.added { background-color: #e4ffc7; }
      </style>
    </head>
    <body><table>
        <tr>
          <th class="th_left">Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Lua: changes to WTAP_FILE_ #define names prevents them being \
in init.lua"  href="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9712">9712</a>
  </td>
        </tr>

        <tr>
          <th class="th_left">Summary</th>
          <td>Lua: changes to WTAP_FILE_ #define names prevents them being in \
init.lua  </td>
        </tr>

        <tr>
          <th class="th_left">Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th class="th_left">Product</th>
          <td>Wireshark
          </td>
        </tr>

        <tr>
          <th class="th_left">Version</th>
          <td>1.11.x (Experimental)
          </td>
        </tr>

        <tr>
          <th class="th_left">Hardware</th>
          <td>x86
          </td>
        </tr>

        <tr>
          <th class="th_left">OS</th>
          <td>Mac OS X 10.4
          </td>
        </tr>

        <tr>
          <th class="th_left">Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th class="th_left">Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th class="th_left">Priority</th>
          <td>Low
          </td>
        </tr>

        <tr>
          <th class="th_left">Component</th>
          <td>Dissection engine (libwireshark)
          </td>
        </tr>

        <tr>
          <th class="th_left">Assignee</th>
          <td>bugzilla-admin&#64;wireshark.org
          </td>
        </tr>

        <tr>
          <th class="th_left">Reporter</th>
          <td>hadrielk&#64;yahoo.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Build Information:
wireshark 1.11.3 (wireshark-1.11.3-rc1-1526-g5c7d57a-dirty from ./)

Copyright 1998-2014 Gerald Combs &lt;<a \
href="mailto:gerald&#64;wireshark.org">gerald&#64;wireshark.org</a>&gt; 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.24.22, with Cairo 1.12.16, with Pango 1.36.1,
with
GLib 2.38.2, with libpcap, with libz 1.2.8, without POSIX capabilities, without
SMI, without c-ares, without ADNS, with Lua 5.2, without Python, with GnuTLS
3.1.10, with Gcrypt 1.5.3, with MIT Kerberos, without GeoIP, without PortAudio,
with AirPcap.

Running on Mac OS X 10.9.1, build 13B42 (Darwin 13.0.0), with locale
en_US.UTF-8, with libpcap version 1.5.3, with libz 1.2.8, GnuTLS 3.1.10, Gcrypt
1.5.3, without AirPcap.
Intel(R) Core(TM) i7 CPU       M 620  &#64; 2.67GHz

Built using clang 4.2.1 Compatible Apple LLVM 5.0 (clang-500.2.79).
--
The names of the WTAP_FILE_* #define names were changed by<a \
href="http://anonsvn.wireshark.org/viewvc?view=revision&revision=53166">r53166</a> a \
couple months ago.  These names are &quot;exported&quot; into Lua through the \
init.lua file, created by make-init-lua.pl perl script.  Due to the regex used to \
find them, the name changes broke the matching in the perl script.
I'll submit a fix to gerrit.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>

--1391154524.3Fe41.14967--



___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <wireshark-bugs@wireshark.org>
Archives:    http://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://wireshark.org/mailman/options/wireshark-bugs
             mailto:wireshark-bugs-request@wireshark.org?subject=unsubscribe

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic