Re: [Wireshark-dev] API to adjust view in Wireshark

2024-04-19 Thread chuck c
https://osqa-ask.wireshark.org/questions/49220/control-wireshark-gui-by-another-application/ which points to https://osqa-ask.wireshark.org/questions/47107/go-to-packet-via-an-api/ > did you have a look at the PluginIF work done by Roland Knall and that is part of the upcoming Wireshark 2.0? From

Re: [Wireshark-dev] seeking advice on how to reconcile two packet captures

2023-08-28 Thread chuck c
https://github.com/corelight/community-id-spec "When processing flow data from a variety of monitoring applications (such as Zeek and Suricata), it's often desirable to pivot quickly from one dataset to another." A Community ID implementation for Wireshark.

Re: [Wireshark-dev] Timestamp from icmp data is incorrect in Wireshark v4.0.7-0-g0ad1823cc090

2023-08-19 Thread chuck c
https://gitlab.com/wireshark/wireshark/-/issues/19283 Timestamp from icmp data is incorrect in Wireshark v4.0.7-0-g0ad1823c https://gitlab.com/wireshark/wireshark/-/merge_requests/11749 ICMP: Improve heuristic for data time On Thu, Aug 17, 2023 at 9:51 AM Stefan Kleedehn wrote: > Hello John,

Re: [Wireshark-dev] Timestamp from icmp data is incorrect in Wireshark v4.0.7-0-g0ad1823cc090

2023-08-16 Thread chuck c
That timestamp (64dad964) starts and end with a 64 byte so it passes the check in: https://gitlab.com/wireshark/wireshark/-/blob/master/epan/dissectors/packet-icmp.c#L1741 Please open an issue on the Wireshark Gitlab issues page ( https://gitlab.com/wireshark/wireshark/-/issues/) including the

Re: [Wireshark-dev] wiki.wireshark.org Sample Capture Links Broken

2023-07-01 Thread chuck c
Thank you for the analysis. I copied your notes over to the Discord server for internal discussion about infrastructure. On Thu, Jun 29, 2023 at 10:44 AM Ken Mix wrote: > Hello, > > The links for sample captures imported from MoinMoin are currently broken > at

Re: [Wireshark-dev] incorrect display of a RDM E1.37-1 FREQUENCY_MODULATION_DESCRIPTION package

2023-06-26 Thread chuck c
Issues are tracked over on Gitlab. https://gitlab.com/wireshark/wireshark/-/issues Could you move your pcap and notes to a new issue over there? On Mon, Jun 26, 2023 at 10:33 AM S. Jäkel via Wireshark-dev < wireshark-dev@wireshark.org> wrote: > Hi Wireshark team, > > an RDM packet from E1.37-1

Re: [Wireshark-dev] lua dissector: using base.UNIT_STRING on ftypes.DOUBLE ProtoField

2023-03-20 Thread chuck c
Have you tried defining the field using ProtoField.float or ProtoField.double? https://www.wireshark.org/docs/wsdg_html/#lua_class_ProtoField 11.3.7.17. ProtoField.float(abbr, [name], [valuestring], [desc]) 11.3.7.18. ProtoField.double(abbr, [name], [valuestring], [desc]) On Mon, Mar 20, 2023

Re: [Wireshark-dev] Wiki editor permission request

2023-03-18 Thread chuck c
"make a request for a example capture." You might have better luck on the Wireshark Discord server. There is an invitation link on https://ask.wireshark.org/questions/ . On Sat, Mar 18, 2023 at 10:48 AM Rich Maes wrote: > Hi I’d like to edit the Wireshark wiki. My gitlab user name richmaes. >

Re: [Wireshark-dev] Dissecting pcapng local block types

2023-02-04 Thread chuck c
file-pcapng_darwin_process_event.c I guess it's not as bad as the filenames with a "+" in the names, but would file-darwin.c be enough? On Sat, Feb 4, 2023 at 10:48 AM Martin Mathieson via Wireshark-dev < wireshark-dev@wireshark.org> wrote: > Please see

Re: [Wireshark-dev] can't compile wireshark version 4.0

2022-10-21 Thread chuck c
https://www.wireshark.org/download.html The current stable release of Wireshark is 4.0.0. https://1.na.dl.wireshark.org/src/wireshark-4.0.0.tar.xz On Fri, Oct 21, 2022 at 10:29 AM w...@comcast.net wrote: > Gerald, > > It's a development build. Where do I get the production build. > I followed

Re: [Wireshark-dev] can't compile wireshark version 4.0

2022-10-20 Thread chuck c
Can you add a link to the source bundle you downloaded. On Thu, Oct 20, 2022 at 10:22 AM w...@comcast.net wrote: > I can't compile wireshark version 4.0 on Raspberry Pi ubuntu 22.04 > > Here is the error from make. > > I've attached cmake success and make error logs.txt, CMakeError.log and >

Re: [Wireshark-dev] How do I indicate that a commit or MR fixes an issue?

2022-10-18 Thread chuck c
Should be ok if it's !8558 https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically On Tue, Oct 18, 2022 at 12:59 PM Richard Sharpe wrote: > On Tue, Oct 18, 2022 at 10:54 AM chuck c wrote: > > > > > https://wiki.wiresha

Re: [Wireshark-dev] How do I indicate that a commit or MR fixes an issue?

2022-10-18 Thread chuck c
https://wiki.wireshark.org/Development/SubmittingPatches#writing-a-good-commit-message As mentioned above, you can use "#" to reference issues. "Closes #1234" is special – it will close issue 1234 when the change is merged, while other references such as "see #4512" will simply link to the issue.

Re: [Wireshark-dev] Max size of a field seems to be 240 for a dissector

2022-10-18 Thread chuck c
Allow user to edit ITEM_LABEL_LENGTH to modify the character limit in the packet detail pane https://gitlab.com/wireshark/wireshark/-/issues/14874 On Tue, Oct 18, 2022 at 11:30 AM Richard Sharpe wrote: > Hi folks, > > How do I squeeze more than 240 chars into a string field? > > I am trying to

Re: [Wireshark-dev] DBUILD_logray=ON breaks linking

2022-09-27 Thread chuck c
t 9:04 AM Eugène Adell wrote: > Yes Chuck, I did that multiple times, and just before pushing my latest > code. > > Le mar. 27 sept. 2022 à 15:57, chuck c a écrit : > > > > Since you have been working on it for a while, have you updated your > master and rebased the MR b

Re: [Wireshark-dev] DBUILD_logray=ON breaks linking

2022-09-27 Thread chuck c
Since you have been working on it for a while, have you updated your master and rebased the MR branch? On Tue, Sep 27, 2022 at 7:06 AM Eugène Adell wrote: > Hi all, > > I've been working on MR !2445 for a while and almost finished this > work, things were going rather well until

Re: [Wireshark-dev] Wiki: Backporting A Change To A Release Branch

2022-09-26 Thread chuck c
u might need > to run `git fetch upstream release-4.0`. > > On 9/26/22 1:00 PM, chuck c wrote: > > wireshark$ git remote -v > > downstream g...@gitlab.com:chuckcraft/wireshark.git (fetch) > > downstream g...@gitlab.com:chuckcraft/wireshark.git (push) > &

Re: [Wireshark-dev] Wiki: Backporting A Change To A Release Branch

2022-09-26 Thread chuck c
anch 'release-4.0' from 'upstream'. > Switched to a new branch 'test' > > Le lun. 26 sept. 2022 à 22:00, chuck c a écrit : > >> wireshark$ git remote -v >> downstream g...@gitlab.com:chuckcraft/wireshark.git (fetch) >> downstream g...@gitlab.com:chuckcraft/wi

Re: [Wireshark-dev] Wiki: Backporting A Change To A Release Branch

2022-09-26 Thread chuck c
is making a change in release-4.0 only. > So, checkout release-4.0 first. Then create a branch from that and put > your change on there and push that. > > Regards, > Jaap > > > On 26 Sep 2022, at 00:52, chuck c wrote: > > Is this section of the Wiki still accurate?

[Wireshark-dev] Wiki: Backporting A Change To A Release Branch

2022-09-25 Thread chuck c
Is this section of the Wiki still accurate? (substituting "release-4.0" for "master-X.Y" "Create and checkout a new branch with a name related to the type of change (e.g. the bug number you're fixing or the dissector you're working on): git checkout -b my-branch-name upstream/master-X.Y where

Re: [Wireshark-dev] Is there some way in gitlab that I can be automatically informed when merge requests are created for ieee80211?

2022-08-23 Thread chuck c
:In application notifications for code changes" https://gitlab.com/gitlab-org/gitlab/-/issues/1817 https://gitlab.com/gitlab-org/gitlab/-/issues/1817#note_268635153 "With this, you can use any RSS reader (I use RSSOwl) and subscribe to it. You can even modify the path and subscribe to any file or

Re: [Wireshark-dev] Create tshark rpm

2022-08-19 Thread chuck c
.com/questions/48831131/cmake-on-linux-centos-7-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? >>

Re: [Wireshark-dev] Create tshark rpm

2022-08-19 Thread 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, > 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

Re: [Wireshark-dev] First 4 bytes in SNMP application data

2022-03-03 Thread chuck c
curity model SNMPv2p, the user-based security model SNMPv2u, and the community-based security model SNMPv2c." On Thu, Mar 3, 2022 at 11:52 AM chuck c wrote: > SNMP (https://datatracker.ietf.org/doc/html/rfc1157) uses ASN.1 BER ( > https://en.wikipedia.org/wiki/X.690#BER_encoding) to def

Re: [Wireshark-dev] First 4 bytes in SNMP application data

2022-03-03 Thread chuck c
SNMP (https://datatracker.ietf.org/doc/html/rfc1157) uses ASN.1 BER ( https://en.wikipedia.org/wiki/X.690#BER_encoding) to define the data. "These types of encodings are commonly called type–length–value (TLV) encodings" (See https://datatracker.ietf.org/doc/html/rfc1592 for a packet diagram)

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

2022-02-01 Thread chuck c
quot;TCP@localhost:57012" is not a valid socket > specification. > > I was delighted to see that tshark also reads the pcap stream nicely when > I run it like this: > tshark -i TCP@127.0.0.1:57012 > > I've also verified that I can read the PCAP stream from a remote IP

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

2022-01-31 Thread chuck c
https://wiki.wireshark.org/CaptureSetup/Pipes.md#tcp-socket "A TCP stream is treated as like data from other pipes and the same restrictions apply. On each new connection the TCP server must send the header blocks as specified by libpcap or pcapng before any packet captures. TCP@ pipes may also

[Wireshark-dev] Add make-wsluarm.pl info to WSDG ?

2022-01-25 Thread chuck c
How would one get from a typo in the WSDG: https://www.wireshark.org/docs/wsdg_html/#lua_module_Tree >s to https://gitlab.com/wireshark/wireshark/-/blob/master/epan/wslua/wslua_tree.c#L56 and know what the proper syntax is other than inferring from other comments. Can/should make-wsluarm.pl be

Re: [Wireshark-dev] wslog, windows, pytest, and heap corruption

2021-12-30 Thread chuck c
I opened an issue to upgrade but maybe not in the right place? https://gitlab.com/wireshark/wireshark-containers/-/issues/5 Update Windows servercore to newer version On Wed, Dec 29, 2021 at 7:15 PM John Thacker wrote: > I was working on a MR for moving the text2pcap/text_import debug over to

Re: [Wireshark-dev] Unable to manually create a MR

2021-12-28 Thread chuck c
I also follow the steps Uli does, merging from the branch in my fork. Maybe time to update the Wiki? https://gitlab.com/wireshark/wireshark/-/wikis/Development/SubmittingPatches#submitting-a-change "Go to https://gitlab.com/wireshark/wireshark/merge_requests. (Should this be

Re: [Wireshark-dev] Insecure.Com LLC -> Nmap Software LLC

2021-12-19 Thread chuck c
gt; Am So., 19. Dez. 2021 um 19:39 Uhr schrieb chuck c : > >> Is it ok to update the name where it appears in the docs and AUTHORS or >> is the agreement with the old entity? >> >> >> https://github.com/nmap/npcap/commit/865c3d1811a0fb6c6369e863dde23a6fff09ddf8 >>

[Wireshark-dev] Insecure.Com LLC -> Nmap Software LLC

2021-12-19 Thread chuck c
Is it ok to update the name where it appears in the docs and AUTHORS or is the agreement with the old entity? https://github.com/nmap/npcap/commit/865c3d1811a0fb6c6369e863dde23a6fff09ddf8 Npcap is a Windows packet sniffing driver and library and is copyright - (c) 2013-2021 by Insecure.Com LLC

Re: [Wireshark-dev] Windows build fails

2021-12-17 Thread chuck c
Any recommendations for upgrading the pieces for a "pet" build environment vs the CI/CD "cattle" method? https://www.wireshark.org/docs/wsdg_html/#_windows_platform_sdk "4.5.5. Windows Platform SDK The Windows Platform SDK (PSDK) or Windows SDK is a free (as in beer) download and contains

[Wireshark-dev] Windows automated builds still running?

2021-12-17 Thread chuck c
https://www.wireshark.org/download/automated/win64/ The last build available for download is: Wireshark-win64-3.7.0rc0-715-g7d88f1e2b17a.exe 2021-12-17 03:50 74M (https://gitlab.com/wireshark/wireshark/-/merge_requests/5468) Should there be a download for

[Wireshark-dev] Include release notes in run directory

2021-12-13 Thread chuck c
Is there a reason the release notes (NEWS) are not copied to the "run" directory along with AUTHORS-SHORT, COPYING and the html man pages? The Windows (NSIS) installer renames it to NEWS.txt and includes it in the Program directory.

[Wireshark-dev] Gerrit - 404 page not found

2021-11-17 Thread chuck c
https://code.wireshark.org/review/32179 https://code.wireshark.org/review/#/c/13828/ Was working yesterday. ___ Sent via:Wireshark-dev mailing list Archives:https://www.wireshark.org/lists/wireshark-dev Unsubscribe:

[Wireshark-dev] 2007 - String search (multiple occurrences) in packets

2021-11-15 Thread chuck c
Was this not implemented due to "no time/add it to the list" or because it's a large undertaking? https://www.wireshark.org/lists/wireshark-dev/200711/msg00265.html [Wireshark-dev] Wish: Mark/Find the element matching the display filter "On 19. nov.. 2007, at 23.58, Guy Harris wrote: That does

[Wireshark-dev] Lint for Qt Slots/Signals

2021-11-10 Thread chuck c
This is a pretty old forum question: https://www.qtcentre.org/threads/44762-Static-connection-analysis-tool Should the make or compiler catch missing slots? ___ Sent via:Wireshark-dev mailing list Archives:

Re: [Wireshark-dev] Non-core cherry pick

2021-10-25 Thread chuck c
John Thacker wrote: > On Sun, Oct 24, 2021 at 9:59 PM chuck c wrote: > >> >> https://gitlab.com/wireshark/wireshark/-/commit/51e1381b235b3fad563f5ec7467ea4e001f2605b >> >> When I select cherry-pick to release-3.6, I get the message "You can only >> crea

[Wireshark-dev] Non-core cherry pick

2021-10-24 Thread chuck c
https://gitlab.com/wireshark/wireshark/-/commit/51e1381b235b3fad563f5ec7467ea4e001f2605b When I select cherry-pick to release-3.6, I get the message "You can only create or edit files when you are on a branch". What's the best way to have this added to 3.6? thanks chuckc

Re: [Wireshark-dev] Swap 'v'|'V' options for editcap and mergecap

2021-10-18 Thread chuck c
> > -Original Message- > > From: Wireshark-dev On Behalf > > Of Gerald Combs > > Sent: Monday, October 18, 2021 9:48 PM > > To: Developer support list for Wireshark ; > > chuck c > > Subject: Re: [Wireshark-dev] Swap 'v'|'V' options for editcap a

[Wireshark-dev] Swap 'v'|'V' options for editcap and mergecap

2021-10-16 Thread chuck c
Is there any precedent for changing command line options after a program has been in production for some time? Swapping "v" and "V" for editcap and mergecap would bring them in line with the other binaries for calling show_version(). And also align with the verbose option ('V') for tshark and

[Wireshark-dev] captype program not in Windows installers

2021-10-12 Thread chuck c
Is there a reason the "captype" binary and HTML file are not included in the Windows installers? C:\Development\wsbuild64\run\RelWithDebInfo>captype.exe Usage: captype ... C:\Development\wsbuild64\run\RelWithDebInfo>captype.exe -v Captype (Wireshark) 3.7.0-CDC_211006

Re: [Wireshark-dev] Display filter field variables

2021-10-08 Thread chuck c
Display Filter Macros of currently selected packet fields https://gitlab.com/wireshark/wireshark/-/wikis/DFilterMacro https://gitlab.com/wireshark/wireshark/-/commit/9865b6346f6442bc8326cde55e5f012250748131 On Fri, Oct 8, 2021 at 10:10 AM João Valverde via Wireshark-dev <

Re: [Wireshark-dev] WSDG: "foo" protocol sample capture

2021-10-04 Thread chuck c
n other words I did not add support for > reassembly, but the sample "Foo" dissector, as written, doesn't really lend > itself to support reassembly, so if we wanted to illustrate that as well, > then we'd first have to modify the "Foo" protocol. > > >

[Wireshark-dev] WSDG: "foo" protocol sample capture

2021-10-03 Thread chuck c
https://www.wireshark.org/docs/wsdg_html_chunked/ChDissectAdd.html `Let’s step through adding a basic dissector. We’ll start with the made up "foo" protocol. ...` Has there ever been a companion capture file to test the sample dissector in the WSDG?

Re: [Wireshark-dev] Bug in Stаtistics→TCP Stream graphs

2021-10-02 Thread chuck c
Can you extend the capture length (snaplen) to capture the full headers? In the capture file, frame.cap_len = 64 bytes. The header lengths (in bytes) are ethernet (14) + VLAN (4) + IP (20) + TCP (20 + options). The TCP header lengths (tcp.hdr_len) in the capture are all 32 bytes. 14 + 4 + 20 +

[Wireshark-dev] Reopen issue or create new and reference closed?

2021-09-28 Thread chuck c
https://gitlab.com/wireshark/wireshark/-/issues/15588 This depends on the setting for View->Time Display Format` and whether the filter is created in the packet list or the packet details. Before documenting the details - should this existing issue be reopened or a new one created and reference

Re: [Wireshark-dev] Testing Someone Else's Merge Request

2021-09-27 Thread chuck c
fetch = +refs/pull/*/head:refs/remotes/origin/gh-* > > > > With that, everything simplifies to > > > > git fetch origin > > git checkout mr-1234 > > > > > > Regards, > > Matthias > > > > > > > > > > *Fro

[Wireshark-dev] Testing Someone Else's Merge Request

2021-09-26 Thread chuck c
https://gitlab.com/wireshark/wireshark/-/wikis/Development/SubmittingPatches#testing-someone-elses-merge-request "If you would like to test someone else's merge request or personal repository branch you can do the following: # Fetch their branch to a local branch named FETCH_HEAD. git fetch

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

2021-09-13 Thread chuck c
(for future reference - MR for a specific case of name resolution greyed out) https://gitlab.com/wireshark/wireshark/-/merge_requests/4177 Qt: Enable Edit Name Resolution for EXPORTED_PDU On Fri, Sep 10, 2021 at 2:17 PM Anders Broman wrote: > Hi, > I think it was exported pdu with ips as tags.

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

2021-09-10 Thread chuck c
Is packet IP? https://gitlab.com/wireshark/wireshark/-/blob/master/ui/qt/main_window_slots.cpp#L1301 main_ui_->actionViewEditResolvedName->setEnabled(frame_selected && is_ip); On Fri, Sep 10, 2021 at 6:25 AM Anders Broman via Wireshark-dev < wireshark-dev@wireshark.org> wrote: > Hi, > >

Re: [Wireshark-dev] Builders & decryption on ubuntu 20.04

2021-09-02 Thread chuck c
https://gitlab.com/wireshark/wireshark/-/issues/16453 Phase of the moon? On Thu, Sep 2, 2021 at 3:54 AM Dario Lombardo wrote: > Hi > I've set up a builder on github workflows using their ubuntu-latest > (20.04) image. > The builds regularly fail because of a missing decryption. Example: > > >

Re: [Wireshark-dev] Can an 'Apply as Column' column contain multiple columns?

2021-08-31 Thread chuck c
http://www.packettrain.net/2017/07/05/wireshark-hints-multi-column/ On Tue, Aug 31, 2021 at 9:49 AM Richard Sharpe wrote: > Hi folks, > > Often times I am analyzing captures that contain multiple protocols of > interest and I want to see the response times of several protocols, eg > SMB2, NFS

Re: [Wireshark-dev] Enhancement suggestion: OUI tool for IPV6 SLAAC addresses

2021-07-30 Thread chuck c
You could brute force it with grep and finesse the output as needed: The-Ultimate-PCAP$ tshark -r ./*202002* -2 -R ipv6.dst_sa_mac -Nm -V | grep "Destination SA MAC" | sort | uniq [Destination SA MAC: AmazonTe_05:cd:40 (38:f7:3d:05:cd:40)] [Destination SA MAC: Sonos_a4:21:8c

[Wireshark-dev] prefs.h - missing WS_DLL_PUBLIC

2021-07-10 Thread chuck c
https://gitlab.com/wireshark/wireshark/-/commit/1ebdb2e521ca0cbd7aeebd1c89b8a5cf6a4cc322 Export libwireshark symbols using WS_DLL_PUBLIC define (Fingers crossed gitlab link works): epan/prefs.h

[Wireshark-dev] Dissector cleanup for multiple protocols

2021-07-10 Thread chuck c
If making a similar change to these files, is it one commit or a commit per protocol? (change would be: https://gitlab.com/wireshark/wireshark/-/merge_requests/3526) ah - packet-ipsec.c esl - packet-esl.c fcoe - packet-fcoe.c flip - packet-flip.c hdcp2 - packet-hdcp2.c i2c - packet-i2c.c ppcap -

[Wireshark-dev] Ericsson ppcap sample capture

2021-07-05 Thread chuck c
packet-ppcap.c needs the same change that was done for vss in https://gitlab.com/wireshark/wireshark/-/merge_requests/3526 It's a minor change but I would like to test before and after if possible. Can anyone point me to a sample capture for "Proprietary PCAP" ?

Re: [Wireshark-dev] warning LNK4291: module may contain '__except' but was not compiled with /guard:ehcont

2021-07-02 Thread chuck c
Yes. Thanks! On Fri, Jul 2, 2021 at 12:07 PM Graham Bloice wrote: > And backing out MR 3229 with "git revert -n ebb8703a" allows incremental > rebuilds again. > > On Fri, 2 Jul 2021 at 17:44, chuck c wrote: > >> LNK4291 first time after deleting wsbuild64

Re: [Wireshark-dev] warning LNK4291: module may contain '__except' but was not compiled with /guard:ehcont

2021-07-02 Thread chuck c
LNK4291 first time after deleting wsbuild64 and rebuilding with cmake -G "Visual Studio 16 2019" -A x64 ..\wireshark libmaxminddb.lib(maxminddb.c.obj) : warning LNK4291: module may contain '__except' (Structured Exception Handling) but was not compiled with /guard:ehcont; generating

[Wireshark-dev] GRegex deprecated

2021-06-25 Thread chuck c
Deprecate GRegex https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1451 I guess deprecated is not the same as removed. Is there a plan to migrate in the future? (last migration: https://www.wireshark.org/lists/wireshark-dev/201108/msg00501.html)

Re: [Wireshark-dev] Struggling to setup Windows command-line build

2021-06-22 Thread chuck c
I assume the build is working since there is a further question on java and docbook. What was the solution? On Tue, Jun 22, 2021 at 4:26 AM Graham Bloice wrote: > > On Tue, 22 Jun 2021 at 10:22, Martin Mathieson via Wireshark-dev < > wireshark-dev@wireshark.org> wrote: > >> Hi, >> >> I am

[Wireshark-dev] Fields registered to non-parent protocol (e.g. ftp and ftp-data)

2021-06-13 Thread chuck c
Is it a typo when fields are not registered to the parent protocol or should README.dissector describe if/when this is acceptable? >From README.dissector: "abbrev (FIELDABBREV) A string with an abbreviation of the field. The abbreviation should startwith the abbreviation of

[Wireshark-dev] Email archive download

2021-06-11 Thread chuck c
Are the email archives stored in a format (other than the 41801 HTML files) that could be downloaded for searching? ___ Sent via:Wireshark-dev mailing list Archives:https://www.wireshark.org/lists/wireshark-dev

[Wireshark-dev] Visual C++ 2019 redistributable - giveth and taketh

2021-06-07 Thread chuck c
Wireshark.exe - System Error -- The code execution cannot proceed because MSVCP140.dll was not found. Reinstalling the program may fix the problem. No, you're not losing it. The file(s) did disappear. Installers built with current Visual Studio get a vcredist_x64.exe that

Re: [Wireshark-dev] Windows HTML Help

2021-06-01 Thread chuck c
html > files into the filesystem. > >> > >> Not sure what's up with the links, maybe we need to make them pass off > to the system default browser rather than trying to render them in the HTML > help browser. > >> > >> On Wed, 26 May 2021 at 18

[Wireshark-dev] wiki.wireshark.org - down ?

2021-05-31 Thread chuck c
Responds to ping: C:\>ping wiki.wireshark.org Pinging wiki.wireshark.org [104.26.10.240] with 32 bytes of data: Reply from 104.26.10.240: bytes=32 time=92ms TTL=54 Reply from 104.26.10.240: bytes=32 time=97ms TTL=54 Reply from 104.26.10.240: bytes=32 time=159ms TTL=54 Cloudflare returns: Error

Re: [Wireshark-dev] wslua: checkNSTime / pushNSTime undefined

2021-05-27 Thread chuck c
Development\wsbuild64> On Thu, May 27, 2021 at 6:57 PM chuck c wrote: > Is it a matter of tweaking the build to allow the warning to pass or does > this require a code change? > > W:\Development\wsbuild>cl > Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30037 for x64 &

[Wireshark-dev] wslua: checkNSTime / pushNSTime undefined

2021-05-27 Thread chuck c
Is it a matter of tweaking the build to allow the warning to pass or does this require a code change? W:\Development\wsbuild>cl Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30037 for x64 Copyright (C) Microsoft Corporation. All rights reserved. usage: cl [ option... ] filename... [

Re: [Wireshark-dev] Windows HTML Help

2021-05-26 Thread chuck c
r than trying to render them in the HTML > help browser. > > > > On Wed, 26 May 2021 at 18:02, chuck c bubbas...@gmail.com>> wrote: > > > > https://www.wireshark.org/lists/wireshark-dev/200701/msg00396.html < > https://www.wireshark.org/lists/wireshark-de

[Wireshark-dev] Windows HTML Help

2021-05-26 Thread chuck c
https://www.wireshark.org/lists/wireshark-dev/200701/msg00396.html "Pressing the help button will: - on Win32 only: if available, open the Windows Help viewer with locally installed user-guide.chm file - and if that fails ... - on all systems: start a web browser and open the corresponding

Re: [Wireshark-dev] Question / nit / ocd trigger

2021-05-24 Thread chuck c
Not a why but when: https://gitlab.com/wireshark/wireshark/-/commit/5110b21fd8cba19554f0c4f7a52e96af3acf4927 typedef struct _packet_info { char *srcip; int ip_src; char *destip; int ipproto; int srcport; int destport; int iplen; int iphdrlen;} packet_info; Looks like "dest" was

[Wireshark-dev] Where do release branches come from?

2021-05-23 Thread chuck c
There are currently three active branches: ( https://gitlab.com/wireshark/wireshark/-/branches/active) master, master-3.2 and release-3.4 My merge requests are to "master". If appropriate, it also gets backported ( https://www.wireshark.org/docs/wsdg_html/#ChSrcBackport) to master-3.2 and/or

[Wireshark-dev] git rebase syntax

2021-05-23 Thread chuck c
Are the examples below interchangeable and if so, is one preferred over the other? https://www.wireshark.org/docs/wsdg_html_chunked/ChSrcUpdating.html#ChSrcGitUpdate 3.5.1. Update Using Git >From time to time you will likely want to synchronize your master branch with the upstream repository.

Re: [Wireshark-dev] Issue notifications

2021-05-11 Thread chuck c
I don't have a fix but you're not alone. Unable to change for open issue that I created: https://gitlab.com/wireshark/wireshark/-/issues/17325 On Mon, May 10, 2021 at 1:14 PM Ivan Nardi wrote: > Hi > Recently, I haven't been able to enable notifications for the gitlab > issues I am interested

Re: [Wireshark-dev] How to recognize that live capture is running?

2021-04-20 Thread chuck c
Are you looking to copy the state of the Stop Capture button on the main toolbar? https://www.wireshark.org/docs/wsug_html_chunked/ChUseMainToolbarSection.html On Tue, Apr 20, 2021 at 1:39 PM Jirka Novak wrote: > Hi, > > I need to show a button in a dialog just in case that live capture is >

[Wireshark-dev] packet-dns.c - how to get field value

2021-04-15 Thread chuck c
add_rr_to_tree() add_opt_rr_to_tree() proto_tree_add_item(rr_tree, hf_dns_rr_len, tvb, offset, 2, ENC_BIG_ENDIAN); dissect_dns_answer() case T_PTR: /* Domain Name Pointer (12) */ { const gchar *pname; int pname_len; used_bytes = get_dns_name(tvb, cur_offset,

Re: [Wireshark-dev] Proposal: New set of help pages for VoIP dialogs

2021-04-11 Thread chuck c
https://www.wireshark.org/lists/wireshark-dev/202009/msg00045.html "Man pages are updated as part of the stable branch release process." On Sun, Apr 11, 2021 at 12:04 PM Jirka Novak wrote: > Hi Jaap, > > > You could instead think about adding to the user guide, where this stuff > should be in

[Wireshark-dev] Fwd: [nmap/npcap] Release v1.30 - Npcap 1.30

2021-04-09 Thread chuck c
-- Forwarded message - From: Daniel Miller Date: Fri, Apr 9, 2021 at 8:42 PM Subject: [nmap/npcap] Release v1.30 - Npcap 1.30 To: nmap/npcap Cc: Subscribed Npcap 1.30 Repository: nmap/npcap ·

[Wireshark-dev] Gitlab paid tiers

2021-04-07 Thread chuck c
Is anyone using a paid tier with the Wireshark project? With their plan changes, I'm not sure what tier this would fall into: View the history of changes to an issue/mr/epic description (duplicate) ( https://gitlab.com/gitlab-org/gitlab/-/issues/10104) Move description_diffs from Premium to

[Wireshark-dev] ask.wireshark.org down

2021-03-25 Thread chuck c
This page (https://ask.wireshark.org/questions/) is currently offline. However, because the site uses Cloudflare's Always Online™ technology you can continue to surf a snapshot of the site. We will keep checking in the background and, as soon as the site comes back, you will automatically be

Re: [Wireshark-dev] Is there a way to easily go to the next packet that satisfies a filter string without filtering the packets

2021-03-20 Thread chuck c
https://www.wireshark.org/docs/wsug_html/#ChWorkFindPacketSection 6.8.1. The “Find Packet” Toolbar On Sat, Mar 20, 2021 at 4:17 PM Richard Sharpe wrote: > Hi folks, > > I use Wireshark a great deal in my job because I am always looking at > captures when trying to figure out bugs in our code. >

[Wireshark-dev] Issue cleanup (admin privs needed)

2021-03-12 Thread chuck c
https://gitlab.com/wireshark/wireshark/-/issues/16587 Typing after Display Filter Macro crashes gui https://gitlab.com/wireshark/wireshark/-/issues/16778 Display Filter Macros Crash Wireshark ___ Sent via:Wireshark-dev

Re: [Wireshark-dev] Missing ChTelRtpPlayer page in Wireshark documentation

2021-03-11 Thread chuck c
There is an anchor on https://www.wireshark.org/docs/wsug_html_chunked/ChTelRTPAnalysis.html: Is it sufficient to point there? When added it was a Work In Progress. Is there enough for a whole HTML page? https://gitlab.com/wireshark/wireshark/-/commit/3687d393040a40655d84e3e03417a474032bad86

Re: [Wireshark-dev] Sample capture with FT_UINT24 field

2021-03-06 Thread chuck c
https://gitlab.com/wireshark/wireshark/-/blob/master/test/captures/communityid.pcap.gz rsvp.style.style On Sat, Mar 6, 2021 at 2:12 PM chuck c wrote: > For testing I would like a real world example vs building a file. > > Downloads$ tshark -G fields | grep FT_UINT24 | wc >

[Wireshark-dev] Sample capture with FT_UINT24 field

2021-03-06 Thread chuck c
For testing I would like a real world example vs building a file. Downloads$ tshark -G fields | grep FT_UINT24 | wc 1153 10487 96334 There are plenty of suspects but I have yet to find one in a sample pcap. thanks chuckc

Re: [Wireshark-dev] Struggling to rebase

2021-03-05 Thread chuck c
https://gitlab.com/wireshark/wireshark/-/wikis/Development/SubmittingPatches#amending-a-change "Run git push downstream +HEAD. The "+" is shorthand for force-pushing and will be needed if you amended your commit. Multiple commits are also allowed." I try to follow the steps on the Wiki page but

[Wireshark-dev] wireshark-bugs, wireshark-commits - resurrect or mark as archived?

2021-03-04 Thread chuck c
https://www.wireshark.org/docs/wsdg_html_chunked/ChIntroHelp.html#ChIntroMailingLists Should the descriptions be updated in the Dev guide or are there plans to make them active? There have been a few emails to wireshark-commits since the Gitlab migration.

Re: [Wireshark-dev] File rename impacts Gitlab history

2021-02-26 Thread chuck c
quot;, dissect_tls_sct_ber, proto_ssl, "SignedCertificateTimestampList"); On Fri, Feb 26, 2021 at 11:16 AM João Valverde via Wireshark-dev < wireshark-dev@wireshark.org> wrote: > > > On 26/02/21 16:48, chuck c wrote: > > > https://gitlab.com/wireshark/wireshark/-

Re: [Wireshark-dev] OID not implemented

2021-02-26 Thread chuck c
1 at 11:40 AM Graham Bloice wrote: > > > On Fri, 26 Feb 2021 at 17:30, chuck c wrote: > >> You were not wrong. >> >> https://www.iana.org/assignments/enterprise-numbers/enterprise-numbers >> 11129 >> Google, Inc. >> Ben Laurie >>

Re: [Wireshark-dev] OID not implemented

2021-02-26 Thread chuck c
32622 CACE Technologies Gerald Combs info Is this now the Enterprise ID for Wireshark? On Fri, Feb 26, 2021 at 11:29 AM chuck c wrote: > You were not wrong. > > https://www.iana.org/assignments/enterprise-numbers/enterprise-numbers > 11129 > Google, Inc. &

Re: [Wireshark-dev] OID not implemented

2021-02-26 Thread chuck c
I'm embarrassed, I'd fat fingered the OID into the lookup site > and wandered down a rabbit hole from there. Odd that the OID info site > returns Google for 1.3.6.1.4.1.11129 which led me astray. Sorry for the > noise. > > > On Fri, 26 Feb 2021 at 17:04, chuck c wrote: > >

Re: [Wireshark-dev] OID not implemented

2021-02-26 Thread chuck c
What version of Wireshark? Supported added here: https://gitlab.com/wireshark/wireshark/-/commit/c529e9110a211bc445a94c2ed68acc14fe108384 TLS: add Signed Certificate Timestamp support (RFC 6962) Feb 14, 2017 5:09pm CST /* Certificate Transparency extensions: 2 (Certificate), 5 (OCSP Response)

[Wireshark-dev] File rename impacts Gitlab history

2021-02-26 Thread chuck c
https://gitlab.com/wireshark/wireshark/-/commit/50dbe4df7fd7a5e4e1a27fd5046981486d350994 Rename packet-ssl* to packet-tls* Looking through history of https://gitlab.com/wireshark/wireshark/-/commits/master/epan/dissectors/packet-tls.c

Re: [Wireshark-dev] warning: unused parameter

2021-02-07 Thread chuck c
Description of _U_ : https://www.wireshark.org/lists/wireshark-dev/200609/msg00226.html Defined in https://gitlab.com/wireshark/wireshark/-/blob/master/ws_attributes.h On Sun, Feb 7, 2021 at 4:33 PM Guy Harris wrote: > On Feb 7, 2021, at 10:58 AM, Paul Offord wrote: > > > • Add

Re: [Wireshark-dev] Finding the new sharkd wiki page

2021-01-31 Thread chuck c
Issue opened to index the new wiki: https://gitlab.com/wireshark/wireshark/-/issues/17194 - wiki: Google index the wiki on Gitlab On Sun, Jan 31, 2021 at 2:57 AM Paul Offord wrote: > Hi, > > A few years ago I created a wiki page covering sharkd. The page was > migrated to the Wireshark

[Wireshark-dev] WiX (.msi) installer status

2021-01-11 Thread chuck c
https://gitlab.com/wireshark/wireshark/-/blob/master/packaging/wix/README "This is currently an experimental feature to provide Wireshark with an .msi installer. It is intended to replace the NSIS installer, but needs to be a little more complete before doing so." Should the Developer Guide be

Re: [Wireshark-dev] GitLab Wiki Access

2021-01-10 Thread chuck c
Can you look at the TRANSUM page also? ( https://gitlab.com/wireshark/wireshark/-/wikis/TRANSUM) On Sun, Jan 10, 2021 at 8:57 AM Paul Offord wrote: > Hi, > > I'd like to add some notes to the sharkd wiki page. How do I request edit > access? > > Thanks and regards...Paul > > -- > > Paul

Re: [Wireshark-dev] Adding new preference guidelines

2020-12-11 Thread chuck c
Pretty much all questions of "C" programming style can be answered by the comments here: https://arstechnica.com/features/2020/12/a-damn-stupid-thing-to-do-the-origins-of-c/ On Thu, Dec 10, 2020 at 10:16 PM chuck c wrote: > I didn't find anything in the Developer Guide or

[Wireshark-dev] Adding new preference guidelines

2020-12-10 Thread chuck c
I didn't find anything in the Developer Guide or README files. Is there a quintessential example that could be used as a template? ___ Sent via:Wireshark-dev mailing list Archives:

  1   2   >