Re: [Wireshark-dev] 3.1.1 and 3.2.0 release schedule

2019-11-19 Thread chuck c
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14123 'The "Expression..." will be moved to the edit context menu, which will make it accessible from every point on the bar.' Can this be added to NEWS.txt? Maybe extend the sentence that talks about the Action buttons. And in the still learning

Re: [Wireshark-dev] [Bug-Report] UI, Wireshark, I/O-Graph

2020-02-05 Thread chuck c
" *does not work* anymore " What version did it work in? Do you get the "Hover over the graph for details." message when set to Time of day? Bugs are opened and managed on https://bugs.wireshark.org/bugzilla/ 1033 int interval_packet = -1; 1034 1035 if (event && tracer_->graph()

Re: [Wireshark-dev] [Bug-Report] UI, Wireshark, I/O-Graph

2020-02-05 Thread chuck c
There's an open bug for it: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=10922 You might want to update it with your config info and add a vote to its importance. On Thu, Feb 6, 2020 at 12:21 AM chuck c wrote: > " *does not work* anymore " > What version did i

[Wireshark-dev] Best linux platform for development; Buildbot slave configs

2020-02-21 Thread chuck c
Is there an advantage to using Ubuntu for a build machine since the linux/unix buildbot is Ubuntu? https://buildbot.wireshark.org/wireshark-3.2/buildslaves/ubuntu-18.04-x64 Is there a FAQ on sizing a build system? Are the buildbot specs available? thanks chuckc ___

Re: [Wireshark-dev] Best linux platform for development; Buildbot slave configs

2020-02-25 Thread chuck c
t; On Fri, Feb 21, 2020 at 11:02:06PM -0600, chuck c wrote: > > Is there an advantage to using Ubuntu for a build machine since the > > linux/unix buildbot is Ubuntu? > > > https://buildbot.wireshark.org/wireshark-3.2/buildslaves/ubuntu-18.04-x64 > > Since our main buildbot us

[Wireshark-dev] Wiki editor permissions

2020-04-17 Thread chuck c
wiki username: ChuckCraft Would like to add to Sample Captures page. thanks chuck ___ Sent via:Wireshark-dev mailing list Archives:https://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://www.wireshark.org/

Re: [Wireshark-dev] Unable to cmake Wireshark on Red Hat 7 due to GLIB2 version error

2020-04-30 Thread chuck c
Did you run the script to load the pre-reqs? https://nullsec.us/wireshark-from-source-rhel-7/ "Note below the rpm-setup.sh --install-optional step. This should install all the necessary prereqes." On Thu, Apr 30, 2020 at 10:19 AM Pascal Quantin wrote: > Hi Mark, > > Le jeu. 30 avr. 2020 à 17:1

Re: [Wireshark-dev] Does a filter expression allow searching with a string of bytes as decimal numbers?

2020-05-10 Thread chuck c
https://www.wireshark.org/docs/man-pages/wireshark-filter.html "Also, this is not allowed for decimal numbers, since they would be confused with hex numbers that are already allowed as byte strings. " On Sun, May 10, 2020 at 5:20 AM Jaap Keuter wrote: > Well, simply entering three digit decimal

[Wireshark-dev] First patch submission (extcap install flags for silent mode)

2020-05-11 Thread chuck c
https://www.wireshark.org/docs/wsdg_html_chunked/ChSrcChange.html "Ask the wireshark-dev mailing list before you start a new development task." I have modified wireshark.nsi to add flags for loading individual extcap binaries in silent mode. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1656

[Wireshark-dev] Bugzilla and Gerrit timezone settings

2020-05-22 Thread chuck c
I was working through what Ping-Bug does: https://code.wireshark.org/review/#/c/37159/ Tomasz Moń Uploaded patch set 1. May 7 10:05 AM https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16063 Gerrit Code Review 2020-05-07 15:05:20 UTC Change 37159 had a related patch set upload

Re: [Wireshark-dev] Bugzilla and Gerrit timezone settings

2020-05-23 Thread chuck c
Thanks! I'll just need to be logged in for the preferences to kick in. chuckc On Fri, May 22, 2020 at 5:22 PM Peter Wu wrote: > Hi, > > On Fri, May 22, 2020 at 10:34:29AM -0500, chuck c wrote: > > I was working through what Ping-Bug does: > > > > https://cod

[Wireshark-dev] anonsvn down; Cloudflare monitoring/notifications ?

2020-06-17 Thread chuck c
https://ask.wireshark.org/question/17291/anonsvn-not-responding/ Does Cloudflare send notifications for these events? Is there a status page for Wireshark services behind Cloudflare? ___ Sent via:Wireshark-dev mailing list

[Wireshark-dev] Tie code change to release version

2020-06-17 Thread chuck c
I would like to test installs with and without this change: https://code.wireshark.org/review/#/c/19179/ Is there a way to figure out which binary this was first released in? thanks chuck ___ Sent via:Wireshark-dev maili

[Wireshark-dev] Code discussion - Extcap help files on Windows

2020-06-18 Thread chuck c
I'm looking to answer two questions: - where do these type discussions typically take place? Email? Code review comments? - suggestions on how to fix the Extcap help on Windows. thanks chuck +++ https://www.wireshark.org/docs/wsdg_

[Wireshark-dev] Qt inputMask - spaces in "Go to packet" field

2020-07-14 Thread chuck c
The entry field for Go to packet (Go->Go to Packet... or "Go to specified packet" toolbar icon) is checked with inputMask. (hate to say validated because that's something different in Qt) inputMask pads the input field with spaces by default. Click in the center or left side of the entry box, the i

[Wireshark-dev] tshark --export-objects : -2 assumed or required for two-pass ?

2020-08-10 Thread chuck c
tshark --export-objects dicom is behaving differently than exporting Dicom objects in Wireshark. Is the "-2" option assumed to be set, observed if set or not used at all for exporting objects with tshark? I think a two-pass is needed to set the is_storage flag properly which is used below: i

Re: [Wireshark-dev] tshark --export-objects : -2 assumed or required for two-pass ?

2020-08-10 Thread chuck c
Thanks for the insight. Probably too early to label this a bug, but definitely a change in behavior. "Works" (may be in the eye of the beholder) in 2.6 and 3.0. Output changed in 3.1 and 3.2. On Mon, Aug 10, 2020 at 8:01 PM John Thacker wrote: > On Mon, Aug 10, 2020 at 5:32 PM c

Re: [Wireshark-dev] tshark --export-objects : -2 assumed or required for two-pass ?

2020-08-10 Thread chuck c
look in tshark.c, packet-dcm.c or somewhere else. Was hoping to narrow things down before moving this to Bugzilla. On Mon, Aug 10, 2020 at 9:30 PM Guy Harris wrote: > On Aug 10, 2020, at 6:00 PM, John Thacker wrote: > > > On Mon, Aug 10, 2020 at 5:32 PM chuck c wrote: > >&g

Re: [Wireshark-dev] tshark --export-objects : -2 assumed or required for two-pass ?

2020-08-10 Thread chuck c
ssect_dcm_tag() set sop_instance_uid = 1.2.276.0.7230010.3.1.4.341615093.12584.1428680298.845 Gtk-Message: 22:53:25.655: GtkDialog mapped without a transient parent. This is discouraged. admin1@ubuntu1:~/wireshark/build/run$ On Mon, Aug 10, 2020 at 10:03 PM chuck c wrote: > I think I muddied t

[Wireshark-dev] Protocol to tie Bugzilla entry to Gerrit change

2020-08-12 Thread chuck c
What is protocol to tie a bug entry ( https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16771) to a Gerrit change (https://code.wireshark.org/review/#/c/31973/)? If only done in Bugzilla, will it languish out there till someone takes an interest? Or add a comment in Gerrit which I assume sends

[Wireshark-dev] Links to Wiki in codebase

2020-08-19 Thread chuck c
There are links to the old Wiki in the code. Example: QUrl wiki_url = QString("https://wiki.wireshark.org/Protocols/%1 ").arg(proto_abbrev); QDesktopServices::openUrl(wiki_url); Will there be a redirect from old wiki page to new wiki page or should the URLs be updated as we encounter them?

Re: [Wireshark-dev] Gitlab wiki search

2020-08-22 Thread chuck c
https://gitlab.com/wireshark/wireshark Click Wiki (lower left) https://gitlab.com/wireshark/wireshark/-/wikis/home Search or jump to... (upper right) submitting patches First result: Code 3 Comments 0 Wiki 12 Commits 41 Users 0 Showing 12 wiki results for submitting patches in project

Re: [Wireshark-dev] Gitlab wiki search

2020-08-22 Thread chuck c
https://stackoverflow.com/questions/55827354/github-repository-not-listing-in-google-search-no-way-to-submit-url https://search.google.com/search-console/about Is there is a "wiki-master" to do the Google search config? On Sat, Aug 22, 2020 at 12:06 PM Graham Bloice wrote: > The search seems

[Wireshark-dev] wireshark-bugs for gitlab issues ?

2020-08-26 Thread chuck c
1. Is there a global notification for issues? 2. Any thoughts on cc: for migrated bugs/issues? https://www.wireshark.org/lists/ For Masochists Wireshark-bugs · RSS Bug tracker comments. High volume. Subscribe/Unsubscribe/Options Local archives (no longer provided after December 31, 2016) MARC arc

Re: [Wireshark-dev] Gitlab wiki search

2020-09-05 Thread chuck c
n for a URL > prefix with multiple options for verification that seems it would work for > our gitlab.com/wireshark prefix. > > >> >> On 8/22/20 10:20 AM, chuck c wrote: >> > >> https://stackoverflow.com/questions/55827354/github-repository-not-listing-in-googl

Re: [Wireshark-dev] Gitlab doesn't show all epan/dissectors/ files.

2020-09-09 Thread chuck c
It's not all bad. I've gotten much better at navigating the code using VSCode since the migration. :-) On Wed, Sep 9, 2020 at 4:27 PM Graham Bloice wrote: > > > On Wed, 9 Sep 2020 at 19:44, Maynard, Chris via Wireshark-dev < > wireshark-dev@wireshark.org> wrote: > >> It doesn’t seem to be possi

[Wireshark-dev] Update https://www.wireshark.org/docs/man-pages/dumpcap.html

2020-09-12 Thread chuck c
Duplicate entry for -i|--interface. Fixed here: https://gitlab.com/wireshark/wireshark/-/commit/f627f850b5e67f228abaaeef695706d633bbbf8e ___ Sent via:Wireshark-dev mailing list Archives:https://www.wireshark.org/lists

[Wireshark-dev] Forked repository mirroring config

2020-09-14 Thread chuck c
"This project is mirrored from ssh://*@ gitlab.com/wireshark/wireshark.git. Pull mirroring failed 2 minutes ago." There is a link on the Wiki: https://gitlab.com/wireshark/wireshark/-/wikis/Development/SubmittingPatches "If you mirror your fork you only need the downstream branch." but no sp

[Wireshark-dev] pcapng - packet comment terminator; packet list equiv for debug

2020-09-24 Thread chuck c
https://ask.wireshark.org/question/19043/vmxnet3-vsphere-67-wireshark-stops-capture-traffic/ vmware has a packet capture utility (pktcap-uw) which adds packet comments when writing a capture as pcapng. Looks like the code that writes the comments is reusing a buffer so that when a smaller comment

Re: [Wireshark-dev] pcapng - packet comment terminator; packet list equiv for debug

2020-09-25 Thread chuck c
aybe that's a future lesson. :-) thanks chuck On Fri, Sep 25, 2020 at 12:06 AM Guy Harris wrote: > On Sep 24, 2020, at 5:41 PM, chuck c wrote: > > > vmware has a packet capture utility (pktcap-uw) which adds packet > comments when writing a capture as pcapng. > > L

[Wireshark-dev] cherry-pick-xxxxxxxx branches in mirror repository

2020-10-02 Thread chuck c
Is this a timing issue with gitlab where automatic mirroring hits during a cherry pick on the main repository? Can they be deleted from the mirror or nuke it and start over? ___ Sent via:Wireshark-dev mailing list Archive

[Wireshark-dev] Should "lts-" branches be Protected branches?

2020-10-04 Thread chuck c
https://gitlab.com/wireshark/wireshark/-/branches/all?utf8=%E2%9C%93&search=lts History? - https://www.wireshark.org/lists/wireshark-dev/201404/msg00163.html What are Protected branches? - https://docs.gitlab.com/ee/user/project/protected_branches.html

[Wireshark-dev] sf14 - Porting to Qt

2020-10-07 Thread chuck c
https://sharkfestus.wireshark.org/sf14 The Future of Wireshark: Inside Wireshark Qt Gerald Combs and Laura Chappell https://www.youtube.com/watch?v=dqfw_pEin0g&feature=youtu.be&t=319 The video above mentions a presentation that Gerald was going to do for the core devs. Any chance it was recorded?

[Wireshark-dev] Apple VM for Gui testing

2020-10-07 Thread chuck c
Looking to build a Mac dev environment without paying the Apple hardware tax. Are there technical, moral, legal issues where this is a bad idea? ___ Sent via:Wireshark-dev mailing list Archives:https://www.wireshark.o

Re: [Wireshark-dev] Apple VM for Gui testing

2020-10-08 Thread chuck c
Thanks! Both answers were much clearer than what I could find googling around. On Thu, Oct 8, 2020 at 3:04 AM Dario Lombardo wrote: > > > On Thu, Oct 8, 2020 at 4:34 AM chuck c wrote: > >> Looking to build a Mac dev environment without paying the Apple hardware >&

Re: [Wireshark-dev] lua decoder accessing info from layers above

2020-10-14 Thread chuck c
local p_foo = Proto.new("foo", "foo") local f_frame_protocols = Field.new("frame.protocols") function p_foo.dissector(buf, pinfo, tree) print(pinfo.number, "Protocols: " .. (f_frame_protocols() and f_frame_protocols().value or "Unknown")) --print(pinfo.number, f_frame_protocols().value) en

Re: [Wireshark-dev] Do Lua Postdissectors still work with the most recent versions of Wireshark

2020-10-16 Thread chuck c
This was a Friday project a couple weeks ago: https://gitlab.com/wireshark/wireshark/-/wikis/Lua/Examples/filtcols On Fri, Oct 16, 2020 at 5:34 PM Richard Sharpe wrote: > Hi folks, > > I was looking around for a quick way to add some stuff to an existing > protocol that we have extended in one w

Re: [Wireshark-dev] Do Lua Postdissectors still work with the most recent versions of Wireshark

2020-10-16 Thread chuck c
I'm not a Mac person (yet) so best I can offer is to try and if it breaks open an Gitlab issue or Ask question. On Fri, Oct 16, 2020 at 7:22 PM Richard Sharpe wrote: > On Fri, Oct 16, 2020 at 5:08 PM chuck c wrote: > > > > This was a Friday project a couple weeks ago: &g

Re: [Wireshark-dev] Possible regression in Version 3.3.1 (v3.3.1-0-gd64aca7966e2)

2020-10-18 Thread chuck c
{ &hf_smb2_time, { "Time from request", "smb2.time", FT_RELATIVE_TIME, BASE_NONE, NULL, 0, "Time between Request and Response for SMB2 cmds", HFILL } }, [Time from request: 0.008027000 seconds] Works for me on Windows 10. Maybe it's capture specific. Can you recreate with one of the sample capt

[Wireshark-dev] dfref web page - Riverbed billboard

2020-10-18 Thread chuck c
https://www.wireshark.org/docs/dfref/s/smb2.html smb2 has long field names, such as: smb2.SYMBOLIC_LINK_REPARSE_DATA_BUFFER.reparse_data_length which positions the right hand columns under the Riverbed billboard at top. [image: image.png] _

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

2020-10-21 Thread chuck c
The Frame protocol (and a dozen others) can not be disabled: /* You can't disable dissection of "Frame", as that would be tantamount to not doing any dissection whatsoever. */ proto_set_cant_toggle(proto_frame); Would there be a group that lists these? On Wed, Oct 21, 2020 at 9:34 AM Anders Br

[Wireshark-dev] Buildbot crash - what did I break?

2020-10-22 Thread chuck c
https://gitlab.com/wireshark/wireshark/-/issues/16939 Buildbot crash output: fuzz-2020-10-20-17042.pcap Git commit commit 5b242d62b045e6c85a0119c5271d0b072707c79a Author: Chuck Craft Date: Tue Sep 8 21:59:02 2020 -0500 WIN32 logging: connect stdio earlier in main() https://gitlab.com/wire

Re: [Wireshark-dev] Trouble uploading Wireshark enhancement

2020-10-23 Thread chuck c
It took a while but this was key for me: "If you mirror your fork you only need the "downstream" remote." Once that was working and I saw on mirror page "This project is mirrored from https://gitlab.com/wireshark/wireshark.git. Pull mirroring updated 25 minutes ago. Successfully updated 25 minutes

Re: [Wireshark-dev] Trouble uploading Wireshark enhancement

2020-10-23 Thread chuck c
https://gitlab.com/wireshark/wireshark/-/merge_requests/698 Fulko Hew @fulko.hew closed 2 hours ago Fulko Hew @fulko.hew reopened 2 hours ago Fulko Hew @fulko.hew closed 2 hours ago If it will let you reopen again that would be good. As it is now I don't think it will be seen as a pending merge.

[Wireshark-dev] proto_register_protocol() - filter name mandatory

2020-10-26 Thread chuck c
https://gitlab.com/wireshark/wireshark/-/issues/16541 When calling proto_register_protocol(), a filter name is required and it has to be unique. But there is nothing that forces a dissector to add something to the tree. ethertype is probably the most common example. It's a valid display filter th

[Wireshark-dev] How to close migrated issues without a merge?

2020-10-26 Thread chuck c
Example closed with a merge: https://gitlab.com/wireshark/wireshark/-/issues/16000 Opened 1 year ago by Wireshark GitLab MigrationGuest AndersBroman @AndersBroman closed via merge request !718 (merged) 15 hours ago No code to merge. Doing housekeeping. https://gitlab.com/wireshark/wireshark/-/iss

Re: [Wireshark-dev] How to close migrated issues without a merge?

2020-10-26 Thread chuck c
way since the core team must > approve merges.) > > Here's another obvious example that should be closed, regarding Bugzilla > and MIME types of files: > https://gitlab.com/wireshark/wireshark/-/issues/8476 > > John > > On Mon, Oct 26, 2020, 8:26 PM chuck c wrote:

[Wireshark-dev] Random "#" in issues - cross references

2020-10-28 Thread chuck c
https://gitlab.com/wireshark/wireshark/-/issues/16844 "Compiled (64-bit) with Qt 5.14.2, with libpcap, with GLib 2.52.3, with zlib 1.2.11, with SMI 0.4.8, with c-ares 1.15.0, with Lua 5.2.4, with GnuTLS 3.6.3 and PKCS #11 (closed) support, ..." The #11 gets flagged as an issue and cross reference

[Wireshark-dev] How to ammend/correct a merged MR?

2020-10-30 Thread chuck c
https://gitlab.com/wireshark/wireshark/-/merge_requests/180 Do I make another commit again !180 or create a new commit and merge request? thanks chuck ___ Sent via:Wireshark-dev mailing list Archives:https://www.wire

Re: [Wireshark-dev] Managing Gitlab Issues

2020-10-31 Thread chuck c
Public (non-core ?) users do not have access to add labels to an issue. Can a template add labels when the issue is created? Can there be a template for website corrections/updates? https://www.wireshark.org/lists/wireshark-dev/201809/msg00090.html On Sat, Sep 19, 2020 at 6:08 AM Uli Heilmeier

Re: [Wireshark-dev] Building Wireshark 3.4.0 documentation on Windows

2020-10-31 Thread chuck c
I built my windows dev system to the cookbook and learned about Java. It's obvious after the fact, but nothing in the docs says Java is required. And to add insult to injury, the Java installer picked the 32-bit version first time around. Has to be the 64-bit version to allocate enough memory. On

[Wireshark-dev] Indicate [Generated] field on Display Filter Reference page

2020-11-14 Thread chuck c
Is the code behind various web pages (dfref, OUI lookup, string-cf, ...) in Gitlab? Before opening an issue, I thought I would look at how dfref is generated. Would be nice to mark/flag fields as being Wireshark generated but maybe not easily done. Such as: if (is_gratuitous) { item =

Re: [Wireshark-dev] Indicate [Generated] field on Display Filter Reference page

2020-11-14 Thread chuck c
Thank you for the explanation. Chipping away at my "10,000 hours" - so much to learn. On Sat, Nov 14, 2020 at 3:14 PM Guy Harris wrote: > On Nov 14, 2020, at 12:28 PM, chuck c wrote: > > > Is the code behind various web pages (dfref, OUI lookup, string-cf, ...) >

Re: [Wireshark-dev] Indicate [Generated] field on Display Filter Reference page

2020-11-14 Thread chuck c
Yes - that is a good example with tftp and makes sense. But then, not to pick on tftp, are two filename fields needed? There is no file rename in the protocol so it's the same file on both ends. Looking at the Wiki samples ( https://gitlab.com/wireshark/wireshark/-/wikis/SampleCaptures#tftp) the re

[Wireshark-dev] Windows build - all_guides fails on .chm files

2020-11-18 Thread chuck c
New Windows 10 build system so might be due to tool versions. Any tips on how to diagnose this? "The build of 'C:\Development\wsbuild64\CMakeFiles\470a6095470174e9ce53bf13b7d8b057\developer_guide_chm.rule' depends on 'C:\DEVELOPMENT\WSBUILD64\DOCBOOK\DEVELOPER-GUIDE.CHM' which is produced by

Re: [Wireshark-dev] Windows build - all_guides fails on .chm files

2020-11-19 Thread chuck c
elp Workshop/hhc.exe https://www.wireshark.org/docs/wsdg_html_chunked/ChToolsDocumentationToolchain.html "4.6.4. HTML Help HTML Help is used to create the User’s and Developer’s Guide in .chm format. " On Wed, Nov 18, 2020 at 8:57 PM chuck c wrote: > New Windows 10 build system

[Wireshark-dev] Apple M1 transition for Wireshark build process

2020-11-28 Thread chuck c
This question was about getting a pre-compiled binary: https://ask.wireshark.org/question/20092/which-version-should-i-download-on-new-mac-pro-with-new-m1-chip/ but the bigger question is how does the transition to M1 affect developers? Is it possible to get a new M1 machine and build for both pr

[Wireshark-dev] osqa-ask search - backend process?

2020-11-29 Thread chuck c
Should question search still work on the old Q&A site? Tags and users searches return results. ___ Sent via:Wireshark-dev mailing list Archives:https://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://www.wir

[Wireshark-dev] C++ help - call QLabel::setText for ElidedLabel

2020-12-02 Thread chuck c
The italic text in a path label at the bottom of a UAT editor gets clipped. https://bugreports.qt.io/browse/QTBUG-53502 The easy fix is to add a " " space to the text but because it's underlined, the space at end shows up as an underline. I have tried the fix mentioned (setMargin) mentioned in the

[Wireshark-dev] Gitlab issues - green bar paper

2020-12-07 Thread chuck c
(We used to turn the paper over and feed it to print on the plain side) https://gitlab.com/gitlab-org/gitlab/-/issues/233045 New issue background color can be confusing Sort by "Last updated" gives the scattered green background Sort by "Created date" and makes a little more sense. __

Re: [Wireshark-dev] How does this not blow up?

2020-12-10 Thread chuck c
It does "blow up" with 3.5.0rc0. Not sure why it works with 3.4.1. On Thu, Dec 10, 2020 at 4:06 PM Jaap Keuter wrote: > Hi, > > In "ui/win32/file_dlg_win32.c" > > static void > format_handle_wm_initdialog(HWND dlg_hwnd, print_args_t *args) { > HWND cur_ctrl; > ... > switch (args->print_

[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:https://www.wireshark.org/lists/wires

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 RE

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 Offord

[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 up

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 w

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 condition

[Wireshark-dev] Gerrit commit missing in Gitlab

2021-02-09 Thread chuck c
2eb7b05b - Convert most UDP dissectors to use "auto" preferences. Exists in Gerrit: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2eb7b05b8c9c6408268f0d1e81f0a18a02610f1c Links to it in Gitlab on these pages: https://gitlab.com/wireshark/wireshark/-/blame/master/epan/dissect

Re: [Wireshark-dev] Gerrit commit missing in Gitlab

2021-02-09 Thread chuck c
Thanks. I should have phrased that better. I was trying to use "Blame" in the Gitlab web interface to look at a typo. On Tue, Feb 9, 2021 at 6:57 PM Guy Harris wrote: > On Feb 9, 2021, at 3:26 PM, chuck c wrote: > > > 2eb7b05b - Convert most UDP dissectors to

[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 https://gitlab.com/wireshark/wireshark/-/tree/2fd42045f5afb556

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)

Re: [Wireshark-dev] OID not implemented

2021-02-26 Thread chuck c
t; Well now 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, c

Re: [Wireshark-dev] OID not implemented

2021-02-26 Thread chuck c
32622 CACE Technologies Gerald Combs info&cacetech.com 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 > Goo

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] File rename impacts Gitlab history

2021-02-26 Thread chuck c
.4.5", 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/wiresh

[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] 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 t

[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] 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 >

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 O

[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 mai

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] 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 served

[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 Starte

[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 · Ta

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 th

[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, 0

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 > r

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

[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. You

[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 relea

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 consisten

[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 wiresha

Re: [Wireshark-dev] Windows HTML Help

2021-05-26 Thread chuck c
tem default browser rather 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.wiresha

[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... [ /lin

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] 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 50

Re: [Wireshark-dev] Windows HTML Help

2021-06-01 Thread chuck c
ndreds of 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

[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

[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 Unsubsc

  1   2   >