Re: [Wireshark-dev] Question about capturing from multiple interfaces that have the same MAC Address

2014-09-15 Thread Herb Falk
Developer support list for Wireshark Subject: Re: [Wireshark-dev] Question about capturing from multiple interfaces that have the same MAC Address On Sep 15, 2014, at 11:55 AM, "Herb Falk " wrote: > On Sep 15, 2014, at 11:14 AM, Guy Harris wrote: > >> On Sep 1

Re: [Wireshark-dev] Question about capturing from multiple interfaces that have the same MAC Address

2014-09-15 Thread Herb Falk
Wireshark Subject: Re: [Wireshark-dev] Question about capturing from multiple interfaces that have the same MAC Address On Sep 15, 2014, at 10:44 AM, "Herb Falk mailto:h...@sisconet.com>>" mailto:h...@sisconet.com>> wrote: > There appears to be an issue with W

[Wireshark-dev] Question about capturing from multiple interfaces that have the same MAC Address

2014-09-15 Thread Herb Falk
There appears to be an issue with Wireshark capturing information from interfaces that have the same MAC Address. Does somebody know if this is an issue, or where the code for interface/MAC address binding is? My particular situation is a "failover" situation where both NICs have been configur

[Wireshark-dev] Problems with Blades and Teamed NICs

2014-08-21 Thread Herb Falk
I have a project in which we installed the latest Wireshark (but with WinPcap 1.4.2) on a blade server with a teamed NIC. It crashed quite rapidly. Any ideas? Herbert Falk Solutions Architect SISCO, INC. 6605 19 ½ Mile Rd. Sterling Heights, MI 48314 (586) 254-0020 x-105 [cid:image003.png@01C

Re: [Wireshark-dev] GIT vs SVN

2014-04-04 Thread Herb Falk
please indicate to the sender that you have received this communication in error, and delete the copy you received. Thank you. -Original Message- From: Gerald Combs [mailto:ger...@wireshark.org] Sent: Friday, April 04, 2014 12:09 PM To: Developer support list for Wireshark; Herb Fa

[Wireshark-dev] GIT vs SVN

2014-04-04 Thread Herb Falk
The latest source code does not appear to be available through the use of SVN any longer? If there is a mechanism, can somebody explain to me how to get this to work. My current dev environment is SVN tree/managed. If SVN can no longer pull releases, I guess I can live with that, but these ty

Re: [Wireshark-dev] Problem...

2013-11-18 Thread Herb Falk
ovember 17, 2013 5:04 PM To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Problem... 2013/11/17 Herb Falk mailto:h...@sisconet.com>> mailto:h...@sisconet.com>> Here is what is in config.nmake: INSTALL_DIR=wireshark-gtk2 Here is the path and the file: C:\wireshar

Re: [Wireshark-dev] Problem...

2013-11-17 Thread Herb Falk
or Wireshark Subject: Re: [Wireshark-dev] Problem... > > On 11/17/2013 12:53 PM, Herb Falk wrote: >> I just got the SVN stuff to compile, but from the documentation I >> can't figure out what file is missing and where to put it. >> > > Based upon some prelim

Re: [Wireshark-dev] Problem...

2013-11-17 Thread Herb Falk
k you. -Original Message- From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Bill Meier Sent: Sunday, November 17, 2013 2:00 PM To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Problem... On 11/17/2013 12:53 PM, Herb Falk wrot

[Wireshark-dev] Unresolved External...

2013-11-10 Thread Herb Falk
Just updated from SVN. Now getting unresolved external symbol _gd k_win32_drawable_get_handle referenced in function _savesslkeys_cb Any ideas? Herbert Falk Solutions Architect SISCO, INC. 6605 19 ½ Mile Rd. Sterling Heights, MI 48314 (586) 254-0020 x-105 [cid:image003.png@01CE7CB7.EBC8FC40]

[Wireshark-dev] Transmission Latency Calculation

2012-09-30 Thread Herb Falk
I am creating a dissector that needs to be able to calculate the transmission latency of a packet. The protocol being dissected has the timestamp of the "transmission", I need to be able to gain access to the time of capture of wireshark in order to calculate the difference. Anybody know an ex