[Wireshark-dev] MacOS Intel builds failing

2024-04-13 Thread Anders Broman
Hi, The builds has been failing for a while: https://gitlab.com/wireshark/wireshark/-/pipelines/1251569220 Found @rpath/libbcg729.0.dylib in /usr/local/lib Found @rpath/libsnappy.1.dylib in /usr/local/lib Found @rpath/libssh.4.dylib in /usr/local/lib ERROR: Cannot resolve rpath

Re: [Wireshark-dev] Advice on how to integra IEC-61850 protocol mapping onto the existing MMS dissector

2024-04-03 Thread Anders Broman
merging as well. > > Thanks again > > Best regards, > > Robin > > On Tue, Apr 2, 2024 at 11:28 PM Anders Broman > wrote: > >> Hi, >> I took a stab at integrating some of it into the MMS dissector >> https://gitlab.com/wireshark/wireshark/-/merge_req

Re: [Wireshark-dev] Advice on how to integra IEC-61850 protocol mapping onto the existing MMS dissector

2024-04-02 Thread Anders Broman
Hi, I took a stab at integrating some of it into the MMS dissector https://gitlab.com/wireshark/wireshark/-/merge_requests/15113. As far as I understand it,this will only decode "proper IEC 61850" fields. Best regards Anders Den sön 24 mars 2024 kl 19:41 skrev R Massink : > Hello, > > I've

[Wireshark-dev] Running test_tls13_rfc8446 manually

2024-03-11 Thread Anders Broman
Hi, I'm trying to figure out why the pipline for https://gitlab.com/wireshark/wireshark/-/merge_requests/14615 fails but can't get the syntax right: C:\development\build\run\RelWithDebInfo\tshark.exe -r C:\development\wireshark\test\captures\tls13-rfc8446.pcap

Re: [Wireshark-dev] Future of Wireshark's Debian packaging scripts in the main repository

2023-12-21 Thread Anders Broman
Den tors 21 dec. 2023 12:03João Valverde skrev: > > On 20/12/23 23:20, Anders Broman wrote: > > Hi, > > To me it is a useful feature to be able to easily build .deb packages > > and make repos to easily update and maintain wireshark across servers. > > This is a

Re: [Wireshark-dev] Future of Wireshark's Debian packaging scripts in the main repository

2023-12-20 Thread Anders Broman
Hi, To me it is a useful feature to be able to easily build .deb packages and make repos to easily update and maintain wireshark across servers. This is a feature I vote for us to keep regardless of any opinion on how Debian build their packages. Maybe a Debian mailing list is a better place to

Re: [Wireshark-dev] Changes to the plugin registration API

2023-12-04 Thread Anders Broman
Not answering the statement "Not the right thing to do" Den mån 4 dec. 2023 17:44João Valverde skrev: > > > On 04/12/23 16:30, Anders Broman wrote: > > > https://www.google.com/search?q=company+internal+use+of+gpl+code=company+i

Re: [Wireshark-dev] Changes to the plugin registration API

2023-12-04 Thread Anders Broman
n only > happens if you distribute your plugin using an incompatible license. > > > Martin > > > > > > > > On Mon, Dec 4, 2023 at 2:54 PM João Valverde wrote: > > > > > > > > On 04/12/23 14:52, João Valverde wrote: > > >

Re: [Wireshark-dev] Changes to the plugin registration API

2023-12-04 Thread Anders Broman
what's going on in your network. Surely it applies to companies too. Why should we play lawyers? Sue the ones breaking the license. Best regards Anders Den mån 4 dec. 2023 17:11Jeff Morriss skrev: > > On Mon, Dec 4, 2023 at 9:53 AM João Valverde wrote: > >> >> On 04/12/23

Re: [Wireshark-dev] Changes to the plugin registration API

2023-12-04 Thread Anders Broman
just fork and build internally. Best regards A ders Den mån 4 dec. 2023 15:22João Valverde skrev: > > > On 04/12/23 13:42, Anders Broman wrote: > > Hi, > > Maybe you are missing the point that someone may wish to develop an in > > house plug-in not meant for d

Re: [Wireshark-dev] Changes to the plugin registration API

2023-12-04 Thread Anders Broman
Hi, Maybe you are missing the point that someone may wish to develop an in house plug-in not meant for distribution which in my understanding is permissible under GPL. As I understand it that is no longer possible? To me that's an unnecessary restriction which we do not need to put on our users

Re: [Wireshark-dev] Changes to the plugin registration API

2023-12-03 Thread Anders Broman
Hi, Does this mean that we are no longer allowing private closed source plug-ins not distributed outside of companies? If so isn't that a rather big change of policy? Best regards Anders Den mån 4 dec. 2023 00:26João Valverde skrev: > Hi, > > There are some changes in progress to the plugin

Re: [Wireshark-dev] Future of Wireshark's Debian packaging scripts in the main repository

2023-11-22 Thread Anders Broman
ly use it? > > There are loads of lintian warnings waiting to be fixed, or there were > until recently. Maybe you'd like to start there, and be more active staying > on top of the all-important symbol lists. Just a thought. > > On 21/11/23 15:00, Anders Broman wrote: > > Hi, > I

Re: [Wireshark-dev] Future of Wireshark's Debian packaging scripts in the main repository

2023-11-21 Thread Anders Broman
Hi, I found it useful to be able to do Debian packages easily to provide internal installation packages and even ppa for Ubuntu. So I have been using the Debian build system. Best regards Anders Den tis 21 nov. 2023 15:48Roland Knall skrev: > As mentioned on the ticket - just putting it here as

[Wireshark-dev] Enable all protocols -> restore default.

2023-11-16 Thread Anders Broman
Hi, I just found "Spirent Test Center Signature" at the end of a packet pointing to bytes near the end of the packet. Debugging I found that it is a post dissector defaulted to "disabled" I had not enabled it so here's what I think has happened. Recently I was disabling some protocols testing a

[Wireshark-dev] HTTP3 for Windows

2023-08-25 Thread Anders Broman
Hi, I'm trying to compile the HTTP3 dissector from https://gitlab.com/wireshark/wireshark/-/merge_requests/9330 but it will require the NGHTTP3 package from https://vcpkg.io/en/packages could someone add it to the packages repo please? While at it it might be good to update the NGHTTP2 package to

Re: [Wireshark-dev] View file internals?

2023-08-10 Thread Anders Broman
Yes, thanks. Anders Den tors 10 aug. 2023 15:41Maynard, Chris via Wireshark-dev < wireshark-dev@wireshark.org> skrev: > I think you’re looking for View -> Reload as File Format/Capture > (Ctrl+Shift+F). > > - Chris > > > > *From:* Wireshark-dev *On Behalf Of &g

[Wireshark-dev] View file internals?

2023-08-10 Thread Anders Broman
Hi, How do you open a file to view the internals? I have forgotten how... Best regards Anders ___ Sent via:Wireshark-dev mailing list Archives:https://www.wireshark.org/lists/wireshark-dev Unsubscribe:

[Wireshark-dev] Pending LUA MRs

2023-01-03 Thread Anders Broman via Wireshark-dev
Hi, Can some one familiar with LUA please look at the LUA MRs I have tried to put labels on LUA related MRs. Non core developers can assist by leaving comments. Best regards Anders ___ Sent via:Wireshark-dev mailing list

[Wireshark-dev] LUA MRs

2023-01-03 Thread Anders Broman
Hi, Can someone familiar with LUA please look at the LUA MRs I have tried to put labels on LUA related MRs. Non core developers can assist by leaving comments. Best regards Anders ___ Sent via:Wireshark-dev mailing list

Re: [Wireshark-dev] format_text_wsp() not working?

2022-11-15 Thread Anders Broman
%s", > format_text_wsp(pinfo->pool, rawstr, realsize - offset)); > > The first call to tvb_format_text() already replaced "\n" with "\\n". > The second call to format_text_wsp() never sees a newline and does nothing. > > On 11/15/22 08:41, Anders Broma

[Wireshark-dev] format_text_wsp() not working?

2022-11-15 Thread Anders Broman
Hi, I encountered strange problem with https://gitlab.com/wireshark/wireshark/-/merge_requests/8848 packet 2 of the included trace causes a call to col_add_fstr(pinfo->cinfo, COL_INFO, "Reply: %s", format_text_wsp(pinfo->pool, rawstr, realsize - offset)); But it seems like the /n is not replaced

[Wireshark-dev] Strange font size on Windows.

2022-11-07 Thread Anders Broman
Hi, Not sure if it is related but after using Wireshark on the laptops display I get a strange large font in the panes when back on my two high resolution monitors. If I look in the preferences is says font Consolas 22. if I try to change that it rescans the whole packet list - super annoying as I

[Wireshark-dev] Compile fails with Qt 6.4.0 on windows

2022-10-11 Thread Anders Broman
Hi, Setting up on a new PC I just grabbed the latest Qt version and compilation fails on: (ClCompile target) -> C:\development\wireshark\ui\qt\widgets\detachable_tabwidget.cpp(158,56): error C2220: the following warning is treated as an error [C:\development\build\ui\qt\qtui.vcxproj]

Re: [Wireshark-dev] CARES to old for CentOS8?

2022-09-30 Thread Anders Broman
Thanks for the MR Roland. Best regards Anders Den fre 30 sep. 2022 16:41Jeff Morriss skrev: > > On Fri, Sep 30, 2022 at 5:50 AM Dario Lombardo wrote: > >> Hi Anders, >> unfortunately this is a hairy issue. Redhat's policy about security is a >> bit puzzling. They patch (as told before) old

Re: [Wireshark-dev] CARES to old for CentOS8?

2022-09-30 Thread Anders Broman
h wireshark accordingly to make it compile > with the older one... if they shipped a recent wireshark, and we know they > don't. > Ciao. > Dario. > > On Thu, Sep 29, 2022 at 10:27 PM Anders Broman > wrote: > >> Hi, >> No problem. Just so we are aware we dropp suppor

Re: [Wireshark-dev] CARES to old for CentOS8?

2022-09-29 Thread Anders Broman
CARES that they are already shipping (i.e., they'd create a >> version like 1.13.0. rather than upgrading to 1.14.x). They work >> hard to avoid changing version numbers for compatibility reasons. >> >> On Thu, Sep 29, 2022 at 6:59 AM Anders Broman >> wrote: >&g

Re: [Wireshark-dev] CARES to old for CentOS8?

2022-09-29 Thread Anders Broman
CVE that was fixed. I would vote strongly > against reducing the Version just to support an older version. > > Regards, Roland > > Am 28.09.2022 um 18:48 schrieb John Thacker : > >  > On Wed, Sep 28, 2022, 10:47 AM Anders Broman wrote: > >> Hi, >> Is there a workaround

Re: [Wireshark-dev] CARES to old for CentOS8?

2022-09-28 Thread Anders Broman
Hi, Thanks guys, I actually found an RPM for 1.14.0 https://cbs.centos.org/koji/buildinfo?buildID=36063 but I might go for 1.13 in the next build. Best regards Anders Den ons 28 sep. 2022 kl 18:48 skrev John Thacker : > On Wed, Sep 28, 2022, 10:47 AM Anders Broman wrote: >

[Wireshark-dev] CARES to old for CentOS8?

2022-09-28 Thread Anders Broman
Hi, Is there a workaround for CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find CARES: Found unsuitable version "1.13.0", but required is at least "1.14.0" (found /usr/lib64/libcares.so)? I would like to build for CentOS8... Best regards

Re: [Wireshark-dev] Create tshark rpm

2022-08-19 Thread Anders Broman
1.27 Best regards Anders Den fre 19 aug. 2022 kl 17:49 skrev chuck c : > Similar error message: > https://gitlab.com/wireshark/wireshark/-/issues/17354 > > Changes to rhel7 cmake requirements: > > https://gitlab.com/wireshark/wireshark/-/commit/0676ddfb4f37af4c805c0e5c2112e131669

Re: [Wireshark-dev] Create tshark rpm

2022-08-19 Thread Anders Broman
how-to-force-the-system-to-use-cmake3 Regards Anders Den fre 19 aug. 2022 kl 17:07 skrev chuck c : > https://www.wireshark.org/docs/wsdg_html/#ChSrcRpm > > Should the target be wireshark_rpm? > > On Fri, Aug 19, 2022 at 9:23 AM Anders Broman > wrote: > >> Hi, >&

[Wireshark-dev] Create tshark rpm

2022-08-19 Thread Anders Broman
Hi, I'm trying to build a tshark RPM on Centos7 after manually building some required packages l(ibcryp c-ares) the build works cmake3 -G "Unix Makefiles" ../source -DBUILD_wireshark=OFF make (successful) make rpm-package make: *** No rule to make target `rpm-package'. Stop. Shouldn't it be

Re: [Wireshark-dev] MSVC gives warnings "qt_ui_utils.cpp(208, 25): warning C4996: 'QProcess::startDetached'"

2022-02-11 Thread Anders Broman via Wireshark-dev
Hi, Latest released one C:\Qt\5.15.2 Regards Anders From: Roland Knall Sent: den 11 februari 2022 11:12 To: Developer support list for Wireshark Cc: Anders Broman Subject: Re: [Wireshark-dev] MSVC gives warnings "qt_ui_utils.cpp(208, 25): warning C4996: 'QProcess::startDet

[Wireshark-dev] MSVC gives warnings "qt_ui_utils.cpp(208, 25): warning C4996: 'QProcess::startDetached'"

2022-02-11 Thread Anders Broman via Wireshark-dev
Hi, Just built and got the following warning: ..\ui\qt\utils\qt_ui_utils.cpp(208,25): warning C4996: 'QProcess::startDetached': Use QProcess::startDetached(const QString , const QStringList ) instead [C:\Development\wsbuild64\ui\qt\qtui.vcxproj]

Re: [Wireshark-dev] Visual Studio 2022

2022-01-14 Thread Anders Broman
Hi, Yes sounds like a good idea. Have been contemplating testing it too. Regards Den fre 14 jan. 2022 21:50Gerald Combs skrev: > Would it make sense to migrate the master GitLab builds to Visual Studio > 2022? I was able to build Wireshark with it on my Windows development VM > and didn't run

Re: [Wireshark-dev] Including sharkd in the installation downloads

2022-01-06 Thread Anders Broman via Wireshark-dev
Hi, I guess it is just a matter of doing a section for sharkd in the Wireshark.nsi file similar to tshark? : !insertmacro MUI_DESCRIPTION_TEXT ${SecTShark} "Text based network protocol analyzer." : Section "TShark" SecTShark ;--- SetOutPath

[Wireshark-dev] Failed build on SLED 15

2021-12-30 Thread Anders Broman via Wireshark-dev
Hi, We get glib-compat.h:31:7: note: include '' or provide a declaration of 'memcpy' when building on SLED 15. Regards Anders smime.p7s Description: S/MIME cryptographic signature ___ Sent via:Wireshark-dev

Re: [Wireshark-dev] TCP reassembly fails when ethernet tunnled over TCP

2021-11-15 Thread Anders Broman
ining the same protocol > in the outer layers as well inside the tunnel. The endpoints API is > supposed to help, but the TCP dissector doesn't use it, and it would still > have to be changed for multiple protocols of the same type, see Michael > Mann's comment on #2345. > &

[Wireshark-dev] TCP reassembly fails when ethernet tunnled over TCP

2021-11-12 Thread Anders Broman via Wireshark-dev
Hi, We have a proprietary protocol sending usually small frames mixed with larger tunneled ethernet frames over TCP. If we then have a TCP segment where the ethernet frame Spans 2 segments reassembly fails presumably because pinfo does not have the IP address of the TCP segment. I think we would

Re: [Wireshark-dev] I have added another file to wireshark but keep getting unresolved references

2021-10-24 Thread Anders Broman via Wireshark-dev
Hi, Did you try to delete the build dir and re-run CMake? Regards Anders -Original Message- From: Wireshark-dev On Behalf Of Richard Sharpe Sent: den 24 oktober 2021 15:17 To: Developer support list for Wireshark Subject: [Wireshark-dev] I have added another file to wireshark but keep

Re: [Wireshark-dev] Debianbuild fails on Ubuntu 18.04

2021-10-21 Thread Anders Broman via Wireshark-dev
Hi, Thanks a lot Balint! I will try it out as soon as I can. Regards Anders -Original Message- From: Bálint Réczey Sent: den 21 oktober 2021 10:48 To: Developer support list for Wireshark Cc: Anders Broman Subject: Re: [Wireshark-dev] Debianbuild fails on Ubuntu 18.04 Hi Anders

[Wireshark-dev] Debianbuild fails on Ubuntu 18.04

2021-10-20 Thread Anders Broman via Wireshark-dev
Hi, I can no longer create a debian package on Ubuntu 18.04... Best regards Anders # check all necessary headers are included cc -c debian/headers-check.c -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2

[Wireshark-dev] Warning message when starting wireshark "color_filters.c:658 -- read_filters_file(): Could not compile "Checksum Errors" in colorfilters "

2021-10-08 Thread Anders Broman via Wireshark-dev
Hi, Top of trunk I get ** (wireshark:13228) 12:52:43.789284 [Epan WARNING] C:\Development\wireshark\epan\color_filters.c:658 -- read_filters_file(): Could not compile "Checksum Errors" in colorfilters file "C:\Development\wsbuild-gpl\run\RelWithDebInfo\colorfilters". "Bad" cannot be converted

[Wireshark-dev] New Warnings on Windows builds? Related to defilter changes?

2021-10-05 Thread Anders Broman via Wireshark-dev
Hi, Recently these warnings started to show up C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\stdint.h(49,1): warning C4005: 'INT8_MIN': macro redefinition [C:\Development\wsbuild-gpl\epan\dfilter\dfilter.vcxproj] C:\Program

[Wireshark-dev] Compilation on Windows taking a very long time?

2021-10-04 Thread Anders Broman via Wireshark-dev
Hi, Is it just me or is compilation time on Windows much longer now? Regards Anders smime.p7s Description: S/MIME cryptographic signature ___ Sent via:Wireshark-dev mailing list Archives:

Re: [Wireshark-dev] Edit resolved name stopped working?

2021-09-10 Thread Anders Broman
Hi, I think it was exported pdu with ips as tags. That would explain it I suppose. Will check Monday. Regards Anderd Den fre 10 sep. 2021 13:24Anders Broman via Wireshark-dev < wireshark-dev@wireshark.org> skrev: > Hi, > > Has ”Edit resolved name” stopped working or what needs to be set in order

[Wireshark-dev] Edit resolved name stopped working?

2021-09-10 Thread Anders Broman via Wireshark-dev
Hi, Has "Edit resolved name" stopped working or what needs to be set in order for it to work? In a trace with no resolved IPs the menu "Edit resolved names" is greyed out. Regards Anders smime.p7s Description: S/MIME cryptographic signature

[Wireshark-dev] Wireshark does not build on Ubunty 18.04 with LZ4 (to old version?)

2021-09-07 Thread Anders Broman via Wireshark-dev
Hi, Build fails complaining on wiretap/file_wrappers.c:199:5 error: unknown type name 'LZ4F_dctx' As far as I understand in the older package it uses LZ4F_dctx_s Should we require a higher version of the LZ4 library? Do we need something like this:

Re: [Wireshark-dev] ASN.1-based dissector decoding by port number vs switch/case using 1st octet

2021-06-22 Thread Anders Broman via Wireshark-dev
Hi, I think you should go for 2. Wouldn’t this type of construct from the goose protocol work? GSEMngtRequests ::= CHOICE { getGoReference[1] IMPLICIT GetReferenceRequestPdu, getGOOSEElementNumber [2]

Re: [Wireshark-dev] ASN1: How to display an octet-string as UTF16 LE

2021-06-16 Thread Anders Broman via Wireshark-dev
-Original Message- From: Wireshark-dev On Behalf Of Isaac Boukris Sent: den 16 juni 2021 12:52 To: wireshark-dev@wireshark.org Subject: [Wireshark-dev] ASN1: How to display an octet-string as UTF16 LE Hello, I'd like to add the following asn1 struct to the credssp dissector

Re: [Wireshark-dev] Calling a dissector: Type for data parameter

2021-05-29 Thread Anders Broman
12:12 AM, Anders Broman wrote: > > > Shouldn't the caller be calling with the right data type or NULL? So a > bug in the MQTT disector? > > How can the MQTT dissector determine what the right data type *is* - > especially given that the dissectors aren't wired in, there's a UA

Re: [Wireshark-dev] Calling a dissector: Type for data parameter

2021-05-29 Thread Anders Broman
Hi, Shouldn't the caller be calling with the right data type or NULL? So a bug in the MQTT disector? Regards Anders Den lör 29 maj 2021 09:07Uli Heilmeier skrev: > With MR 2706 [1] the MQTT dissector calls now subdissectors with > call_dissector_with_data() [2]. Previously this was

[Wireshark-dev] MR 2984 stuck?

2021-05-24 Thread Anders Broman via Wireshark-dev
Hi, Could someone have a look at https://gitlab.com/wireshark/wireshark/-/merge_requests/2984 It seems like the pipelines are stuck? Regards Anders smime.p7s Description: S/MIME cryptographic signature ___ Sent via:

[Wireshark-dev] MR that commes up as "OK to Merge" fails pipline

2021-04-21 Thread Anders Broman via Wireshark-dev
Hi, This MR https://gitlab.com/wireshark/wireshark/-/merge_requests/2178 passed check but failed merge at the firsts attempt - the author then amended It passed check and came up with a green merge button. It then fails pipeline.

Re: [Wireshark-dev] still unclear how to build a new ASN.1-based dissector

2021-04-19 Thread Anders Broman via Wireshark-dev
Hi, Perhaps a misconception here, the generated files are part of the source tree currently so when you change any of the files in the ../asn1/foo directory you need to run make foo and check in the generated .c and optionally .h file. So on the very first round add the directory and files

Re: [Wireshark-dev] How to build the simple ASN.1 UDP-based dissector example (foo)

2021-04-13 Thread Anders Broman via Wireshark-dev
lter? It's not there. On Tue, Apr 13, 2021 at 8:10 AM Anders Broman via Wireshark-dev mailto:wireshark-dev@wireshark.org> > wrote: Hi, So you are saying that if you create foo dir like epan/dissectors/asn1/foo/ Rename and update the custom cmake file to set(CUSTOM_ASN1_SRC_DIR

Re: [Wireshark-dev] How to build the simple ASN.1 UDP-based dissector example (foo)

2021-04-13 Thread Anders Broman via Wireshark-dev
Hi, So you are saying that if you create foo dir like epan/dissectors/asn1/foo/ Rename and update the custom cmake file to set(CUSTOM_ASN1_SRC_DIR foo ) And place your source file and cmake.txt in the foo dir then rerun the cmake process Nothing happens? Try to

Re: [Wireshark-dev] How to build the simple ASN.1 UDP-based dissector example (foo)

2021-04-13 Thread Anders Broman via Wireshark-dev
Hi, On what OS are you doing this? Regards Anders From: Wireshark-dev On Behalf Of Vincent Randal Sent: den 13 april 2021 14:32 To: Developer support list for Wireshark Subject: [Wireshark-dev] How to build the simple ASN.1 UDP-based dissector example (foo) Hello everyone, I

Re: [Wireshark-dev] general inquiry on building dissectors for wireshark-3.4.4

2021-04-08 Thread Anders Broman via Wireshark-dev
Hi, If the protocol is truly described by asn1 documents there are plenty of examples in epan/dissectors/asn1/ Basically you need the asn1 description a template and a .cnf file. Are you building on Windows or Linux? I’m not familiar with building the asn1 based dissectors on Linux. Are you

[Wireshark-dev] Pipeline stuck?

2021-02-05 Thread Anders Broman via Wireshark-dev
Hi, In https://gitlab.com/wireshark/wireshark/-/merge_requests/1934 The pipeline seems stuck, how to reset? Regards Anders smime.p7s Description: S/MIME cryptographic signature

Re: [Wireshark-dev] Dissector functions and variables that could be static

2021-01-27 Thread Anders Broman via Wireshark-dev
Hi, Did some googling out of curiosity and found https://jelmer.uk/klaus/wireshark/blob/e738b556d72d4db5d7df85969c15117dedd0d063/epan/dissectors/packet-xml.c Search for “xml_get_attrib" So it seems it was part of packet-xml.c at some point so perhaps safe to remove… /Anders From:

[Wireshark-dev] Problem with ENC_BCD_DIGITS_0_9 odd/even

2020-12-09 Thread Anders Broman via Wireshark-dev
Hi, There is a problem with the BCD encoded numbers as they may be padded and unfortunately with Zero. "Encoding scheme: BCD. Note: Filler H'0 (last digit) is used in case of the odd number of digits." In order to present this properly It would be good to be able to pass an odd/even

Re: [Wireshark-dev] Recent console warning from Qt?

2020-12-08 Thread Anders Broman via Wireshark-dev
dev On Behalf Of > Anders Broman via Wireshark-dev > Sent: Tuesday, December 8, 2020 3:55 AM > To: wireshark-dev@wireshark.org > Cc: Anders Broman > Subject: [Wireshark-dev] Recent console warning from Qt? > > Hi, > Has anyone else seen this Main Warn QWinTaskba

[Wireshark-dev] Recent console warning from Qt?

2020-12-08 Thread Anders Broman via Wireshark-dev
Hi, Has anyone else seen this Main Warn QWinTaskbarButton: qIID_ITaskbarList4 was not initialized: 0x, ? Regards Anders smime.p7s Description: S/MIME cryptographic signature ___ Sent via:Wireshark-dev mailing

[Wireshark-dev] Long time to merge?

2020-12-02 Thread Anders Broman via Wireshark-dev
Hi, What is the most efficient way to merge MRs with git-lab? Approve one request and wait until it's merged or stage a couple? I set up a bunch this morning and it is still not complete I think. What buttons to press in what order? When to assign to git-lab utility? Regards Anders

[Wireshark-dev] Qt warning on Windows build.

2020-11-19 Thread Anders Broman via Wireshark-dev
Hi, Currently there is one Warnimg produced for the Windows build C:\Development\ewireshark\trunk\ui\qt\widgets\byte_view_text.cpp(187,38): warning C4996: 'QFont::ForceIntegerMetrics': was declared deprecated [C:\Development\wsbuild64\ui\qt\qtui.vcxproj] Regards Anders smime.p7s

Re: [Wireshark-dev] Handling malformed packet exceptions from within ASN.1 dissectors

2020-11-02 Thread Anders Broman via Wireshark-dev
Hi, I think a TRY CATCH block is the thing to use. Grep for CTACH and I think you will find a bunch of examples. Regards Anders -Original Message- From: Wireshark-dev On Behalf Of Richard Sharpe Sent: den 3 november 2020 00:26 To: Developer support list for Wireshark Subject:

Re: [Wireshark-dev] Create dissctor groups to easily dissable unneded protocols.

2020-10-22 Thread Anders Broman via Wireshark-dev
n creating a list. /Anders On Wed, Oct 21, 2020 at 9:34 AM Anders Broman via Wireshark-dev mailto:wireshark-dev@wireshark.org> > wrote: Hi, In the developers den we discussed the possibility of disabling unneeded protocols and I brought up the idea of protocol groups. If there is interest i

[Wireshark-dev] Create dissctor groups to easily dissable unneded protocols.

2020-10-21 Thread Anders Broman via Wireshark-dev
Hi, In the developers den we discussed the possibility of disabling unneeded protocols and I brought up the idea of protocol groups. If there is interest in this feature I would need help with the GUI part - volunteers? As a PoC I was thinking of something along these lines. Turn all protocols

Re: [Wireshark-dev] nas_eps value type change request

2020-10-05 Thread Anders Broman via Wireshark-dev
files? Regards Anders From: Dudi D Sent: den 5 oktober 2020 08:10 To: Anders Broman Subject: nas_eps value type change request Hi Andres, Sorry for this direct request, My name is Dudi and I’m a Packet Core Engineer. I’m using WS a lot, i’m trying to create a MATE file

Re: [Wireshark-dev] Reassembling IPP info through USB

2020-07-09 Thread Anders Broman via Wireshark-dev
-Original Message- From: Wireshark-dev On Behalf Of Guy Harris Sent: den 9 juli 2020 04:00 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Reassembling IPP info through USB On Jul 8, 2020, at 6:06 PM, Jamie Hare wrote: > I am attempting to create a dissector

[Wireshark-dev] Build boot stuck?

2020-07-07 Thread Anders Broman via Wireshark-dev
Hi, The latest build seems to take a long time. /Anders smime.p7s Description: S/MIME cryptographic signature ___ Sent via:Wireshark-dev mailing list Archives:https://www.wireshark.org/lists/wireshark-dev

[Wireshark-dev] Intermittent Builder Windows Petri Dish x64 failed (failed ctest) failures seriously annoying.

2020-07-02 Thread Anders Broman via Wireshark-dev
Hi, We have intermittent false petri dish failures. Can someone with insight into the tests have a look? Best regards Anders Example Builder Windows Petri Dish x64 failed (failed ctest) -

[Wireshark-dev] Include LUA dissectors in installers?

2020-06-10 Thread Anders Broman via Wireshark-dev
Hi, Does anyone have modified CMakefiles to include LUA dissectors in nsis and RPMs? Regards Anders smime.p7s Description: S/MIME cryptographic signature ___ Sent via:Wireshark-dev mailing list Archives:

Re: [Wireshark-dev] Dissecting http2 traffic

2020-05-15 Thread Anders Broman via Wireshark-dev
Anders Skickat från Outlook Mobile<https://aka.ms/blhgte> From: Peter Wu Sent: Friday, May 15, 2020 10:40:03 PM To: Developer support list for Wireshark Cc: Anders Broman Subject: Re: [Wireshark-dev] Dissecting http2 traffic On Fri, May 15, 2020 at 06:5

[Wireshark-dev] Dissecting http2 traffic

2020-05-15 Thread Anders Broman via Wireshark-dev
Hi, I think there is a demand to dissect http2 traffic where all packets in a session is not captured. This is currently not possible. As the http2 protocol creates dynamic data for compression/decompression and if the packet adding a new index to the index table is not Present then that header

Re: [Wireshark-dev] HTTP2 headers not dissected

2020-04-16 Thread Anders Broman via Wireshark-dev
Him Opened https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16496 /Anders -Original Message- From: Peter Wu Sent: den 16 april 2020 00:36 To: Developer support list for Wireshark Cc: Anders Broman Subject: Re: [Wireshark-dev] HTTP2 headers not dissected Hi Anders, On Wed, Apr 15

[Wireshark-dev] HTTP2 headers not dissected

2020-04-15 Thread Anders Broman via Wireshark-dev
Hi, It seems like at least in some cases when there is multiple HTTP2 streams the header fields are not decoded but if Packets belonging to that stream is put in a separate trace file decoding works. Best regards Anders smime.p7s Description: S/MIME cryptographic signature

[Wireshark-dev] HTTP2 decryption test fails

2020-04-15 Thread Anders Broman via Wireshark-dev
Hi, https://code.wireshark.org/review/#/c/36851/ seems to make the test fail. Not sure what the problem might be. Can someone take a look? Regards Anders smime.p7s Description: S/MIME cryptographic signature ___ Sent

Re: [Wireshark-dev] Dissectors with the same abbreviation

2020-03-20 Thread Anders Broman
Den fre 20 mars 2020 16:19Pascal Quantin skrev: > Hi Tomasz, > > Le ven. 20 mars 2020 à 16:10, Tomasz Moń a écrit : > >> Hello, >> >> In Wireshark there is Precision Time Protocol (IEEE1588) dissector >> suing the abbreviation "ptp". There is also, currently without built >> in dissector,

Re: [Wireshark-dev] Build without LUA fails

2020-03-19 Thread Anders Broman via Wireshark-dev
From: Pascal Quantin Sent: den 17 mars 2020 10:13 To: Developer support list for Wireshark Cc: Anders Broman Subject: Re: [Wireshark-dev] Build without LUA fails Hi Anders, Le mar. 17 mars 2020 à 10:02, Anders Broman via Wireshark-dev mailto:wireshark-dev@wireshark.org

[Wireshark-dev] Build without LUA fails

2020-03-17 Thread Anders Broman via Wireshark-dev
Hi, Someone at work is trying to build without LUA and getting, from cmake: : - The following OPTIONAL packages have not been found: * LIBSSH (required version >= 0.6), Library for implementing SSH clients, extcap remote SSH interfaces (sshdump, ciscodump)

[Wireshark-dev] Wireshark wiki on portable aps

2020-03-16 Thread Anders Broman via Wireshark-dev
Hi, This page may need some love  Is it built with cmake? Regards Anders smime.p7s Description: S/MIME cryptographic signature ___ Sent via:Wireshark-dev mailing list Archives:

Re: [Wireshark-dev] Mixing Exported_pdu with Lua

2020-02-18 Thread Anders Broman
that qualifies me as one of the >> “lua_guys”.) >> >> >> >> *From:* Wireshark-dev *On Behalf >> Of *Anders Broman via Wireshark-dev >> *Sent:* Tuesday, February 18, 2020 11:18 AM >> *To:* Developer support list for Wireshark >> *Cc:* Anders Bro

Re: [Wireshark-dev] Mixing Exported_pdu with Lua

2020-02-18 Thread Anders Broman via Wireshark-dev
Hi, I do not do LUA code but did you do Proto.new(name, desc) and then use that name to call the dissector? @lua guys: Does that register the LUA dissector by name? or do you do it some other way? Regards Anders From:

Re: [Wireshark-dev] Unable to detect custom protocol dissector

2020-02-13 Thread Anders Broman via Wireshark-dev
Hi, I don’t write Lua code but try Dissector.get(name) Using gnw as name Regards Anders From: Wireshark-dev On Behalf Of sandip gangakhedkar Sent: den 13 februari 2020 23:11 To: Developer support list for

Re: [Wireshark-dev] Unable to detect custom protocol dissector

2020-02-13 Thread Anders Broman via Wireshark-dev
From: Wireshark-dev On Behalf Of Graham Bloice Sent: den 13 februari 2020 11:09 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Unable to detect custom protocol dissector Does your custom build of Wireshark include Lua? What does the Help | About Wireshark |

Re: [Wireshark-dev] q on catching error in sub-dissectors.

2020-01-21 Thread Anders Broman via Wireshark-dev
-Original Message- From: Wireshark-dev On Behalf Of João Valverde Sent: den 21 januari 2020 15:47 To: wireshark-dev@wireshark.org Subject: Re: [Wireshark-dev] q on catching error in sub-dissectors. On 21/01/20 14:33, Christian Hopps wrote: > So I've got a payload of packets in a

Re: [Wireshark-dev] Bypassing the first layer

2020-01-15 Thread Anders Broman via Wireshark-dev
the link, for future reference? On Wed, Jan 15, 2020 at 2:15 PM Juanjo Martin Carrascosa mailto:jua...@rti.com> > wrote: Found the presentation, this is fantastic. Thanks! On Wed, Jan 15, 2020 at 12:58 PM Anders Broman via Wireshark-dev mailto:wireshark-dev@wireshark.o

Re: [Wireshark-dev] Bypassing the first layer

2020-01-15 Thread Anders Broman via Wireshark-dev
Hi, In the frame layer there is the “Encapsulation type” the way the pcap format works this indicates how the data following should be interpreted. Linktype/encapsulation type is defined at https://www.tcpdump.org/linktypes.html so one thing you could

Re: [Wireshark-dev] Brotli decompression

2019-12-19 Thread Anders Broman via Wireshark-dev
Hi, On Windows it should be included, check About Wireshark Regards Anders -Original Message- From: Wireshark-dev On Behalf Of Jasper Bongertz Sent: den 19 december 2019 13:30 To: wireshark-dev@wireshark.org Subject: [Wireshark-dev] Brotli decompression Hello all, I found this in

Re: [Wireshark-dev] [Wireshark-bugs] [Bug 16265] Some Windows packages need updating

2019-12-09 Thread Anders Broman
Den mån 9 dec. 2019 19:42 skrev: > *Comment # 5 > on bug 16265 > from > Christopher Maynard * > > (In reply to Pascal Quantin from comment #2 >

Re: [Wireshark-dev] Accessing Mystery Case Studies under Wire Shark

2019-11-14 Thread Anders Broman via Wireshark-dev
Hi, No idea what you are talking about. /Regards Anders From: Wireshark-dev On Behalf Of St John, John Arthur Sent: den 7 november 2019 01:12 To: wireshark-dev@wireshark.org Cc: St John, John Arthur Subject: [Wireshark-dev] Accessing Mystery Case Studies under Wire Shark Good Day

[Wireshark-dev] Warnings from Qt

2019-10-29 Thread Anders Broman via Wireshark-dev
Hi, Recently I'm getting: 16:14:09.906 Main Warn DirectWrite: CreateFontFaceFromHDC() failed (Indicates an error in an input file such as a font file.) for QFontDef(Family="Fixedsys", pointsize=9.75, pixelsize=15, styleHint=5, weight=50, stretch=100, hintingPreference=0)

Re: [Wireshark-dev] Switch master and PD Windows builders to Visual Studio 2019?

2019-09-11 Thread Anders Broman via Wireshark-dev
tps://code.wireshark.org/review/c/3/ which moves the required version to 3.13. On Tue, 10 Sep 2019 at 22:22, Anders Broman mailto:a.broma...@gmail.com> > wrote: FWIW I too have been using VS 2019 for quite some time. Regards Anders Den tis 10 sep. 2019 23:18Gerald Combs m

Re: [Wireshark-dev] Switch master and PD Windows builders to Visual Studio 2019?

2019-09-10 Thread Anders Broman
FWIW I too have been using VS 2019 for quite some time. Regards Anders Den tis 10 sep. 2019 23:18Gerald Combs skrev: > Has anyone run into any issues building Wireshark with Visual Studio 2019? > It's been working fine for the past few months in my limited testing here, > and unless anyone has

Re: [Wireshark-dev] Building with VStudio 2019 not possible

2019-08-21 Thread Anders Broman
on the guide. I have been thinking of dropping the external requirement for CMake and using the one that comes with VS. I've been doing that with VS2017 for a number of months. Cheers Anders Broman mailto:anders.bro...@ericsson.com> > schrieb am Mi. 21. Aug. 2019 um 13:1

Re: [Wireshark-dev] Building with VStudio 2019 not possible

2019-08-21 Thread Anders Broman
using chocolatey and is the version 3.14.19060802-MSVC_2 That's what I am wondering, because I more or less assume that I am doing something wrong, otherwise somebody else must have run across that issue? I couldn't find anything on ask about it. regards Roland Anders Broman

Re: [Wireshark-dev] Building with VStudio 2019 not possible

2019-08-21 Thread Anders Broman
Hi, I build with VStudio 2019(professional) regularly without problems. Did you run cmake -G "Visual Studio 16 2019" -A x64 ? What version of cmake do you have? ( 3.14.1 ) Regards Anders From: Wireshark-dev On Behalf Of Roland Knall Sent: den 21 augusti 2019 10:37 To: Developer support

  1   2   3   4   5   6   7   8   9   10   >