bugzilla-daemon | 1 Jul 2008 10:06
Favicon

[Bug 2653] Capture stops if interface goes down

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2653

--- Comment #2 from Guy Harris <guy <at> alum.mit.edu>  2008-07-01 01:06:51 PDT ---
The Linux kernel - or, at least, the version of the 2.6.22-15-generic kernel on
my Ubuntu 7.10 virtual machine - doesn't allow you to bind a PF_PACKET socket
to an interface that's not up.  (It does, however, let you bind to the
interface if it's up, even if it has no IP addresses, so the lack of an IPv4
address is irrelevant.)

Once you've bound to the interface, if you're *not* using the memory-mapped
"turbopacket" mechanism, if the interface goes down, one recvfrom() call will
fail with ENETDOWN; subsequent calls will block waiting for more packets.  If
you're using the turbopacket mechanism, no ENETDOWN will happen.

I've checked into the libpcap 1.0 and main CVS branches to ignore ENETDOWN
errors from recvfrom().

--

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
bugzilla-daemon | 1 Jul 2008 13:04
Favicon

[Bug 2667] New: The "Set Time Reference (toggle)" option does not work in Wireshark

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2667

           Summary: The "Set Time Reference (toggle)" option does not work
                    in Wireshark
           Product: Wireshark
           Version: 1.0.1
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Minor
          Priority: Low
         Component: Wireshark
        AssignedTo: wireshark-bugs <at> wireshark.org
        ReportedBy: brian <at> oriordan.nl

Build Information:
Version 1.0.1 (SVN Rev 25639)

Copyright 1998-2008 Gerald Combs <gerald <at> 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 with GTK+ 2.12.8, with GLib 2.14.6, with WinPcap (version unknown),
with libz 1.2.3, without POSIX capabilities, with libpcre 7.0, with SMI 0.4.8,
with ADNS, with Lua 5.1, with GnuTLS 2.3.8, with Gcrypt 1.4.1, with MIT
Kerberos, with PortAudio V19-devel, with AirPcap.

Running on Windows XP Service Pack 3, build 2600, with WinPcap version 4.0.2
(packet.dll version 4.0.0.1040), based on libpcap version 0.9.5, with AirPcap
2.0.0 build 708.
(Continue reading)

bugzilla-daemon | 1 Jul 2008 13:14
Favicon

[Bug 2667] The "Set Time Reference (toggle)" option does not work in Wireshark

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2667

Brian O'Riordan <brian <at> oriordan.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |brian <at> oriordan.nl

--

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
bugzilla-daemon | 1 Jul 2008 16:41
Favicon

[Bug 2668] New: bug in ethercat dissector when packets are smaller than 60 bytes

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2668

           Summary: bug in ethercat dissector when packets are smaller than
                    60 bytes
           Product: Wireshark
           Version: 1.0.0
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Major
          Priority: Medium
         Component: Wireshark
        AssignedTo: wireshark-bugs <at> wireshark.org
        ReportedBy: r.kuemmel <at> beckhoff.de

Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
Removed the line 
tvb_ensure_bytes_exist(tvb, offset, 44);
from  again. 
This is not correct, because the frame might have been captured before the
os added the padding bytes. E.g. in Windows the frames are captured on the
protocol layer. When another protocol driver sends a frame this frame does 
not include the padding bytes.  

Also the dataLength variable in case of bMox==TRUE  was not calculated
correctly.

(Continue reading)

bugzilla-daemon | 1 Jul 2008 16:48
Favicon

[Bug 2668] bug in ethercat dissector when packets are smaller than 60 bytes

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2668

Richard Kümmel <r.kuemmel <at> beckhoff.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #1942|                            |review_for_checkin?
               Flag|                            |

--- Comment #1 from Richard Kümmel <r.kuemmel <at> beckhoff.de>  2008-07-01 07:48:37 PDT ---
Created an attachment (id=1942)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=1942)
zip contains the fix for the described bug

--

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Wireshark-bugs mailing list
Wireshark-bugs <at> wireshark.org
https://wireshark.org/mailman/listinfo/wireshark-bugs
bugzilla-daemon | 1 Jul 2008 22:26
Favicon

[Bug 2643] packet-atm enhancement

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2643

Kip McAtee <kip.mcatee <at> spirent.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kip.mcatee <at> spirent.com

--

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
bugzilla-daemon | 1 Jul 2008 23:02
Favicon

[Bug 2669] New: Negative values are not graphed correctly in IO Graphs/ Advanced

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2669

           Summary: Negative values are not graphed correctly in IO
                    Graphs/Advanced
           Product: Wireshark
           Version: 1.0.1
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Low
         Component: Wireshark
        AssignedTo: wireshark-bugs <at> wireshark.org
        ReportedBy: greg.cook <at> thomson.net

Created an attachment (id=1943)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=1943)
PNG screen capture after graphing ppi.80211-common.dbm.antsignal

Build Information:
Version 1.0.1 (SVN Rev 25639)

Copyright 1998-2008 Gerald Combs <gerald <at> 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 with GTK+ 2.12.8, with GLib 2.14.6, with WinPcap (version unknown),
with libz 1.2.3, without POSIX capabilities, with libpcre 7.0, with SMI 0.4.8,
with ADNS, with Lua 5.1, with GnuTLS 2.3.8, with Gcrypt 1.4.1, with MIT
Kerberos, with PortAudio V19-devel, with AirPcap.
(Continue reading)

bugzilla-daemon | 1 Jul 2008 23:06
Favicon

[Bug 2666] iax2 dissector always reports retransmission bit to be false

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2666

Anders Broman <anders.broman <at> ericsson.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |anders.broman <at> ericsson.com
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #4 from Anders Broman <anders.broman <at> ericsson.com>  2008-07-01 14:06:54 PDT ---
A fix Committed revision 25652. I used proto_tree_add_item()instead.

--

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
bugzilla-daemon | 1 Jul 2008 23:49
Favicon

[Bug 2381] bugs in eigrp dissector

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2381

Jeff Morriss <jeff.morriss.ws <at> gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|WONTFIX                     |FIXED

--- Comment #11 from Jeff Morriss <jeff.morriss.ws <at> gmail.com>  2008-07-01 14:49:24 PDT ---
(In reply to comment #10)
> Hi!
> I have Wireshark Version 1.0.0 (build 8804) installed, but eigrp update packets
> with 3 destinations per 1 tlv are not dissects correctly - only the first
> destination (prefix + address) is displayed. See my attachment #1584 [details].

This bug was not fixed in the 1.0.0 release.  Rev 24721 (where the fix was
checked in) was checked in after the 1.0 branch was created.

It /was/ fixed with the recently released version 1.0.1.

--

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
bugzilla-daemon | 2 Jul 2008 01:29
Favicon

[Bug 2664] Add browse file makefile target

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2664

Bill Meier <wmeier <at> newsguy.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--

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

Gmane