[Wireshark-bugs] [Bug 11630] Incorrect presentation of Ascend-Data-Filter (RADIUS attribute 242)

2017-07-20 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11630

Alexis La Goutte  changed:

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|FIXED   |---
 Ever confirmed|1   |0

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 13906] RTP Player Format Error

2017-07-20 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13906

--- Comment #1 from Guy Harris  ---
That string comes from RtpAudioStream::startPlaying():

QAudioFormat format;
format.setSampleRate(audio_out_rate_);
format.setSampleSize(sample_bytes_ * 8); // bits
format.setSampleType(QAudioFormat::SignedInt);
format.setChannelCount(1);
format.setCodec("audio/pcm");

// RTP_STREAM_DEBUG("playing %s %d samples @ %u Hz",
// tempfile_->fileName().toUtf8().constData(),
// (int) tempfile_->size(), audio_out_rate_);

if (!cur_out_device.isFormatSupported(format)) {
QString playback_error = tr("%1 does not support PCM at %2. Preferred
format is %3")
.arg(cur_out_device.deviceName())
.arg(formatDescription(format))
.arg(formatDescription(cur_out_device.nearestFormat(format)));
emit playbackError(playback_error);
}

and cur_out_device is a QAudioDeviceInfo, so the underlying problem is probably
somewhere in Qt.  2.2.8 for Windows may have been built with a different
version of Qt.

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 13906] New: RTP Player Format Error

2017-07-20 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13906

Bug ID: 13906
   Summary: RTP Player Format Error
   Product: Wireshark
   Version: 2.4.0
  Hardware: x86-64
OS: Windows 10
Status: UNCONFIRMED
  Severity: Major
  Priority: Low
 Component: Qt UI
  Assignee: bugzilla-ad...@wireshark.org
  Reporter: travisdarn...@outlook.com
  Target Milestone: ---

Created attachment 15703
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=15703=edit
Screenshot of rtp player error highlighted in yellow.

Build Information:
Version 2.4.0 (v2.4.0-0-g9be0fa500d)

Copyright 1998-2017 Gerald Combs  and contributors.
License GPLv2+: GNU GPL version 2 or later

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 Qt 5.9.1, with WinPcap (4_1_3), with GLib 2.42.0, with
zlib 1.2.8, with SMI 0.4.8, with c-ares 1.12.0, with Lua 5.2.4, with GnuTLS
3.4.11, with Gcrypt 1.7.6, with MIT Kerberos, with GeoIP, with nghttp2 1.14.0,
with LZ4, with Snappy, with libxml2 2.9.4, with QtMultimedia, with AirPcap,
with
SBC, with SpanDSP.

Running on 64-bit Windows 10, build 15063, with  Intel(R) Pentium(R)
CPU
B940 @ 2.00GHz (with SSE4.2), with 8103 MB of physical memory, with locale
English_United States.1252, with Npcap version 0.92, based on libpcap version
1.8.1, with GnuTLS 3.4.11, with Gcrypt 1.7.6, without AirPcap.

Built using Microsoft Visual C++ 14.0 build 24215
--
When playing RTP audio with RTP player, an error is returned informing "the
audio output device does not support PCM 8000 Hz, Int16LE.  Preferred format is
41000 Hz, Int16LE." and will not play the stream.

I have installed this on 5 different windows 10 PC's and this is happening on
all of them.  This happens on several different sound cards/chipsets.  
Downgrading back to Wireshark 2.2.8 results in the RTP player working again
without the error.

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 13905] New: Question is believed to be spam

2017-07-20 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13905

Bug ID: 13905
   Summary: Question is believed to be spam
   Product: Web sites
   Version: N/A
  Hardware: x86
OS: macOS 10.12
Status: UNCONFIRMED
  Severity: Major
  Priority: Low
 Component: Ask - ask.wireshark.org
  Assignee: bugzilla-ad...@wireshark.org
  Reporter: shxp...@gmail.com
  Target Milestone: ---

Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
I tried asking a question about using Wireshark and its capabilities but it
says it is believed to be spam. I pasted the question I tried posting below. 

Hello guys,

I am just a college student who has just been messing around with Wireshark and
I have become extremely interested in its capabilities. I was wondering if
there was any way to write a program, preferably in C++, that could filter out
certain packets the same way Wireshark is able to. Wireshark is able to open
pcap files that contains packets sent through a network, but is there any way
to open these types of files through a program? I am specifically trying to
write a program that can detect whether a packet is of TNS protocol and has a
certain port number. I am also mainly interested in the connect data, so I want
to be able to see where the connect data starts and ends. If anyone has any
insight on this, that would be great. Thank you so much!

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 13899] configure remote ssh

2017-07-20 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13899

Dario Lombardo  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |IN_PROGRESS

--- Comment #1 from Dario Lombardo  ---
pipe not supporting pcapng (the dumpcap default): not a bug but a missing
feature (long time request).

need to use -P: not a bug.

empty string as filter: bug, known, wip here
https://code.wireshark.org/review/#/c/18572/

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 13875] DICOM dissector skips item type 0x58 (user identification)

2017-07-20 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13875

Michael Mann  changed:

   What|Removed |Added

   Hardware|x86 |All
 OS|macOS 10.12 |All
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 13875] DICOM dissector skips item type 0x58 (user identification)

2017-07-20 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13875

--- Comment #5 from Gerrit Code Review  ---
Change 22714 merged by Michael Mann:
DICOM: Add User Identify

https://code.wireshark.org/review/22714

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 12305] Online man pages are out of date

2017-07-20 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=12305

--- Comment #11 from Gerrit Code Review  ---
Change 22736 had a related patch set uploaded by Gerald Combs:
CMake: Escape shell command quotes.

https://code.wireshark.org/review/22736

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 12305] Online man pages are out of date

2017-07-20 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=12305

--- Comment #10 from Gerrit Code Review  ---
Change 22735 had a related patch set uploaded by Gerald Combs:
CMake: Escape shell command quotes.

https://code.wireshark.org/review/22735

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 12305] Online man pages are out of date

2017-07-20 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=12305

--- Comment #9 from Gerrit Code Review  ---
Change 22734 had a related patch set uploaded by Gerald Combs:
CMake: Escape shell command quotes.

https://code.wireshark.org/review/22734

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 12305] Online man pages are out of date

2017-07-20 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=12305

--- Comment #8 from Gerrit Code Review  ---
Change 22732 had a related patch set uploaded by Gerald Combs:
CMake: Escape shell command quotes.

https://code.wireshark.org/review/22732

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 11630] Incorrect presentation of Ascend-Data-Filter (RADIUS attribute 242)

2017-07-20 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11630

--- Comment #15 from jewgenij.bytsch...@t-systems.com ---
Should I open a new bugzilla ticket regarding the fix missing in Wireshark
2.4.0 (old resolved Bug 11630)? Or is my comment here sufficiant to initiate a
new investigation and restore the old fix 11630?

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 11630] Incorrect presentation of Ascend-Data-Filter (RADIUS attribute 242)

2017-07-20 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11630

--- Comment #14 from jewgenij.bytsch...@t-systems.com ---
The issue reported earlier as Bug #11630 (Incorrect presentation of
Ascend-Data-Filter (RADIUS attribute 242)) appeared in Wireshark version 2.4.0
again. All the previous versions contained the fix for IPv4/IPv6
Ascend-Data-Filter (ADF), but the bug is present in the version 2.4.0 again.
Also "classical" IPv4 ADF strings are presented as hex strings now, not shown
in readable form any more. 

For example:
AVP: l=26 t=Unknown-Attribute(242.1):
000100d9591e100020
AVP: l=50 t=Unknown-Attribute(242.3):
010100fe80ff0200...

The status of this issue is "RESOLVED / FIXED". However, in 2.4.0 the bug is
NOT fixed. Both IPv4 and IPv6 ADF filter strings should be translated in
readable
form by Wireshark - as it was already implemented (fixed) in 2015. 

Wireshark Version info:

Version 2.4.0 (v2.4.0-0-g9be0fa500d)

Copyright 1998-2017 Gerald Combs  and contributors.
License GPLv2+: GNU GPL version 2 or later

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 Qt 5.9.1, with WinPcap (4_1_3), with GLib 2.42.0, with
zlib 1.2.8, with SMI 0.4.8, with c-ares 1.12.0, with Lua 5.2.4, with GnuTLS
3.4.11, with Gcrypt 1.7.6, with MIT Kerberos, with GeoIP, with nghttp2 1.14.0,
with LZ4, with Snappy, with libxml2 2.9.4, with QtMultimedia, with AirPcap,
with
SBC, with SpanDSP.

Running on 64-bit Windows 7 Service Pack 1, build 7601, withIntel(R)
Core(TM) i5-3340M CPU @ 2.70GHz (with SSE4.2), with 8065 MB of physical memory,
with locale German_Germany.1252, with WinPcap version 4.1.3 (packet.dll version
4.1.0.2980), based on libpcap version 1.0 branch 1_0_rel0b (20091008), with
GnuTLS 3.4.11, with Gcrypt 1.7.6, without AirPcap.

Built using Microsoft Visual C++ 14.0 build 24215

Wireshark is Open Source Software released under the GNU General Public
License.

Check the man page and http://www.wireshark.org for more information.

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 13904] New: JSON Export for wlan management frame broken

2017-07-20 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13904

Bug ID: 13904
   Summary: JSON Export for wlan management frame broken
   Product: Wireshark
   Version: 2.5.x (Experimental)
  Hardware: x86-64
OS: macOS 10.12
Status: UNCONFIRMED
  Severity: Major
  Priority: Low
 Component: Dissection engine (libwireshark)
  Assignee: bugzilla-ad...@wireshark.org
  Reporter: d+wiresh...@o7o.de
  Target Milestone: ---

Build Information:
Version 2.5.0 (v2.5.0rc0-291-gf8a96fc619)

Copyright 1998-2017 Gerald Combs  and contributors.
License GPLv2+: GNU GPL version 2 or later

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 Qt 5.9.1, with libpcap, without POSIX capabilities, with
GLib 2.52.3, with zlib 1.2.8, without SMI, with c-ares 1.13.0, with Lua 5.2.4,
with GnuTLS 3.5.14, with Gcrypt 1.7.8, with MIT Kerberos, without GeoIP,
without
nghttp2, without LZ4, without Snappy, with libxml2 2.9.4, with QtMultimedia,
without AirPcap, without SBC, without SpanDSP.

Running on Mac OS X 10.12.6, build 16G29 (Darwin 16.7.0), with Intel(R)
Core(TM)
i5-4308U CPU @ 2.80GHz (with SSE4.2), with 8192 MB of physical memory, with
locale C, with libpcap version 1.8.1 -- Apple version 67.60.1, with GnuTLS
3.5.14, with Gcrypt 1.7.8, with zlib 1.2.8.

Built using clang 4.2.1 Compatible Apple LLVM 8.1.0 (clang-802.0.42).

Wireshark is Open Source Software released under the GNU General Public
License.

Check the man page and http://www.wireshark.org for more information.
--
Since wlan_mgt was changed to wlan (https://code.wireshark.org/review/18214),
exporting to json leaves me with 2 layers named wlan, which are
indistinguishable. The last one used to be wlan_mgt, which made more sense if
these layers are split in the export.


"wlan_radio": {
  "wlan_radio.phy": "5",
  "wlan_radio.11a.turbo_type": "0",

},
"wlan": {
  "wlan.fc.type_subtype": "13",
  "wlan.fc": "0xd000",
  "wlan.fc_tree": {

},
"wlan": {
  "Fixed parameters": {
"wlan.fixed.category_code": "127",

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 13900] SIP call to "#" in the address shows hexadecimal code in the dissection

2017-07-20 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13900

--- Comment #4 from fr...@universe-corrupted.com ---
Ha- I should have checked the RFC first. My apologies.

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 13900] SIP call to "#" in the address shows hexadecimal code in the dissection

2017-07-20 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13900

Pascal Quantin  changed:

   What|Removed |Added

 CC||pascal.quan...@gmail.com
 Status|INCOMPLETE  |RESOLVED
 Resolution|--- |NOTABUG

--- Comment #3 from Pascal Quantin  ---
%23 is really what is being sent by your SIP client as seen in the packet byte
window.
BTW it's quite common to have clients escaping characters in SIP messages. See
RFC 3261 chapter 19.1.2 and RFC 2396 chapter 2.4.3 for the # character
exclusion definition.

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 13900] SIP call to "#" in the address shows hexadecimal code in the dissection

2017-07-20 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13900

fr...@universe-corrupted.com changed:

   What|Removed |Added

 CC||fr...@universe-corrupted.co
   ||m

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 13900] SIP call to "#" in the address shows hexadecimal code in the dissection

2017-07-20 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13900

--- Comment #2 from fr...@universe-corrupted.com ---
Created attachment 15702
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=15702=edit
PCAP SAMPLE

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 13903] UDPDUMP.POD missing from build

2017-07-20 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13903

Pascal Quantin  changed:

   What|Removed |Added

 CC||pascal.quan...@gmail.com
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Pascal Quantin  ---
Thanks for reporting the issue.

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 13903] UDPDUMP.POD missing from build

2017-07-20 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13903

--- Comment #4 from Gerrit Code Review  ---
Change 22726 merged by Pascal Quantin:
Add udpdump documentation to distribution

https://code.wireshark.org/review/22726

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 13903] UDPDUMP.POD missing from build

2017-07-20 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13903

--- Comment #3 from Gerrit Code Review  ---
Change 22726 had a related patch set uploaded by Alexis La Goutte:
Add udpdump documentation to distribution

https://code.wireshark.org/review/22726

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 13903] UDPDUMP.POD missing from build

2017-07-20 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13903

--- Comment #2 from Gerrit Code Review  ---
Change 22725 merged by Alexis La Goutte:
Add udpdump documentation to distribution

https://code.wireshark.org/review/22725

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 13897] PROFINET IO IOXS Dissection issue

2017-07-20 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13897

--- Comment #4 from Balazs Fülöp  ---
Created attachment 15701
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=15701=edit
WS recording

zip content splitted

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 13897] PROFINET IO IOXS Dissection issue

2017-07-20 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13897

--- Comment #3 from Balazs Fülöp  ---
Created attachment 15700
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=15700=edit
screen capture about the false offset

zip content splitted

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 13903] UDPDUMP.POD missing from build

2017-07-20 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13903

--- Comment #1 from Gerrit Code Review  ---
Change 22725 had a related patch set uploaded by Pascal Quantin:
Add udpdump documentation to distribution

https://code.wireshark.org/review/22725

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 13903] New: UDPDUMP.POD missing from build

2017-07-20 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13903

Bug ID: 13903
   Summary: UDPDUMP.POD missing from build
   Product: Wireshark
   Version: 2.4.0
  Hardware: x86
OS: Windows 10
Status: UNCONFIRMED
  Severity: Major
  Priority: Low
 Component: Build process
  Assignee: bugzilla-ad...@wireshark.org
  Reporter: sc...@harman.tv
  Target Milestone: ---

Build Information:
Version 2.4.0-SAMSupport (v2.4.0)

Copyright 1998-2017 Gerald Combs  and contributors.
License GPLv2+: GNU GPL version 2 or later

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 (32-bit) with Qt 5.6.2, with WinPcap (4_1_3), with GLib 2.38.0, with
zlib 1.2.8, with SMI 0.4.8, with c-ares 1.12.0, with Lua 5.2.4, with GnuTLS
3.4.11, with Gcrypt 1.7.6, with MIT Kerberos, with GeoIP, with nghttp2 1.14.0,
with LZ4, with Snappy, with libxml2 2.9.4, with QtMultimedia, with AirPcap,
with
SBC, with SpanDSP.

Running on 64-bit Windows 10, build 15063, with Intel(R) Core(TM) i7-6600U CPU
@
2.60GHz (with SSE4.2), with 8087 MB of physical memory, with locale
English_Australia.1252, with WinPcap version 4.1.3 (packet.dll version 0.78
r5),
based on libpcap version 1.0 branch 1_0_rel0b (20091008), with GnuTLS 3.4.11,
with Gcrypt 1.7.6, without AirPcap.

Built using Microsoft Visual C++ 14.0 build 24215

Wireshark is Open Source Software released under the GNU General Public
License.

Check the man page and http://www.wireshark.org for more information.
--
Hi guys - udpdump.pod is missing from the build - after locating latest version
of the .pod file from the git repository I was able to get a successful build.

This is with the source release 2.4.0 from the website

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe