[Wireshark-dev] RHEL 6 reached the end of production phase 1 on May 10, 2016

2016-06-23 Thread Christopher Maynard
I don't recall what support policy, if any, was decided regarding the various distributions, but I believe at least one commit (https://code.wireshark.org/review/#/c/14041/) was reverted due to the adverse affect of breaking Wireshark builds on RHEL6. Now that RHEL6 has reached the end of producti

Re: [Wireshark-dev] New in Wireshark making a dissector

2016-04-27 Thread Christopher Maynard
e.unavarra.es> writes: > I want add subtree , a HEX value with 16bytes, but buf max is 8 bytes, > when I tried more not works. I tried defining Protofield like a string > and it works but I want to show in HEX . Why can do it? > > local f_marker = ProtoField.string("myproto.marker", "MARKER",

Re: [Wireshark-dev] Obfuscating a capture

2016-03-30 Thread Christopher Maynard
Juan Jose Martin Carrascosa writes: > Hi everybody, > is there an existing way to obfuscate a capture? For instance, select a few fields and make them zero or random. You might want to take a look at https://www.tracewrangler.com/, or if that doesn't meet your needs, try some of the other anonym

Re: [Wireshark-dev] tvb_captured_length or tvb_reported_length?

2015-09-03 Thread Christopher Maynard
Guy Harris writes: > On Sep 3, 2015, at 1:09 AM, Robert Cragie wrote: > > > Thanks for all your responses - much clearer now. I have used what I think is right for what I am doing and all > seems OK. On a quick review of all the code, all I would say is that some of the uses are probably incons

Re: [Wireshark-dev] IAX2 and LTE captures

2015-09-03 Thread Christopher Maynard
Gerald Combs writes: > Does anyone have any IAX2 or LTE captures that they can share, either > publicly or privately? Otherwise porting the remaining telephony dialogs is > going to be a bit tricky. The Wireshark menagerie contains a few which may or may not be of use to you: firefly h223-over-

Re: [Wireshark-dev] Minimum supported library versions?

2015-07-10 Thread Christopher Maynard
Jeff Morriss writes: > Personally I aim more for "try not to drop support for still-(commonly)-used distributions" (especially the Red Hat EL's but I suppose LTS releases would also count).  Thus we have a page:https://wiki.wireshark.org/Development/Glib_Gtk_version_tracking > > which attempts

Re: [Wireshark-dev] proto.h extension

2015-05-07 Thread Christopher Maynard
John Dill writes: > On a unrelated note, is there some way to begin a capture in wireshark (or one of its tools) when a packet > matches a filter expression? For example, I have a specific packet that triggers some process on the > system, and I want to capture for the next 2 minutes and then st

Re: [Wireshark-dev] Supported Python versions?

2015-03-26 Thread Christopher Maynard
Bálint Réczey writes: > Since we use Python with verified input and only for building > Wireshark the security concerns don't apply here. > Otherwise I think it would be OK to move to newer Python version. Not that we must, but maybe we could plan on bumping minimum required versions (Python, Qt

Re: [Wireshark-dev] Menagerie

2015-02-27 Thread Christopher Maynard
Evan Huus writes: > I have a local copy that I grabbed by logging into the host server - > I've created a torrent of it (attached) which I am currently seeding, > so you should be able to grab it from me (and if you do, please seed > to others in return!). > > Gerald hopefully this is OK, as far

Re: [Wireshark-dev] Protocol Export objects - New Dissector Development

2015-02-25 Thread Christopher Maynard
Jeff Morriss writes: > > Are there any simple protocols which need a dissector to be added to > > Whireshark. I thought of some; but all of them seem to already supported > > in Wireshark. > > > > Are there any protocol you can suggest? I would like to develop the > > dissector for a simple proto

Re: [Wireshark-dev] Adding a new dissector - beginners guide

2014-08-21 Thread Christopher Maynard
Thomas Wiens writes: > On 21 August 2014 21:41, Jeff Morriss wrote: > > > For the short term, I'd suggest doing: > > > > git stash > > git review [-f] > > git stash pop > > > > There might be a better answer longer term--maybe one of the guys who > > actually uses Windows has practical sugges

Re: [Wireshark-dev] Petri-Dish +1 gives an error: needs code review

2014-08-15 Thread Christopher Maynard
Jeff Morriss writes: > Ah, that's it. I was (apparently--I had to try it out to confirm) > "Publish and Submit" since, well, the other button ("Publish Comments") > is decidedly *not* what I want to do: I want to submit my +1 (and I > don't *have* any comments so I really didn't think I want

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

2014-08-13 Thread Christopher Maynard
Jeff Morriss writes: > > Jeff Morriss ...> writes: > > > It turns out that RHEL's rpmbuild doesn't let you %exclude a file that > doesn't exist. Should be fixed with: > > https://code.wireshark.org/review/#/c/3586/ Yes, that fixed it! __

Re: [Wireshark-dev] ./autogen.sh needed in source tarball (Was: building a Gtk2 RPM (Was: QT_MIN_VERSION))

2014-08-13 Thread Christopher Maynard
Jeff Morriss writes: > Hmm, what did you do before that? I don't have that problem in a > freshly untar'd source tree. As I said earlier in the thread I can do > this without a problem: > > % cd /tmp && tar xjf /path/to/wireshark-1.12.0.tar.bz2 && cd > wireshark-1.12.0 && ./configure --with

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

2014-08-13 Thread Christopher Maynard
Jeff Morriss writes: > > I noticed above that you did not run ./autogen.sh. I tried once again, this > > time *without* running autogen.sh just as you've shown, but unfortunately > > the results were the same. > > Source tarballs don't need ./autogen.sh run on them--that's part of the > magic

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

2014-08-13 Thread Christopher Maynard
Jeff Morriss writes: > Anyway, I had been running this test on Fedora (20) but since I didn't > want to accuse you of operator error I decided to try it on RHEL 6. > Sure enough, I saw the problem. Well that's nice to know. Thanks for confirming! _

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

2014-08-12 Thread Christopher Maynard
Jeff Morriss writes: > That's odd; I just tried it (starting from the wireshark-1.12.0 source > tarball[1]) and did not have any problems. I wonder if your > wireshark.spec file isn't being regenerated (from wireshark.spec.in)? > You could try comparing the two or just remove wireshark.spec t

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

2014-08-12 Thread Christopher Maynard
Jeff Morriss writes: > > 2) I'm unable to create .rpm's using --without-qt. (or with both > > --without-gtk2 and --without-gtk3 for that matter, but that hasn’t been > > a problem since I just don’t bother installing the gnome rpm that’s > > generated.) > > RHEL6 doesn't have GTK3, so I’m forced

[Wireshark-dev] QT_MIN_VERSION

2014-08-07 Thread Christopher Maynard
configure.ac lists QT_MIN_VERSION as 4.6.0. Attempting to compile 1.12.0 on RHEL6 with qt-4.6.2-24.el6.x86_64 fails with: qt_ui_utils.cpp: In function 'void smooth_font_size(QFont&)': qt_ui_utils.cpp:58: error: 'class QFont' has no member named 'styleName' Apparently styleName isn't available un

Re: [Wireshark-dev] Building with QT on Windows using VS 2013

2014-08-07 Thread Christopher Maynard
Graham Bloice writes: > qtshark won't run from the wireshark-qt-release directory as not all the required DLL's have been copied over. If you add %QT5_BASE_DIR%\bin to your %PATH%, will wireshark-qt-release\qtshark.exe then run without necessarily having to copy over all the .dlls? That seems t

Re: [Wireshark-dev] Collection of captures for each supported dissector?

2014-06-30 Thread Christopher Maynard
Peter Wu writes: > On Monday 30 June 2014 07:12:56 Evan Huus wrote: > > The "menagerie" is our collection of capture files that the fuzz-bot uses to > > test with. It contains a substantial number of files across as many > > protocols as we have been able to accumulate. However, I am not sure it

[Wireshark-dev] Quips

2014-03-11 Thread Christopher Maynard
How to delete inappropriate quips? The last 2 on the list ought to be removed: o banks data o Bank information So far there aren't any blatantly obscene ones, but you never know. https://bugs.wireshark.org/bugzilla/quips.cgi?action=show

Re: [Wireshark-dev] Fix bug in GSM MAP, have problems with GIT

2014-03-11 Thread Christopher Maynard
pport list for Wireshark > Subject: Re: [Wireshark-dev] Fix bug in GSM MAP, have problems with GIT > > On Tue, Mar 11, 2014 at 12:05 PM, Christopher Maynard gtech.com> wrote: > >> Evan Huus ...> writes: > >> > >> I've been particularly busy of late,

Re: [Wireshark-dev] Fix bug in GSM MAP, have problems with GIT

2014-03-11 Thread Christopher Maynard
Evan Huus writes: I've been particularly busy of late, so I haven't had any real time to look into git or gerrit yet, and I'm probably not going to have any time to do so for a few more weeks at least. There are probably around 200 posts to wireshark-dev about git and gerrit, many with tidbits o

Re: [Wireshark-dev] Wireshark-dev] Linking error tfshark

2014-01-11 Thread Christopher Maynard
Jeff Morriss writes: > man -s 3 getopt ? You just beat me on the reply. Anyway, it should be fixed in r54698. ___ Sent via:Wireshark-dev mailing list Archives:http://www.wireshark.org/lists/wireshark-dev Unsubscr

[Wireshark-dev] Automatic updates

2014-01-08 Thread Christopher Maynard
It looks like the 1.10.5 x86-64 version needs to be updated; it's still showing 1.10.4 as the latest available version. x86 is OK though. https://www.wireshark.org/update/0/Wireshark/1.10.5/Windows/x86-64/en-US /stable.xml By the way, I suppose U3 is no longer applicable, but how should this wo

Re: [Wireshark-dev] Windows build crashing today for me

2013-12-19 Thread Christopher Maynard
Martin Mathieson writes: > My windows build (from current trunk) is crashing upon startup today, with the error "This application has requested the Runtime to terminate in an unusual way".  The usual steps to get rid of this, i.e. doing a 'clean', or a 'setup' and 'clean' don't make any differenc

Re: [Wireshark-dev] NSIS packaging for custom plugins

2013-12-18 Thread Christopher Maynard
Michael Lum writes: > I don't know how the NSIS packaging works but when you want to add a custom > plugin it looks like you need to modify both > > Custom.nmake and custom_plugins.txt >   > Is this correct? Yes. Custom.nmake adds the custom plugins to Makefile.nmake's PLUGINS via the CUSTOM_

Re: [Wireshark-dev] Thoughts on disabling an old dissector

2013-12-18 Thread Christopher Maynard
Evan Huus writes: > This was originally filed as bug 9569. The situation is sufficiently > unusual that I really don't know what the best solution is, so I > figured I'd ask for general comments from the list. The company who > created and used the TPNCP protocol (and submitted the packet-tpncp.c

[Wireshark-dev] Where is packet-isdn-sup-table31.c?

2013-12-13 Thread Christopher Maynard
In asn1/isdn-sup/packet-isdn-sup-template.c at line 110, there is: #include "packet-isdn-sup-table31.c" I'm unable to locate this file. Can someone more familiar with asn1 dissectors point me in the right direction? Thanks, Chris ___

Re: [Wireshark-dev] Error while installing wireshark 1.10.3

2013-12-11 Thread Christopher Maynard
Vishnu Bhatt writes: > I compiled the whole code with: > > ./configure --prefix=/home2/rahul.rohit/1.10.3._standalone_ra/install > --disable-setcap-install --enable-setuid-install --with-libcap --with-dumpcap-group=rncpet > > But after installing the rpm, the machine is not able to find Wiresh

Re: [Wireshark-dev] Windows build setup - Concept required

2013-12-05 Thread Christopher Maynard
writes: > +1 > > -Original Message- > From: Pascal Quantin > To: Developer support list for Wireshark > Sent: Thu, Dec 5, 2013 3:33 pm > Subject: Re: [Wireshark-dev] Windows build setup - Concept required > > Personally I find the GTK2 GUI much more polished than GTK3 on Windows (may

Re: [Wireshark-dev] SI vs. IEC prefixes

2013-12-02 Thread Christopher Maynard
Christopher Maynard writes: > Joerg Mayer ...> writes: > > > > What do others think before I make any changes to SI units? > > > > Please change to SI in these cases. > > So you're recommending moving to SI prefixes for both the file size autostop &g

Re: [Wireshark-dev] SI vs. IEC prefixes

2013-12-02 Thread Christopher Maynard
Joerg Mayer writes: > > What do others think before I make any changes to SI units? > > Please change to SI in these cases. So you're recommending moving to SI prefixes for both the file size autostop condition and the capture buffer size, or just the file size? I just wanted to confirm becaus

[Wireshark-dev] SI vs. IEC prefixes

2013-12-01 Thread Christopher Maynard
Not too long ago, I committed a change in r51576[1] that, besides resolving a bug reported on ask.wireshark.org, also properly documented the max filesize autostop values to match the code. Previously, they were documented in SI units: kilobyte(s), megabyte(s), gigabyte(s); however, that did not m

Re: [Wireshark-dev] Wireshark-qt : Capture Interfaces

2013-11-27 Thread Christopher Maynard
Guy Harris writes: > On Nov 26, 2013, at 7:58 AM, Christopher Maynard gtech.com> wrote: > > > Maybe the snaplen column should display the actual snaplen value instead of > > “default”? The GTK version does this too, which I’m also not a fan of, as > > “default

Re: [Wireshark-dev] Wireshark-qt : Capture Interfaces

2013-11-26 Thread Christopher Maynard
Alexis La Goutte writes: > Hi, > I push yesterday the work of Thomas (GSoC'13 Students) about add captures interfaces window dialog for Wireshark-qt. > > It is a first "draft" of new captures interfaces,  only display the list of interface and select for launch capture, options don't (yet) work.

[Wireshark-dev] GTK+ 3 on Windows

2013-10-28 Thread Christopher Maynard
Interesting "Goings on" http://blogs.gnome.org/mclasen/2013/10/28/gtk-3-on-windows/ ___ Sent via:Wireshark-dev mailing list Archives:http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/ma

Re: [Wireshark-dev] Idea for process image dissection

2013-10-16 Thread Christopher Maynard
Roland Knall writes: > Also, should I implement the new UI only for the new (Qt) interface, > or for the GTK interface as well? To quote Gerald from https://blog.wireshark.org/2013/10/switching-to-qt/: What does this mean for developers? If you’re developing a new feature using GTK+ yo

Re: [Wireshark-dev] Proper private_data usage

2013-10-15 Thread Christopher Maynard
Jeff Morriss writes: > But, yes, I think that when using private_data the restoration is > necessary: otherwise if you have multiple PDUs in one frame then an > exception in one of the early PDUs will cause the private_data to be > wrong when the next PDU is dissected. > > This is one of the

[Wireshark-dev] Proper private_data usage

2013-10-15 Thread Christopher Maynard
What is the proper, safe and recommended way to use pinfo->private_data? If you look at the TCP dissector, you see the following: pd_save = pinfo->private_data; TRY { (*dissect_pdu)(next_tvb, pinfo, tree); } CATCH_NONFATAL_ERRORS { /* Resto

[Wireshark-dev] Wireshark 1.10.2 automatic update release notes missing

2013-09-18 Thread Christopher Maynard
Help -> Check for updates... https://www.wireshark.org/update/relnotes/wireshark-1.10.2.html The webpage cannot be found HTTP 404 Most likely causes: There might be a typing error in the address. If you clicked on a link, it may be out of date. What you can try: Retype the ad

Re: [Wireshark-dev] Problem with asn2wrs and idmp

2013-09-16 Thread Christopher Maynard
Joerg Mayer writes: > When I try to generate the idmp dissctor in asn1/idmp/, I get an error: > > If I build all asn1 dissectors in order (make in asn1/), then it builds fine, > so it looks like there is some sort of dependency problem. It looks like the dependency in this case was on x509af.

Re: [Wireshark-dev] Problem with asn2wrs and idmp

2013-09-16 Thread Christopher Maynard
Joerg Mayer writes: > Thanks. I just copied over the change to cmake. Out of curiosity: > How did you find out which file was missing, so I may be able to > fix this myself in the future? Thanks for applying to cmake. I noticed your output: > /home/jmayer/work/wireshark/svn/trunk/asn1/x509ce/x

Re: [Wireshark-dev] Question regarding emem -> wmem conversion

2013-09-13 Thread Christopher Maynard
Christopher Maynard writes: > Strangely and rather non-intuitively, the option is --build, as in: > > ../../tools/checkAPIs.pl --build -g emem packet-cdp.c > > (It might be a good idea to choose another name for this option and document > it in the usage ... along with

Re: [Wireshark-dev] Question regarding emem -> wmem conversion

2013-09-13 Thread Christopher Maynard
Joerg Mayer writes: > > ../../tools/checkAPIs.pl -g emem packet-cdp.c > > packet-cdp.c: found 69 useless add_text() vs. 76 add_() > > calls (90.79%) > > > > What should be done for that? Is that related to emem? > > No, I just couldn't find an option to turn off the default checks, so we > get

Re: [Wireshark-dev] please help

2013-09-11 Thread Christopher Maynard
Ned Stark writes: > Can anyone please tell me about where to start. Once you've got a development environment set up (which the documentation that Joerg pointed to you should help you with), you're able to compile Wireshark and think you're ready to try making some changes, you might want to per

Re: [Wireshark-dev] Multiple input files

2013-09-06 Thread Christopher Maynard
Dario Lombardo writes: > for file in *.pcap > do >   tshark -r $file -Y "FILTER" -w - | mergecap -a - -w output.pcap > done > > what about that? Two problems: 1) How do you guarantee the files will be processed in correct time order for appending? 2) mergecap today doesn't support reading from

Re: [Wireshark-dev] Wireshark crashes

2013-09-06 Thread Christopher Maynard
Anders Broman writes: > I’m wondering if anyone sees these crashes (Ubuntu 13.04 ) , to reproduce: > Preferences > Update list of packets in real time: off > Automatic scrolling in live captures: off >   > Start a capture – wait for a few packets to arrive ( packet counter) > Stop capture. >   >

Re: [Wireshark-dev] Multiple input files

2013-09-05 Thread Christopher Maynard
writes: > You could use a batch script to do what you want, like >        for %%a IN (*.pcap) DO tshark.exe -r "%%a" -R "dns.qry.name contains google" -w "filtered_%%a" >        mergecap -a -w all-google-queries.pcap filtered*.pcap Great idea Jasper! I was thinking the same thing, only that

Re: [Wireshark-dev] Multiple input files

2013-09-05 Thread Christopher Maynard
Evan Huus writes: > You can even (I think) pipe from mergecap to tshark as follows: > > > mergecap -w - in1.pcap in2.pcap in3.pcap | tshark -Y "dns.qry.name contains google" -o google.pcap Just a slight correction on the tshark command-line options needed (note the "-i -"): mergecap -w - in1.

Re: [Wireshark-dev] Multiple input files

2013-09-05 Thread Christopher Maynard
Dario Lombardo writes: > Hi listI was trying to change the code of tshark to support multiple -r switches. The aim is to have many input files and one output file. Before getting mad in changing it, I was wondering if it makes sense or not, and if it was addressed before in some way. > > An exam

Re: [Wireshark-dev] Tshark: Using Profiles?

2013-09-04 Thread Christopher Maynard
Sean Lee writes: > The folder "/usr/local/share/wireshark/profiles/" already have some > folders in it like Bluetooth and Classic. Even if I try to load them > with -C, it won't load. > tshark -C Classic > tshark: Configuration Profile "Classic" does not exist > Can someone help? I'd really app

Re: [Wireshark-dev] Display filter and/or precedence

2013-08-09 Thread Christopher Maynard
Evan Huus writes: > On Fri, Aug 9, 2013 at 2:41 PM, Gerald Combs wrote: > > Laura Chappell and Sean Walberg recently discovered that logical OR > > takes precedence over logical AND in display filters. Is there any > > reason we shouldn't reverse this so that we match the order of > > operations

Re: [Wireshark-dev] Seaching in the data pane would be useful ...

2013-08-09 Thread Christopher Maynard
Richard Sharpe writes: > Sure, I can do the search, and I did, but the actual info I am > interested in, like the priority, etc, is buried among 230 entries and > I have to patiently scroll until I find it. > > That is hard to do. I see your point. My attempt using tshark didn't produce very g

Re: [Wireshark-dev] Seaching in the data pane would be useful ...

2013-08-09 Thread Christopher Maynard
Richard Sharpe writes: > I can across a capture yesterday where there were DNS queries for a > KDC in a Windows AD environment. The query returned 230 KDCs! > > Searching for a particular one was hard. > > It would be nice to have a right click menu item in either the details > pane or the data

Re: [Wireshark-dev] pass some value to customized plugin

2013-07-24 Thread Christopher Maynard
Fabiano Ricci writes: > > You can let the user configure the filter by preferences. A preference is a good idea; however, it does require that the user manually change it to match the packets, and it doesn't allow for both big-endian and little-endian packets to be analyzed within the same captu

Re: [Wireshark-dev] Checksum filterable fields

2013-06-27 Thread Christopher Maynard
Christopher Maynard writes: > Removing the bad_checksums does have at least 1 drawback though, and that's > that several of them are used in default coloring rules, so if they're > removed, users will likely end up with several warnings of the form: > > Warn Could

Re: [Wireshark-dev] Checksum filterable fields

2013-06-27 Thread Christopher Maynard
writes: > Perhaps all checksum validations could be an enumeration of > "-1" (or "2"?) - unknown/disabled > "0" - good > "1" - bad The TCP dissector does something similar for the window scaling factor. If the 3-way handshake isn't captured, then the scaling factor is unknown and set to -1.

Re: [Wireshark-dev] make rpm-package fails if uic isn't installed.

2013-06-27 Thread Christopher Maynard
Jeff Morriss writes: > Does your compile server have GTK, etc.? > > The RPM stuff is currently set up to assume that it does and then > generate 2 packages: one without the GUI ("wireshark") and one with the > GUI ("wireshark-gnome", I hope to soon add "wireshark-qt" as another > package). I

Re: [Wireshark-dev] Checksum filterable fields

2013-06-27 Thread Christopher Maynard
writes: > The ones that really seem excessive are 5 & 6 - do we really need this duplication? .bad_checksum = TRUE equals .good_checksum = FALSE.  Could we consolidate all (that have checksum verification) to > > Checksum field + "good" boolean field filter (of the form .good_checksum) + expert

Re: [Wireshark-dev] make rpm-package fails if uic isn't installed.

2013-06-26 Thread Christopher Maynard
Christopher Maynard writes: > Jeff Morriss ...> writes: > > > Yes, unfortunately that's expected. > > OK, "yum update qt-devel" it is then. Of course, that should have read, "yum install qt-devel". I have another rpm-package problem. I am bui

Re: [Wireshark-dev] packet_win.c still broken

2013-06-26 Thread Christopher Maynard
Jakub Zawadzki writes: > On Tue, Jun 25, 2013 at 10:17:49PM +0000, Christopher Maynard wrote: > > I used this before and thought it was possible to edit the hex bytes within > > the popup dialog, but I just tried it and can confirm that it doesn't work. > > can you tr

Re: [Wireshark-dev] packet_win.c still broken

2013-06-25 Thread Christopher Maynard
Guy Harris writes: > (I tried building it with a 1.10 tree, but haven't yet figured out how I can actually edit a field; I can get it > to pop up the edit dialog, but it doesn't seem to let me type anywhere) I used this before and thought it was possible to edit the hex bytes within the popu

Re: [Wireshark-dev] make rpm-package fails if uic isn't installed.

2013-06-25 Thread Christopher Maynard
Jeff Morriss writes: > Yes, unfortunately that's expected. OK, "yum update qt-devel" it is then. Thanks. ___ Sent via:Wireshark-dev mailing list Archives:http://www.wireshark.org/lists/wireshark-dev Unsubscribe:

[Wireshark-dev] make rpm-package fails if uic isn't installed.

2013-06-25 Thread Christopher Maynard
I'm trying to build a customized RHEL6 wireshark rpm based on 1.10.0, but it fails because uic isn't installed. I have tried to set --with-qt=no, but this has no effect. The error follows: make[1]: Entering directory `/path/to/wireshark/1.10.0/ui/qt' uic capture_preferences_frame.ui -o ui_captur

[Wireshark-dev] trunk-1.10 packages

2013-05-29 Thread Christopher Maynard
Before 1.10 is released, should we have separate trunk-1.10/ packages for win32 and win64? http://anonsvn.wireshark.org/wireshark-win32-libs/ http://anonsvn.wireshark.org/wireshark-win64-libs/ ___ Sent via:Wireshark-dev

Re: [Wireshark-dev] build error: Can't execute /usr/bin/pod2html

2013-05-25 Thread Christopher Maynard
jack writes: > I must be missing something in my environment, but > dont know what. > Appreciate any pointers. You might want to revisit the developer guide to be sure you haven't missed something: http://www.wireshark.org/docs/wsdg_html_chunked/ChSetupWin32.html Other than that, What version

Re: [Wireshark-dev] Expert info is now filterable!

2013-05-25 Thread Christopher Maynard
writes: > For those of you that aren't masochists and follow the bug mailing list, I > added support for "(display) filterable" expert info. Expert info can now > also be used as a display filter.   And just like the proto_tree_add_text > to proto_tree_add_item conversion, there's work to be

Re: [Wireshark-dev] Bluetooth coloring rules

2013-05-09 Thread Christopher Maynard
Guy Harris writes: > Would it be useful to allow multiple sets of coloring rules, not associated with a profile, and to have > profiles support having more than one set of coloring rules associated with them, evaluated in the order > in which they're listed? We could then ship a simple "starter"

Re: [Wireshark-dev] Icon Poll - is this OK?

2013-04-10 Thread Christopher Maynard
Evan Huus writes: > In some ways the ideal icon would be one that explicitly meant just > "capture packets" without any appeal to metaphor, but such a thing > does not exist. I am not suggesting we consider them at this point, but there are other metaphors which were not considered or polled for

Re: [Wireshark-dev] [ GSoC 2013: Process information in Wireshark ]

2013-04-08 Thread Christopher Maynard
Ashish Raste writes: > 1. Could you suggest me some pointers/references > specifically related to knowing the process info of the packets so that I can start working/thinking along > those lines. For starters, you might want to have a look at this bug report: https://bugs.wireshark.org/bugzill

Re: [Wireshark-dev] tshark -G fields2

2013-04-06 Thread Christopher Maynard
Evan Huus writes: > If there isn't a strong reason to keep them as-is, I vote we merge > everything together into "-G fields". Done in r48753. ___ Sent via:Wireshark-dev mailing list Archives:http://www.wireshark.

[Wireshark-dev] tshark -G fields2

2013-04-04 Thread Christopher Maynard
Is there any reason to keep "-G fields2" since field 8 (blurb) is redundant with field 6 (also blurb) and we have "-G fields3", which does not contain any redundant information? I propose either: 1) Eliminating the current "-G fields2", then renaming "-G fields3" to the new "-G fields2" so that we

[Wireshark-dev] Why does text2pcap use 102400 for the snaplen?

2013-04-03 Thread Christopher Maynard
At the top of text2pcap.c: * This converter cannot read a single packet greater than 64K. Packet * snaplength is automatically set to 64K. ... yet since its inception[1][2], text2pcap has used 102400 for the snaplen. That value seems quite strange to me. I guess this question is mainly direct

Re: [Wireshark-dev] tshark option for reassembled fragment output

2013-03-27 Thread Christopher Maynard
Evan Huus writes: > Tshark's current -d is moved to -A (for "decode As") to make room for > the new -d (which is then consistent with wireshark's -d). Wireshark's -A is for RPCAP password authentication. Should we reserve -A for that? (I assume it would be possible to support this with tshark.

Re: [Wireshark-dev] Editcap link warnings

2013-03-06 Thread Christopher Maynard
Pascal Quantin writes: > Hi all,I added this workaround a few days ago in r48021 but Gerald reverted it in r48072 as it was breaking getopt(). So we have to figure out how to solve this properly. OK, I missed that. How about something like this instead? Index: Makefile.common =

Re: [Wireshark-dev] Editcap link warnings

2013-03-05 Thread Christopher Maynard
Bill Meier writes: > Recent Windows 7 and Windows XP Buildbot builds have been giving > "locally defined symbol ... imported in ..." warnings while linking > editcap: > > (I get the same warnings on my system). Me too. Not sure if this is the right way to fix it, but this seems to work: In

Re: [Wireshark-dev] tshark option for reassembled fragment output

2013-03-03 Thread Christopher Maynard
Evan Huus writes: > Right now, wireshark has three CLI filter flags: -R, -d, -f. > -d is available through the 'filter' field in the file->open dialogue No, that's the -R. The label is incorrect. > -f is available through the 'capture filter' field in the > capture->options dialogue > -R is no

Re: [Wireshark-dev] tshark option for reassembled fragment output

2013-03-03 Thread Christopher Maynard
Hadriel Kaplan writes: > The *tshark* legacy '-R' by itself (without the '-2') is also fairly confusing. It doesn't behave as a > Wireshark read filter or display filter. No, unfortunately it behaves as both a read filter and display filter. I think tshark needs a display filter option, regar

Re: [Wireshark-dev] tshark option for reassembled fragment output

2013-03-03 Thread Christopher Maynard
Evan Huus writes: > My instinct is to get rid of the 'read filter' concept entirely. I > find it's behaviour in wireshark very confusing, especially in the > reassembly cases we're considering. For example, take the capture from > bug #8223 and run > > ./wireshark -R "ip.src == 10.90.130.69 && i

Re: [Wireshark-dev] tshark option for reassembled fragment output

2013-03-03 Thread Christopher Maynard
Evan Huus writes: > This is getting complicated. A few points in no particular order: > > === tshark default behaviour === > > We can't make -2 the default for tshark doing live capture, as that > would require us to buffer all output until the capture is finished, > which isn't very helpful. W

Re: [Wireshark-dev] tshark option for reassembled fragment output

2013-03-03 Thread Christopher Maynard
Christopher Maynard writes: > I think there is a difference between displaying the packets matching the > filter > and saving the packets matching the filter to another pcap file. In the > former > case, Wireshark does not display packets that don't match the display filte

Re: [Wireshark-dev] tshark option for reassembled fragment output

2013-03-03 Thread Christopher Maynard
Hadriel Kaplan writes: > BTW, some output from that bug's pcap with your filter: > > ./tshark -r testcapture.pcapng -R 'ip.src == 10.90.130.69 && ip.dst == 10.90.130.66 && tcp.flags.push > == 1' > 5 0.001054000 0.5 10.90.130.69 -> 10.90.130.66 HTTP/XML POST > /urreq/rrurreq.dll/?soapre

[Wireshark-dev] checkett.pl anyone?

2013-02-20 Thread Christopher Maynard
I just fixed a bug in packet-reload.c where 2 ett's weren't registered. This happens often enough that I suspect there are more instances of this out there. Anyone able to create a checkett.pl script to check for this? A few ref's: http://anonsvn.wireshark.org/viewvc?revision=47789&view=revis

Re: [Wireshark-dev] how correct add to tree reassebled data?

2013-02-07 Thread Christopher Maynard
Ilya Shvetsov writes: > Oh, that sounds greate. Thank you > Will this change also included into 1.9? Yes, whenever the next development release is made, it will be included. ___ Sent via:Wireshark-dev mailing list Ar

Re: [Wireshark-dev] how correct add to tree reassebled data?

2013-02-07 Thread Christopher Maynard
Ilya Shvetsov writes: > But I have to mention, that if i use proto_tree_set_visible, my dissector fails to link. May be this happens because proto_tree_set_visible are not in export table. I added it to epan/libwireshark.def in trunk r47535. I'm not yet sure if this should be backported to 1.8

Re: [Wireshark-dev] authors email change

2013-01-23 Thread Christopher Maynard
Nathan Jennings writes: > Is there a specific person I should email to let them know I need to change my email address? Or just this list? > > My new email address is "njgm890@...". Please update "AUTHORS". > > Thanks, -Nathan Done in r47235. __

Re: [Wireshark-dev] Some quick Bugzilla statistics

2013-01-05 Thread Christopher Maynard
Bill Meier writes: > On 1/5/2013 1:30 PM, Evan Huus wrote: > > I've been playing with some of the bugzilla statistics tools recently, > > and I am pleased to discover that despite a record number of reported > > bugs in 2012, we managed to shrink the backlog by 26 bugs. > > > > My raw data: > > >

Re: [Wireshark-dev] pcapng support for text2pcap

2012-12-18 Thread Christopher Maynard
Michael Tuexen writes: > (Adding -n as a command line parameter would result in writing pcapng instead > of pcap). Wireshark was changed to write pcapng files by default. Should text2pcap write pcapng files by default as well, and then use a TBD command-line parameter to cause text2pcap to writ

[Wireshark-dev] www.ethereal.com

2012-12-13 Thread Christopher Maynard
I just noticed that www.ethereal.com is for sale and that none of its content is available any longer. Bummer. All project history is now lost, it seems ... well, not quite: http://web.archive.org/web/20110714004555/http://www.ethereal.com/

Re: [Wireshark-dev] All normal TCP packets marked "blue" as chat

2012-10-13 Thread Christopher Maynard
Alexander Koeppe writes: > I just built the latest SVN source and was surprised that all "normal" > TCP ACK packets which are used to be white are now tinted in blue. > > I wonder if this happended unintended? I tested this after compiling SVN 45521 on Windows 7 64-bit with stock coloring rules

Re: [Wireshark-dev] GUI preference: OK to set "Save window position" to TRUE as the new default?

2012-10-05 Thread Christopher Maynard
Christopher Maynard writes: > > Does anyone have a problem with me making the following change to GUI > preferences so that the window position will be saved by default? > > Index: epan/prefs.c > ===

[Wireshark-dev] GUI preference: OK to set "Save window position" to TRUE as the new default?

2012-10-05 Thread Christopher Maynard
Does anyone have a problem with me making the following change to GUI preferences so that the window position will be saved by default? Index: epan/prefs.c === --- epan/prefs.c(revision 45332) +++ epan/prefs.c(working

Re: [Wireshark-dev] tshark summary lines

2012-10-02 Thread Christopher Maynard
Ed Beroset writes: > > They are all different: > > For bug 2892, if you use -T fields, there's no way to have the info column > > information also displayed. Support would have to be added to be able to > > specify something like e.g., "-e col.info" > > I think you're right. It would probably

Re: [Wireshark-dev] tshark summary lines

2012-10-02 Thread Christopher Maynard
writes: > -Original Message- > > From: Ed Beroset > > To: Developer support list for Wireshark > > Sent: Tue, Oct 2, 2012 11:25 am > > Subject: [Wireshark-dev] tshark summary lines > > Someone has asked a question on the wiki > http://ask.wireshark.org/questions/14581/how-to-use-t

Re: [Wireshark-dev] Transmission Latency Calculation

2012-09-30 Thread Christopher Maynard
Herb Falk writes: > I am creating a dissector that needs to be able to calculate the transmission latency of a packet. >   > The protocol being dissected has the timestamp of the “transmission”, I need to be able to gain access to the time of capture of wireshark in order to calculate the differ

Re: [Wireshark-dev] Building for Windows without zlib?

2012-09-28 Thread Christopher Maynard
Guy Harris writes: > However, a file larger than 2GB might has enough packets that the frame_data structures might fill up a > 32-bit address space, and there's a bug, fixed only recently, where, at least on Windows, we were imposing > 32-bit limits on 64-bit address spaces. FYI, the bug Guy is

Re: [Wireshark-dev] filtered out messages show up briefly during live capture

2012-09-25 Thread Christopher Maynard
Jeff Morriss writes: > Anyone else ever noticed that or have any ideas about it? I'm guessing that what you're seeing is related to https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6208, which I recently reconfirmed is still a valid bug in the trunk.

Re: [Wireshark-dev] Disabling a dissector doesn't seem to quite work.

2012-09-15 Thread Christopher Maynard
Evan Huus writes: > There is already a (commented-out) function called > dissector_add_uint_sanity_check which does warn on duplicate port > registrations and on registrations to port 0. It produces 157 warnings > when enabled in the default build. I don't know how many duplicate > string registr

  1   2   >