<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:36:27 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LU-10590] Building tshark lustre disectors fails with a compile error under : lustre_dlm_flags_wshark.c:333:21: error: expected &apos;}&apos; before numeric constant</title>
                <link>https://jira.whamcloud.com/browse/LU-10590</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Building tshark lustre disectors fails with a compile error under : lustre_dlm_flags_wshark.c:333:21: error: expected &apos;}&apos; before numeric constant. As it is missing the comma &apos;,&apos; under lustre/contrib/wireshark/lustre_dlm_flags_wshark.c&lt;/p&gt;

&lt;p&gt;Make&#160; failure output.&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;[root@mrpel7 wireshark]# make
gcc -DINET6 -D_U_=__attribute__\(\(unused\)\) -Wall -Wpointer-arith -g -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -fPIC -DPIC -I/root/mrp/wireshark/wireshark-1.9.2 -I/root/mrp/lustre-xx-3.10/lustre-release/lustre/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include&#160; -lglib-2.0&#160;&#160; -DHAVE_CONFIG_H&#160;&#160; -c -o packet-lustre.o packet-lustre.c
In file included from packet-lustre.c:11423:0:
lustre_dlm_flags_wshark.c: In function &lt;span class=&quot;code-quote&quot;&gt;&apos;proto_register_dcerpc_lustre&apos;&lt;/span&gt;:
lustre_dlm_flags_wshark.c:333:21: error: expected &lt;span class=&quot;code-quote&quot;&gt;&apos;}&apos;&lt;/span&gt; before numeric constant
&#160;&#160;&#160;&#160;&#160;&#160; &lt;span class=&quot;code-comment&quot;&gt;/* id&#160;&#160;&#160;&#160;&#160; */&lt;/span&gt; HFILL
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Fix is to add missing comma. After after the fix it compiles successfully.&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;# tshark -r ~/truncate.pcap -R &lt;span class=&quot;code-quote&quot;&gt;&quot;lustre&quot;&lt;/span&gt; -T fields -e col.Info
LDLM_ENQUEUE request [Concurrent Read][ intent : lookup ]
LDLM_ENQUEUE reply [Protected Read]
LDLM_ENQUEUE request [Concurrent Write][ intent : open create ][REINT_OPEN] filename :
LDLM_ENQUEUE reply [Concurrent Read]
LDLM_CANCEL request [MINMODE]
LDLM_CANCEL reply
MDS_REINT reply
OST_PUNCH request
OST_PUNCH reply
MDS_CLOSE request [REINT_SETATTR]
MDS_CLOSE reply


&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Pushing patch shortly.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</description>
                <environment></environment>
        <key id="50484">LU-10590</key>
            <summary>Building tshark lustre disectors fails with a compile error under : lustre_dlm_flags_wshark.c:333:21: error: expected &apos;}&apos; before numeric constant</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="6">Not a Bug</resolution>
                                        <assignee username="arshad512">Arshad Hussain</assignee>
                                    <reporter username="arshad512">Arshad Hussain</reporter>
                        <labels>
                            <label>wireshark</label>
                    </labels>
                <created>Wed, 31 Jan 2018 15:14:04 +0000</created>
                <updated>Thu, 1 Feb 2018 06:34:54 +0000</updated>
                            <resolved>Thu, 1 Feb 2018 06:34:54 +0000</resolved>
                                    <version>Lustre 2.10.2</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="219555" author="gerrit" created="Wed, 31 Jan 2018 15:57:10 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/31109&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31109&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10590&quot; title=&quot;Building tshark lustre disectors fails with a compile error under : lustre_dlm_flags_wshark.c:333:21: error: expected &amp;#39;}&amp;#39; before numeric constant&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10590&quot;&gt;&lt;del&gt;LU-10590&lt;/del&gt;&lt;/a&gt; wireshark: Add missing comma in lustre_dlm_flags_wshark.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b23cbe947d99b80d11e52a96b81327eb2fb781b4&lt;/p&gt;</comment>
                            <comment id="219571" author="utopiabound" created="Wed, 31 Jan 2018 17:35:55 +0000"  >&lt;p&gt;This is obsoleted by &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6353&quot; title=&quot;Push Wireshark Support Upstream&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6353&quot;&gt;&lt;del&gt;LU-6353&lt;/del&gt;&lt;/a&gt;.  Patch &lt;a href=&quot;https://review.whamcloud.com/#/c/30602/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/#/c/30602/&lt;/a&gt; removes the entire wireshark plugin from lustre source.  The lustre and lnet plugins are now part of wireshark.&lt;/p&gt;</comment>
                            <comment id="219622" author="arshad512" created="Thu, 1 Feb 2018 06:34:54 +0000"  >&lt;p&gt;Wireshark plugin under lustre/contrib is defunct. Not a bug. See Nathaniel&apos;s comment on the upstream push.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzzryn:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10022"><![CDATA[3]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>