Re: [Wireshark-dev] PCAP-over-IP in Wireshark?

2022-02-01 Thread Joerg Mayer
On Tue, Feb 01, 2022 at 09:24:28AM -0600, chuck c wrote: > "Replacing 127.0.0.1 with localhost didn't work for some reason though." > > dumpcap ( > https://gitlab.com/wireshark/wireshark/-/blob/master/dumpcap.c#L1366) calls > ws_socket_ptoa ( > https://gitlab.com/wireshark/wireshark/-/blob/master/

Re: [Wireshark-dev] ISO-8601 date support

2021-12-04 Thread Joerg Mayer
nto common code, that would make sense from my point of view, but there is really not much I can achieve while only spending a sensible amount of time. Kind regards Jörg -- Joerg Mayer We are stuck with technology when what we really want is just

[Wireshark-dev] Gitlab missing feature compared to Github

2021-10-30 Thread Joerg Mayer
Hello, there is one very valuable feature of github that was lost in the transition to giblab: The commit message does no longer reference the merge request, making it way harder to look at the discussion leading to a merge. Can this feature please be readded? Thanks! Jörg -- Joerg Mayer

Re: [Wireshark-dev] How to test legacy (glib-compat) code

2021-10-27 Thread Joerg Mayer
some other requirements? In the meantime I will increase the compat test to something like 2.58 and see whether it compiles. Thanks! Jörg -- Joerg Mayer We are stuck with technology when what we really want is just stuff that works. Some say that

[Wireshark-dev] How to test legacy (glib-compat) code

2021-10-27 Thread Joerg Mayer
t has been deprecated (2.62) Two questions: 1) Is any of our buildbots running on such an old version of glib so I know that it compiles? 2) Is there a way to test whether the compat code (text2pcap) actually works? I have no problem to provide/commit a testfile. Thanks! Jörg -- Joerg

Re: [Wireshark-dev] ___asan_version_mismatch_check_apple_902

2018-11-15 Thread Joerg Mayer
Hello, On Thu, Nov 15, 2018 at 12:07:01PM +0100, Joerg Mayer wrote: > after updating to XCode 10.1 (but not Mojave) I'm getting the following on > program start: ... > dyld: lazy symbol binding failed: Symbol not found: > ___asan_version_mismatch_check_apple_902 > Referen

[Wireshark-dev] ___asan_version_mismatch_check_apple_902

2018-11-15 Thread Joerg Mayer
t? I reran macos-setup.sh and completely cleaned the build directory. Thanks Jörg -- Joerg Mayer We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of techn

Re: [Wireshark-dev] dumpcap broken on mac?

2018-05-14 Thread Joerg Mayer
it was an easy choice for me. Jörg -- Joerg Mayer We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology. _

Re: [Wireshark-dev] dumpcap broken on mac?

2018-05-14 Thread Joerg Mayer
On Mon, May 14, 2018 at 03:04:06AM -0700, Guy Harris wrote: > On May 14, 2018, at 2:55 AM, Joerg Mayer wrote: > > jmayer@newegg:~/worktmp/wireshark/build/master/logs$ dumpcap -L > > dumpcap: Can't get list of interfaces: SIOCGIFMEDIA on XHC20 failed: > > Operati

[Wireshark-dev] dumpcap broken on mac?

2018-05-14 Thread Joerg Mayer
ce Anyone else hit by this? Ciao Jörg -- Joerg Mayer We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of

Re: [Wireshark-dev] Question about pcap_create and HAVE_REMOTE

2017-03-29 Thread Joerg Mayer
On Wed, Mar 29, 2017 at 04:28:24PM -0700, Guy Harris wrote: > On Mar 29, 2017, at 2:04 PM, Joerg Mayer wrote: > > > does HAVE_REMOTE imply that libpcap supports pcap_create nowadays? If so, > > it would > > allow some nice cleanups ;) > > On Windows, where we do

[Wireshark-dev] Question about pcap_create and HAVE_REMOTE

2017-03-29 Thread Joerg Mayer
[Tried to ask this on tcpdump-workers first, but the mails silently dissappeared] Hello, does HAVE_REMOTE imply that libpcap supports pcap_create nowadays? If so, it would allow some nice cleanups ;) Thanks Jörg -- Joerg Mayer We are stuck with

[Wireshark-dev] Capture code in GUIs replicated

2017-03-18 Thread Joerg Mayer
Hello, is anyone who understand both GUIs willing to unify the capture code common to ui/gtk/capture_dlg.c:insert_new_rows() and ui/qt/manage_interfaces_dialog.cpp:addRemoteInterfaces()? Found this while playing with bug 13448. Thanks Jörg -- Joerg Mayer

[Wireshark-dev] tshark with -R less than stellar

2017-03-12 Thread Joerg Mayer
prise quite as much as the current situation. Ideas? Thanks! Jörg -- Joerg Mayer We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology.

Re: [Wireshark-dev] Kasumi algorithm implementation

2017-02-27 Thread Joerg Mayer
#x27;t before. I still think that a pure source implementation is unproblematic. But out of curiosity: Is there a link to the patent, so we may have a look? Thanks Jörg -- Joerg Mayer We are stuck with technology when what we really want is just stuff th

[Wireshark-dev] Communication between dumpcap and wireshark partially broken when using rpcap

2017-02-20 Thread Joerg Mayer
Jörg -- Joerg Mayer We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology. ___ Sent via:Wireshar

Re: [Wireshark-dev] Conditional compiles

2017-02-14 Thread Joerg Mayer
f it just wouldn't manage to enable capturing or whatever. As far as "security" concerns in companies are concerned: Providing someone with Admin/root permissions and then providing a crippled version of Wireshark is corporate lawyer logic - something to be avoided by normal mortals

[Wireshark-dev] Conditional compiles

2017-02-13 Thread Joerg Mayer
ld be a candidate to solve somehow, as it is regularly involved when compiles break without this define. Would it maybe make sense so include a dummy version inside Wireshark that basically does (mostly) nothing? Thanks Jörg -- Joerg Mayer We are

Re: [Wireshark-dev] GUI Change for Wireshark Remote Interfaces

2016-10-28 Thread Joerg Mayer
On Thu, Oct 27, 2016 at 09:36:47PM -0700, Guy Harris wrote: > On Oct 27, 2016, at 8:54 PM, Guy Harris wrote: > > > On Oct 27, 2016, at 4:18 PM, Joerg Mayer wrote: > > > >> (the policy 42 stuff fixes > >> the symptom instead of the root cause). > >

Re: [Wireshark-dev] GUI Change for Wireshark Remote Interfaces

2016-10-27 Thread Joerg Mayer
apply the patch (the policy 42 stuff fixes the symptom instead of the root cause). Jörg -- Joerg Mayer We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology. diff --g

[Wireshark-dev] Why is building with libpcap optional?

2016-10-17 Thread Joerg Mayer
t;simplest" solution would be to require libpcap to be installed. I have some fallback ideas but would really like to use as simple a solution as possible. Thanks! Jörg -- Joerg Mayer We are stuck with technology when what we really want is just s

Re: [Wireshark-dev] [Wireshark-commits] buildbot failure in Wireshark (development) on OSX 10.6 x64

2016-06-26 Thread Joerg Mayer
/qtui.dir/endpoint_dialog.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs -- Joerg Mayer We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology. ___

[Wireshark-dev] Some planned cleanups of the 802.11 dissector

2016-06-26 Thread Joerg Mayer
s. Thanks Jörg -- Joerg Mayer We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology. ___ Sent via:

Re: [Wireshark-dev] Decrypte 802.11 frames with user-provided PTK and GTK

2016-06-22 Thread Joerg Mayer
GTK, Wireshark will not need 4-way hanshakr frames any more to > decrypte data frames. Did you open a bug and attach a sample capture + key information yet? thanks Jörg -- Joerg Mayer We are stuck with technology when what we really want is jus

Re: [Wireshark-dev] cmake, linker flags, whitespace, cmp0004

2016-05-10 Thread Joerg Mayer
ents.gmane.org/gmane.comp.kde.devel.buildsystem/7858 > > Cmake fixed it here > https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e65ef08b > > > I tried to work around this by removing whitespace from the linker flags > or applying a regexp replace on the final list

Re: [Wireshark-dev] [tcpdump-workers] What's the difference between NdisMediumBare80211 (DLT_IEEE802_11) and NdisMediumRadio80211 (DLT_IEEE802_11_RADIO)

2016-05-10 Thread Joerg Mayer
, i.e. standards compliant radios must be able to differentiate signals better than -96 dBm from noise. Some years ago I looked at the datasheet of an Atheros base Wifiadapter that claimed -106 dBm sensitivity. Ciao Jörg -- Joerg Mayer We are stuck w

Re: [Wireshark-dev] #ifdef mess

2016-03-29 Thread Joerg Mayer
On Tue, Mar 29, 2016 at 03:34:38PM +0100, João Valverde wrote: > On 28-03-2016 23:30, Joerg Mayer wrote: > >I've been meaning to write this mail for some years now but finally got > >around to it. > > > >Earlier today I committed 30900b443b85a7e760d703ca3d6efe61d

[Wireshark-dev] #ifdef mess

2016-03-28 Thread Joerg Mayer
for the non-use case. Wrt. zlib: Do we really still want to support a case when a build environment does not provide one? Done rambling, time to go to bed. Good night Jörg -- Joerg Mayer We are stuck with technology when what we really want is just stuff

Re: [Wireshark-dev] [Wireshark-commits] buildbot failure in Wireshark (development) on Ubuntu 14.04 x64

2016-03-28 Thread Joerg Mayer
OK I take back my remark that packet-actrace.h works properly. The const line is not in the taps_wslua.c file. No idea what I saw previously. So maybe make-taps.pl shoudl print a warning/error when it drops an element? Thanks Jörg -- Joerg Mayer We

Re: [Wireshark-dev] [Wireshark-commits] buildbot failure in Wireshark (development) on Ubuntu 14.04 x64

2016-03-28 Thread Joerg Mayer
or not. Anyway: From my analysis it seems there was a bug hidden somewhere (the struct elements were not added) either in epan/wslua/make-taps.pl or packet-bacapp.[hc] that was now exposed by actually receiving the warning and Pascal is working on a fix. Thanks! Jörg -- Joerg Ma

Re: [Wireshark-dev] [Wireshark-commits] buildbot failure in Wireshark (development) on Ubuntu 14.04 x64

2016-03-28 Thread Joerg Mayer
in the next statement) and now we get a "set but not used" warning but not before? Btw, on my Clang (XCode) system I do not get this warning/error. Ideas what is going on here (compiler bug?)? Thanks Jörg -- Joerg Mayer We are stuck with techn

Re: [Wireshark-dev] Why are we linking with --as-needed?

2016-03-27 Thread Joerg Mayer
one: > > https://wiki.gentoo.org/wiki/Project:Quality_Assurance/As-needed IIRC, the link sums it up pretty well - with this option we specify all dependencies explicitely. Ciao Jörg -- Joerg Mayer We are stuck with technology

Re: [Wireshark-dev] Change LIB and Executable names using CMake?

2016-03-27 Thread Joerg Mayer
files. What does "beside" mean? Wouldn't it be easiest to install it to its own folder, e.g. /opy/mycompany/ instead of /usr/ and then just put a script "/usr/bin/mywsname" into the normal path? That way no extra source patching would be necessar

Re: [Wireshark-dev] Can't build GTK only using CMake on Windows7

2016-03-27 Thread Joerg Mayer
ing generator expression: > > $ > > No target "wireshark" ... > Any ideas here? Which version of wireshark? And why do you want to build the GTK-Only version? Jörg -- Joerg Mayer We are stuck with technology when

[Wireshark-dev] Removing echld/ directory

2016-01-10 Thread Joerg Mayer
mean intention to clean it up, compiling it by default on all platforms ;-) Ciao Jörg -- Joerg Mayer We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of techn

[Wireshark-dev] Compiling Wireshark with gcc-6: Lots of new warnings

2016-01-10 Thread Joerg Mayer
Hello, I just compiled current source with gcc-6 and warnings as errors. Attached is the error log with the 351 files that error out. Ciao Jörg -- Joerg Mayer We are stuck with technology when what we really want is just stuff that works. Some

Re: [Wireshark-dev] CMake: Disable building with QT ?

2015-12-29 Thread Joerg Mayer
se (x86_64-apple-darwin15) dies with "cmake -D-bash: compopt: command not found" Ciao Jörg -- Joerg Mayer We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technolog

[Wireshark-dev] Missing character in Qt GUI

2015-10-14 Thread Joerg Mayer
, build 15A284 (Darwin 15.0.0), with locale C, with Built using clang 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.72). Can someone please look at this? Thanks Jörg -- Joerg Mayer We are stuck with technology when what we really want is just stuff

Re: [Wireshark-dev] Various problems with tshark

2015-08-31 Thread Joerg Mayer
On Mon, Aug 31, 2015 at 09:47:11PM +0200, Pascal Quantin wrote: > > On Mon, Aug 31, 2015 at 08:17:44AM +0200, Pascal Quantin wrote: > > > 2015-08-31 5:34 GMT+02:00 Joerg Mayer : > > > > > > > When using tshark from head I have a bunch of problems right now:

Re: [Wireshark-dev] Various problems with tshark

2015-08-31 Thread Joerg Mayer
Hello Pascal, thanks for the quick response - solved my immediate problem ;-) On Mon, Aug 31, 2015 at 08:17:44AM +0200, Pascal Quantin wrote: > 2015-08-31 5:34 GMT+02:00 Joerg Mayer : > > > When using tshark from head I have a bunch of problems right now: > > > > 1) s

[Wireshark-dev] Various problems with tshark

2015-08-30 Thread Joerg Mayer
thout -V 3) Some of my .vwr captures seem to only decode in tshark (with and without -V) but don't decode with -2 or in wireshark (I'll open a proper bug for this once I have more info). Btw, how can I convert .vwr files to pcapng? Both Save and Save As are greyed out. Thanks

Re: [Wireshark-dev] Problem writing a file dissector for vwr capture files

2015-08-30 Thread Joerg Mayer
because the file format doesn't really have a magic value. So how do I go about it properly? Thanks Jörg > On Sun, Aug 30, 2015 at 4:22 AM, Joerg Mayer wrote: > > I'm trying to write a file dissector for the IxVeriWave (.vwr) capture files > > (without loosing the abili

[Wireshark-dev] Problem writing a file dissector for vwr capture files

2015-08-30 Thread Joerg Mayer
;-) In case you want to test, use the capture attached to bug 11464. Thanks Jörg -- Joerg Mayer We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology. /* file-vwr.c

Re: [Wireshark-dev] [Wireshark-commits] master 0af048b: Remove calls of tvb_ensure_length_remaining.

2015-08-27 Thread Joerg Mayer
On Thu, Aug 27, 2015 at 04:34:16AM +, Wireshark code review wrote: > 0af048b by Michael Mann (mman...@netscape.net): > > Remove calls of tvb_ensure_length_remaining. Nice! Another legacy API gone. Thanks everyone who worked on this :) Jörg -- Jo

Re: [Wireshark-dev] [Bug 11461] Additional (bogus) expert items with Wireshark compared to tshark

2015-08-22 Thread Joerg Mayer
rk for regression testing, would it make sense to add a mode where it uses the same mode as wireshark? Thanks Jörg -- Joerg Mayer We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft inst

[Wireshark-dev] Changing the default for ieee802.11 decryption

2015-07-17 Thread Joerg Mayer
urned on by default to make things easier for "normal" users and power users may still change this for their needs. Objections to me changing this? Thanks Jörg -- Joerg Mayer We are stuck with technology when what we really want is just s

Re: [Wireshark-dev] Wireshark messages I don't want to see

2015-07-14 Thread Joerg Mayer
On Tue, Jul 14, 2015 at 09:13:49PM +0200, Joerg Mayer wrote: > On Tue, Jul 14, 2015 at 11:52:18AM -0700, Guy Harris wrote: > > Line 1558 of epan/crypt/airpdcap.c is > > > > if (ctx->sa[ctx->first_free_index].used) { > > > > in AirPDcapStoreSa(). It

Re: [Wireshark-dev] Wireshark messages I don't want to see

2015-07-14 Thread Joerg Mayer
hich isn't guaranteed (what if there *are* > no free indices?); I've added a bounds check in > 4f1b8d74338ca2a6ded8498e9d87cbc3294454c0. This was on Linux (which has AIRPCAP disabled) and with only 2 entries total (1x wpa, 1x wpa2) Thanks! Jörg -- Joerg Mayer

[Wireshark-dev] Wireshark messages I don't want to see

2015-07-14 Thread Joerg Mayer
eed to ask). Please let me know what information is needed to get rid of the first 3 messages in particular. Thanks Jörg -- Joerg Mayer We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft

Re: [Wireshark-dev] Put back closing } accidentally removed in previous commit.

2015-07-07 Thread Joerg Mayer
ally removed in previous commit. Thanks Guy! The strange thing is, that I definitely compiled before committing (last time and this time). In this particular case, I even did a complete recompile (delete build directory, create build dir, run cmake etc) for some other reasons. Thanks Joerg

Re: [Wireshark-dev] Plan to make NPcap available for Wireshark

2015-07-07 Thread Joerg Mayer
On Tue, Jul 07, 2015 at 09:56:24AM -0700, Guy Harris wrote: > > On Jul 7, 2015, at 8:56 AM, Joerg Mayer wrote: > > > While I understand the logic behind our argument, I don't agree with it: > > With the possibility of winpcap and npcap diverging, that may at one point

Re: [Wireshark-dev] Plan to make NPcap available for Wireshark

2015-07-07 Thread Joerg Mayer
;npf.sys", because driver names > are system-global. So I think the logic checking "npf.sys" in Wireshark > also needs some change. IMO using NPCAP or winpcap should be a compile time option with the possiblity to enable both options at the same time (in which case there should be

Re: [Wireshark-dev] Plan to make NPcap available for Wireshark

2015-07-07 Thread Joerg Mayer
s if WinPcap and NPcap are both available in a > system, which will be loaded first? I'd like to hear your opinions:) If I remember correctly (and I may easily be mistaken here), Winpcap doesn't provide a mechanism to determine the library version at runtime. We need to make

[Wireshark-dev] macosx-setup: XQuartz autmatic install and version

2015-06-26 Thread Joerg Mayer
blems that cause use to use 2.7.5 instead? Thanks Joerg -- Joerg Mayer We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of

[Wireshark-dev] Autogenerated files in source tree [Was: asn2wrs problem]

2015-06-25 Thread Joerg Mayer
No problem - I was just testing the new old cmake asn1 generation and it gave me the opportunity to once again start this discussion ;-) -- Joerg Mayer We are stuck with technology when what we really want is just stuff that works. Some say that

[Wireshark-dev] asn2wrs problem

2015-06-25 Thread Joerg Mayer
tag_type, const char* proto_name, ^ 2 errors generated. """ Any ideas what is going on here? Thanks Jörg --

[Wireshark-dev] QT Hexpane initially grey

2015-05-29 Thread Joerg Mayer
rting this type of problems :-) -- Joerg Mayer We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology. __

Re: [Wireshark-dev] RfD: How to handle libnghttp2 [Was: libnghttp2 checkin broken]

2015-05-03 Thread Joerg Mayer
de. On OS X and Windows we do provide setup scripts for that kind of stuff already - and that way we do not need to care about maintaining the code in tree. Ciao Jörg -- Joerg Mayer We are stuck with technology when what we really want is just st

[Wireshark-dev] RfD: How to handle libnghttp2 [Was: libnghttp2 checkin broken]

2015-05-02 Thread Joerg Mayer
er external libs: Just check for its availability and use it if present? Ciao Jörg -- Joerg Mayer We are stuck with technology when what we really want is just stuff that works. Some

Re: [Wireshark-dev] Latest libnghttp2 checkin broken

2015-05-01 Thread Joerg Mayer
Hello Alexis, On Fri, May 01, 2015 at 03:23:37PM +0200, Alexis La Goutte wrote: > On Fri, May 1, 2015 at 2:17 PM, Joerg Mayer wrote: > > > On Fri, May 01, 2015 at 10:42:01AM +0200, Alexis La Goutte wrote: > > > On Fri, May 1, 2015 at 1:46 AM, Joerg Mayer wrote: > > &

Re: [Wireshark-dev] Latest libnghttp2 checkin broken

2015-05-01 Thread Joerg Mayer
On Fri, May 01, 2015 at 10:42:01AM +0200, Alexis La Goutte wrote: > On Fri, May 1, 2015 at 1:46 AM, Joerg Mayer wrote: > > > The latest checkin to libnghttp2 should not have happend: > > a) it breaks compilation on my system > > /home/jmayer/work/wireshark/git/epan/

Re: [Wireshark-dev] Use Transifex for manage Translations

2015-05-01 Thread Joerg Mayer
shark/team/36457/ When I call that page, I only get: Page not found Also: While unfortunate, then you (or whoever does the import) would probably need to update the stuff manually - I regard this (no proper attibution) as a showstopper for using transifex. Ciao Jörg -- Joerg Mayer

Re: [Wireshark-dev] Make CMake reuse Makefile.common?

2015-05-01 Thread Joerg Mayer
uot;proper" cmake way, but I was too worn out to really care. That is very likely to change once I'm back from my holiday (two weeks, starting this Sunday ;) Ciao Jörg -- Joerg Mayer We are stuck with technology when what we really want is j

Re: [Wireshark-dev] Use Transifex for manage Translations

2015-05-01 Thread Joerg Mayer
se. If necessary it needs to be done manually. Adding it to the git commits would be a very nice to have. Ciao Jörg -- Joerg Mayer We are stuck with technology when what we really want is just stuff that works. Some say tha

Re: [Wireshark-dev] Removing ADNS

2015-05-01 Thread Joerg Mayer
c-ares has been the preferred lib for doing this for a long time now, so I don't mind killing off adns completely. Less #ifdef stuff in the source as well :-) +1 Ciao Jörg -- Joerg Mayer We are stuck with technology when what we really want is jus

[Wireshark-dev] Latest libnghttp2 checkin broken

2015-04-30 Thread Joerg Mayer
inconvenience as most distros don't provide packages for this) or the code needs to conform to Wireshark's development environment, i.e. it requires adaption and stricter testing than what seems to be happening right now. Ciao Jörg -- Joerg Mayer

Re: [Wireshark-dev] Wireshark runtime messages we don't want to see

2015-04-30 Thread Joerg Mayer
On Thu, Apr 30, 2015 at 01:44:41PM -0700, Guy Harris wrote: > On Apr 30, 2015, at 9:58 AM, Joerg Mayer wrote: > > > jmayer@egg epan$ wireshark > > ../../asn1/c1222/packet-c1222-template.c:1427:3: runtime error: null > > pointer passed as argument 1, which is d

Re: [Wireshark-dev] Wireshark runtime messages we don't want to see

2015-04-30 Thread Joerg Mayer
On Thu, Apr 30, 2015 at 01:08:59PM -0700, Guy Harris wrote: > On Apr 30, 2015, at 1:00 PM, Roland Knall wrote: > > > On Thu, Apr 30, 2015 at 6:58 PM, Joerg Mayer wrote: > > ERROR: Cannot connect to ADB: Connection refused > > INFO: Please check that adb daemon is runni

[Wireshark-dev] Wireshark runtime messages we don't want to see

2015-04-30 Thread Joerg Mayer
jmayer@egg epan$ wireshark QMetaObject::connectSlotsByName: No matching signal for on_actionExternalMenuItem_triggered() ../../asn1/c1222/packet-c1222-template.c:1427:3: runtime error: null pointer passed as argument 1, which is declared to never be null ../../asn1/c1222/packet-c1222-template.c:1

wireshark-dev@wireshark.org

2015-04-02 Thread Joerg Mayer
On Fri, Apr 03, 2015 at 12:17:32AM +, Wireshark code review wrote: > 4e68f01 by Joerg Mayer (jma...@loplof.de): > > Fix: > packet-bitcoin.c:1735:6: error: 'hfi_msg_getheaders_version' undeclared > (first use in this function) >

[Wireshark-dev] WS runtime error

2015-03-04 Thread Joerg Mayer
ide enough information? If not, what should I do to track down the cause of this? Thanks Jörg -- Joerg Mayer We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of

Re: [Wireshark-dev] Custom cmake files

2015-01-28 Thread Joerg Mayer
om... file instead of changing the original CMakeLists.txt file. My motivation for this change was to avoid haing a modified *checked* in file in my source tree while doing dissector development. How about adding a variable in the custom file that allows additional fil

Re: [Wireshark-dev] QT with cmake

2014-10-21 Thread Joerg Mayer
properly picking up the qt5 tools (uic) but using the qt4 version instead? Or there is a leftover. The path looks like the file ui_about_dialog.h is in tree, not out of tree, but that's for you to confirm or deny. Ciao Jörg -- Joerg Mayer We are stu

Re: [Wireshark-dev] Gerrit patches with trailing whitespace

2014-08-25 Thread Joerg Mayer
the hook? How about adding a test to our build systems: If we are part of a git repo and .git/hooks/pre-commit doesn't exist then print a message at the end of the build that in case of an intended submission the file should be installed first. Ciao J

Re: [Wireshark-dev] Qt License Change

2014-08-23 Thread Joerg Mayer
es is (and will remain) the GPLv2 (but that's easy to miss in the announcement). LGPLv2.1 may go away for some components, but we don't have to care about that as we are GPLv2. Ciao Jörg -- Joerg Mayer We are stuck with technology when what w

Re: [Wireshark-dev] building a Gtk2 RPM (Was: QT_MIN_VERSION)

2014-08-13 Thread Joerg Mayer
7;ve shown, but unfortunately > the results were the same. > > I don't know, for now I'll just build --with-qt I guess. Just tried this against git head on opensuse13.1, it worked fine. jmayer@egg:~/work/wireshark/build/rpm-gtk2> ../../git/configure --with-gtk2 jmayer@egg:~

Re: [Wireshark-dev] [Wireshark-commits] master 8b2a8a9: Suppress 10 of the CMP0020 CMake warnings on Windows, only 8 left now.

2014-08-05 Thread Joerg Mayer
ow I have to do this myself ;) Ciao Jörg -- Joerg Mayer We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of t

Re: [Wireshark-dev] Wireshark Qt : Decode As

2014-08-05 Thread Joerg Mayer
_ > Sent via:Wireshark-dev mailing list > Archives:http://www.wireshark.org/lists/wireshark-dev > Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev > mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe -- Joerg Mayer

Re: [Wireshark-dev] How to support wireshark w/o having an OpenID

2014-08-05 Thread Joerg Mayer
enid provider and get Gerald to add it to the list ;-) Ciao Jörg -- Joerg Mayer We are stuck with technology when what we really want is just stuff that works. Some say that sh

Re: [Wireshark-dev] [Wireshark-commits] master 53957d8: Go back to non-verbose Makefiles.

2014-08-05 Thread Joerg Mayer
On Mon, Aug 04, 2014 at 01:53:13AM -0700, Guy Harris wrote: > On Aug 4, 2014, at 1:43 AM, Joerg Mayer wrote: > > > There is no need to change CMakeLists.txt for this kind of stuff: > > Just use "make VERBOSE=1". > > Gerald, on what machine would I need to

Re: [Wireshark-dev] [Wireshark-commits] master 3b72a7d: Add some issues that came up when comparing autotools and CMake compile flags.

2014-08-05 Thread Joerg Mayer
rk/wireshark/git/ui/gtk(master)> grep GDK_DISABLE_ * CMakeLists.txt: -DGDK_DISABLE_DEPRECATION_WARNINGS CMakeLists.txt: # -DGDK_DISABLE_DEPRECATED They should mirror those of autotools. If not then yes, that should be fixed. ciao Jörg -- Joerg Mayer We are stuck with

Re: [Wireshark-dev] Can we now assume IPv6 support on all target OSes?

2014-08-05 Thread Joerg Mayer
I don't yet count the fact that I haven't seen any cmake complaints about this. If no complaints come along we should remove the precompiler stuff on about 3-4 months. Ciao Jörg -- Joerg Mayer We are stuck with technology when what we

Re: [Wireshark-dev] [Wireshark-commits] master 53957d8: Go back to non-verbose Makefiles.

2014-08-04 Thread Joerg Mayer
__ > Sent via:Wireshark-commits mailing list > Archives:http://www.wireshark.org/lists/wireshark-commits > Unsubscribe: https://wireshark.org/mailman/options/wireshark-commits > > mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe -

Re: [Wireshark-dev] Change in wireshark[master]: Fix another (valid) complaint from the mac buildbot

2014-08-02 Thread Joerg Mayer
ireshark.org/review/settings > > Gerrit-MessageType: newchange > Gerrit-Change-Id: I89b3bfb53b9a19bbfb1cc8339d38cdc4a4652c62 > Gerrit-PatchSet: 1 > Gerrit-Project: wireshark > Gerrit-Branch: master > Gerrit-Owner: Evan Huus -- Joerg Mayer

Re: [Wireshark-dev] [Wireshark-commits] master 43a81b6: Add some information on running from the build directory.

2014-07-31 Thread Joerg Mayer
On Thu, Jul 31, 2014 at 05:11:59PM -0400, Evan Huus wrote: > This issue has been bugging me for a while, but I also haven't been able to > come up with a satisfactory solution. I hope to look into this soon ('ish) Ciao Jörg -- Joerg Mayer

Re: [Wireshark-dev] [Wireshark-commits] master 43a81b6: Add some information on running from the build directory.

2014-07-31 Thread Joerg Mayer
viewed-by: Guy Harris If I understand cmake correctly - and that's a big if - it will build the code to be run from the build environment. Make install will relink the code to run from the install environment. Ciao Jörg -- Joerg Mayer We are stuck with

Re: [Wireshark-dev] [Wireshark-announce] Wireshark 1.12.0rc3 is now available

2014-07-31 Thread Joerg Mayer
h no! Now you have uncovered my evil masterplan - and you know what happens to evil master plans once they are revealed? :-) Jörg -- Joerg Mayer We are stuck with technology when what we really want is just stuff that works. Some say that should read

[Wireshark-dev] Compile error in tap-iousers.c

2014-07-30 Thread Joerg Mayer
type ‘int’, but argument 8 has type ‘guint64’ [-Werror=format=] cc1: all warnings being treated as errors -- Joerg Mayer We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of

Re: [Wireshark-dev] [Wireshark-commits] master 31ecdf5: Refactor "common" Conversation table functionality.

2014-07-28 Thread Joerg Mayer
-GUI) conversation table functionality from gtk/Qt to > > epan. Also refactor "common GUI" conversation table functionality. > > > > The idea is to not have to modify the GUI when a dissector adds a new > > "conversation type" > > Wow, nice work! +2 --

Re: [Wireshark-dev] Change in wireshark[master]: Skip the NCP dissector when building on Windows without Python

2014-07-25 Thread Joerg Mayer
*relevant* things ngs are gerrit only these days. -- Joerg Mayer We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology

Re: [Wireshark-dev] Oldest version of VS supported?

2014-07-24 Thread Joerg Mayer
On Thu, Jul 24, 2014 at 07:51:37PM +0200, Pascal Quantin wrote: > Le 24/07/2014 19:39, Joerg Mayer a écrit : [...] > > Hmm, OK. So we need an updated developer's guide setup section. I will try > > to update my Windows vom 2010 to 2013 and see how it goes - just have to

Re: [Wireshark-dev] Oldest version of VS supported?

2014-07-24 Thread Joerg Mayer
On Thu, Jul 24, 2014 at 06:20:48PM +0100, Graham Bloice wrote: > On 24 July 2014 18:08, Joerg Mayer wrote: > > > IIRC there was some discussion which versions of VS should still be > > supported, > > but I failed to find it in the archives. So, was there some consen

[Wireshark-dev] Oldest version of VS supported?

2014-07-24 Thread Joerg Mayer
IIRC there was some discussion which versions of VS should still be supported, but I failed to find it in the archives. So, was there some consensus which is the oldest version we are going to support with master? Thanks Jörg -- Joerg Mayer We are

Re: [Wireshark-dev] Difference between Autofoo and CMake build ?

2014-07-24 Thread Joerg Mayer
> > Thoughts ? Not on first sight. Maybe you can do a comparison on your system where all the other tools are identical? Ciao Jörg -- Joerg Mayer We are stuck with t

Re: [Wireshark-dev] Problem with qtshark command line

2014-07-21 Thread Joerg Mayer
On Mon, Jul 21, 2014 at 11:07:57AM +0200, Alexis La Goutte wrote: > The help is wrong... (Copy/paste from gtk) > -i and -k option is not yet supported by qtshark OK, that explains it :-) Thanks! Jörg -- Joerg Mayer We are stuck with technolog

[Wireshark-dev] Problem with qtshark command line

2014-07-20 Thread Joerg Mayer
witch to next file after NUM KB [...] I someone willing to take a look at this? Thanks Jörg -- Joerg Mayer We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of te

[Wireshark-dev] WSUG -> Asciidoc: Fixed docbook/CMakeLists.txt

2014-07-20 Thread Joerg Mayer
Hello Gerald, as I'm too dumb to attach a corrected version of the docbook/CMakeLists.txt to https://code.wireshark.org/review/#/c/3139/ I'm sending it via the list Ciao Jörg -- Joerg Mayer We are stuck with technology when what we r

Re: [Wireshark-dev] Fwd: Re: Storing Generated Code in Git [Was: master 9079e3a: Cheat and try to fix the generated file manually.]

2014-06-23 Thread Joerg Mayer
, so I > don't know how fast and/or cross-platform it is. See epan/dissectors/pidl/README on how to do that in tree (in theory). Ciao Jörg -- Joerg Mayer We are stuck with technology when what

Re: [Wireshark-dev] Stateless Dissection

2014-06-22 Thread Joerg Mayer
king about is something like keeping state but only for the last 1000 (insert your favourite number here) packets and only *then* throwing it away. Or is this unrealistic? Ciao Jörg -- Joerg Mayer We are stuck with technology when what we really want is

[Wireshark-dev] Should checkapi check for "bad" includes?

2014-06-21 Thread Joerg Mayer
this list? Thanks Jörg -- Joerg Mayer We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology. ___

  1   2   3   4   5   6   7   8   9   10   >