Re: [Wireshark-dev] Unable to set data link type (EN10MB is not one of the DLTs supported by this device).

2008-01-16 Thread Stig Bjørlykke
link types (use option -y to set): IEEE802_11_RADIO_AVS (802.11 plus AVS radio information header) (not supported) $ tcpdump -V tcpdump version 3.9.8 libpcap version 0.9.5 But I'm sure I have captured wireless on this computer with AVS headers before. -- Stig Bjørlykke

[Wireshark-dev] Regarding fix for bug #1140 in revision 20394

2008-01-25 Thread Stig Bjørlykke
not be in the current view. Is this a bug or a feature? And when capturing, the new packages are always appended to the list, and not put in correct sorting order. This is done correctly in conversations and endpoints. -- Stig Bjørlykke

[Wireshark-dev] ip.addr != 10.0.0.1

2008-01-27 Thread Stig Bjørlykke
Hi. We often get questions why the filter ip.addr != 10.0.0.1 does not work as expected. Is it a good idea to make some sort of special handling for filters like ip.addr, tcp.port and udp.port to expand to the commonly expected behavior? -- Stig Bjørlykke

Re: [Wireshark-dev] [Wireshark-commits] rev 24211: /trunk/epan/dissectors/ /trunk/epan/dissectors/: Makefile.common packet-diameter.c packet-gsm_a.c packet-gtp.c

2008-01-27 Thread Stig Bjørlykke
2008/1/27, [EMAIL PROTECTED] [EMAIL PROTECTED]: Log: Make it possible to do subdissection of Diameter AVP:s and add dissection of some 3GPP AVP:s. Did you forget to add packet-diameter_3gpp.c? -- Stig Bjørlykke ___ Wireshark-dev mailing list

Re: [Wireshark-dev] ip.addr != 10.0.0.1 (Guy Harris)

2008-01-29 Thread Stig Bjørlykke
(in the source), and only this fields should be handled differently, or simply just give a warning to the user why they will not work as expected. But does it make the functionality difficult to understand or describe correctly? -- Stig Bjørlykke ___ Wireshark

Re: [Wireshark-dev] Unhandled exception - uat_gui.c

2008-01-30 Thread Stig Bjørlykke
unable to test it on win32... -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

Re: [Wireshark-dev] Unhandled exception - uat_gui.c

2008-01-30 Thread Stig Bjørlykke
Seems to be working ok on win32 with r24229 :) -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

Re: [Wireshark-dev] ip.addr != 10.0.0.1 (Guy Harris)

2008-01-31 Thread Stig Bjørlykke
intuitive even when the user forget why != can give wrong results. -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

Re: [Wireshark-dev] SVN 24232 breaks build

2008-01-31 Thread Stig Bjørlykke
fix in revision 24238. -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

Re: [Wireshark-dev] ip.addr != 10.0.0.1 (Guy Harris)

2008-01-31 Thread Stig Bjørlykke
And its probably not such a good idea to use ip.addr as example for the != operator in the users guide: http://www.wireshark.org/docs/wsug_html_chunked/ChWorkBuildDisplayFilterSection.html -- Stig Bjørlykke ___ Wireshark-dev mailing list

Re: [Wireshark-dev] ethercat plugin

2008-02-06 Thread Stig Bjørlykke
2008/2/6, Andrew Hood [EMAIL PROTECTED]: If you don't have a sufficiently recent C compiler (C99 maybe?), the ethercat plugin will not compile because of the unnamed struct. Thank you for your notice.Committed revision 24277. -- Stig Bjørlykke

[Wireshark-dev] WLAN Traffic Statistics

2008-02-12 Thread Stig Bjørlykke
, amount of data etc. -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

Re: [Wireshark-dev] Missing files for building Wireshark (0.99.8pre1) on windows

2008-02-19 Thread Stig Bjørlykke
it into the image directory: http://anonsvn.wireshark.org/wireshark/trunk-0.99.8/image/rawshark.rc.in -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

[Wireshark-dev] Crash when using adns on win32

2008-02-21 Thread Stig Bjørlykke
) { add_ipv4_name(almsg-ip4_addr, *ans-rrs.str); } In my debugger *ans-rrs.str is an invalid pointer, but ans-rrs.bytes points to a valid string. The invalid pointer causes wireshark to crash. I do not get this crash using 0.99.8pre1 from the wireshark website. Any ideas? -- Stig Bjørlykke

Re: [Wireshark-dev] New feature: custom columns

2008-02-22 Thread Stig Bjørlykke
of the filter can be a start. -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

Re: [Wireshark-dev] New feature: custom columns

2008-02-22 Thread Stig Bjørlykke
2008/2/22, Stig Bjørlykke [EMAIL PROTECTED]: 2008/2/12, Stephen Fisher [EMAIL PROTECTED]: NOTE: There are many fields that are not implemented yet in epan/proto.c. You should have a look at values using bitmask, they does not display the correct value in the list. And maybe have

Re: [Wireshark-dev] New feature: custom columns

2008-02-22 Thread Stig Bjørlykke
have a look at this for 0.99.8 :) -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

Re: [Wireshark-dev] New feature: custom columns

2008-02-23 Thread Stig Bjørlykke
. Thank you for testing and reporting bugs! -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

Re: [Wireshark-dev] [Wireshark-commits] rev 24441: /trunk/gtk/ /trunk/gtk/: column_prefs.c

2008-02-23 Thread Stig Bjørlykke
. For the time being though, it does check the filter syntax itself as well. Functionality to only check for a valid field would also be usable for the calc fields in advanced IO Graphs, where we only check when trying to print the graph. -- Stig Bjørlykke

Re: [Wireshark-dev] New feature: custom columns

2008-02-24 Thread Stig Bjørlykke
fixed in revision 24452. -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

Re: [Wireshark-dev] [Wireshark-commits] rev 24446: /trunk/ /trunk/: capture_opts.c capture_sync.c dumpcap.c

2008-02-25 Thread Stig Bjørlykke
available (maybe lack of privileges?).E -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

Re: [Wireshark-dev] please fix your scripts and makefile script fragments!

2008-02-27 Thread Stig Bjørlykke
On 27. feb.. 2008, at 15.34, Greg A. Woods wrote: Please fix your scripts and makefile script fragments! Committed revision 24488. Thank you. -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org

Re: [Wireshark-dev] user-guide out-of-date

2008-02-28 Thread Stig Bjørlykke
2008/2/28, Maynard, Chris [EMAIL PROTECTED]: Running nmake -f Makefile.nmake setup downloads an older version of the user-guide, namely user-guide-23522, whereas the latest version available appears to be user-guide-24493. 0.99.8 also ships with an old user-guide. -- Stig Bjørlykke

Re: [Wireshark-dev] [Wireshark-bugs] [Bug 2316] Dissector bug, protocol SNMP: proto.c:2983: failed assertion ( guint)hfindex gpa_hfinfo.len

2008-03-01 Thread Stig Bjørlykke
2008/3/1, [EMAIL PROTECTED] [EMAIL PROTECTED]: --- Comment #2 from Jörg Mayer [EMAIL PROTECTED] 2008-03-01 10:10:20 GMT --- NO ARRAY: packet-snmp.c, hf_snmp_big_counter_value We have a lot of dissectors with NO ARRAY errors. I will have a look at some of them. -- Stig Bjørlykke

Re: [Wireshark-dev] [Wireshark-bugs] [Bug 1715] Memory consumes more and more while reopening pcap files

2008-03-02 Thread Stig Bjørlykke
it earlier.) Using 0.99.8 I find some growth in memory usage when reloading a file, and when using the current trunk I find *a lot* growth in memory usage. Steve: can this be related to our custom column enhancements? -- Stig Bjørlykke ___ Wireshark

Re: [Wireshark-dev] [Wireshark-bugs] [Bug 1715] Memory consumes more and more while reopening pcap files

2008-03-03 Thread Stig Bjørlykke
On 3. mars. 2008, at 00.34, Stephen Fisher wrote: On Sun, Mar 02, 2008 at 11:48:20PM +0100, Stig Bjørlykke wrote: Using 0.99.8 I find some growth in memory usage when reloading a file, and when using the current trunk I find *a lot* growth in memory usage. Steve: can this be related

Re: [Wireshark-dev] [Wireshark-bugs] [Bug 1715] Memory consumes more and more while reopening pcap files

2008-03-03 Thread Stig Bjørlykke
2008/3/3, Stig Bjørlykke [EMAIL PROTECTED]: It seems like this is when loading a big wireless capture, so the custom columns is not the problem :) Or maybe not only on a wireless capture, as I see this on other captures too. Just more visible on my wireless capture with a lot more packages

Re: [Wireshark-dev] Error compiling acustomdllpluginforWireshark0.99.7

2008-03-06 Thread Stig Bjørlykke
)((tagv.secs - (hours * 3600)) / 60); secs = (unsigned int)(tagv.secs - (hours * 3600) - (mins * 60)); -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

Re: [Wireshark-dev] IO Graphs cumulative plot

2008-03-06 Thread Stig Bjørlykke
because pinfo-fd-cum_bytes only add displayed packages. -- Stig Bjørlykke ws-frame.cum_len.patch Description: Binary data ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

Re: [Wireshark-dev] Error compiling acustomdllpluginforWireshark0.99.7

2008-03-06 Thread Stig Bjørlykke
defined in packet-xxx.obj 1. You have defined version in packet-xxx.c, which is already defined in plugin.c 2. You should not define plugin_register() and plugin_reg_handoff in packet-xxx.c. Rename them to plugin_register_xxx() and plugin_reg_handoff_xxx(). -- Stig Bjørlykke

Re: [Wireshark-dev] IO Graphs cumulative plot

2008-03-10 Thread Stig Bjørlykke
is the graph you want. -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

Re: [Wireshark-dev] make error

2008-03-11 Thread Stig Bjørlykke
. Thank you for reporting, this will be fixed in trunk (and the next release). -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

Re: [Wireshark-dev] Problems with epan\oids.c

2008-03-13 Thread Stig Bjørlykke
we have to leave them allocated if we don't know how libsmi is compiled? I have almost no experience on Windows, do we compile this our self? -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman

Re: [Wireshark-dev] [Wireshark-commits] rev 24640: /trunk/ /trunk/packaging/macosx/ChmodBPF/: ChmodBPF README.macosx StartupParameters.plist /trunk/packaging/macosx/ScriptExec/English.lproj/: InfoPlis

2008-03-18 Thread Stig Bjørlykke
/Contents/MacOS/Wireshark is missing without any notice (I haven't figured out why), which causes the application to fail on startup. The announced 1.0.0pre1 dmg works correctly. The Wireshark icon is a bit bigger than other icons when -TAB, which doesn't look as it should be. -- Stig

Re: [Wireshark-dev] Problems with epan\oids.c

2008-03-18 Thread Stig Bjørlykke
I have no win32 experience to fix this, so if nobody can make this work correctly I will propose the attached patch. This will leak some memory on win32, but it's better than not working... -- Stig Bjørlykke oids.c.patch Description: Binary data

Re: [Wireshark-dev] Wireshark 1.0.0pre1 is now available

2008-03-18 Thread Stig Bjørlykke
for each version, so this should not be a problem. -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

Re: [Wireshark-dev] [Wireshark-commits] rev 24640: /trunk/ /trunk/packaging/macosx/ChmodBPF/: ChmodBPF README.macosx StartupParameters.plist /trunk/packaging/macosx/ScriptExec/English.lproj/: InfoPlis

2008-03-18 Thread Stig Bjørlykke
On 19. mars. 2008, at 01.06, Gerald Combs wrote: Stig Bjørlykke wrote: * Wireshark.app/Contents/MacOS/Wireshark is missing without any notice (I haven't figured out why), which causes the application to fail on startup. This should be done by osx-app.sh (line 203). It seems like both

[Wireshark-dev] Warnings from the OSX buildbot

2008-03-18 Thread Stig Bjørlykke
: /Users/buildslave/Documents/wireshark/osx104ppc/build/epan/.libs/ libwireshark.0.dylib Expected in: flat namespace -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

Re: [Wireshark-dev] Problems with epan\oids.c

2008-03-19 Thread Stig Bjørlykke
On 19. mars. 2008, at 01.48, Bill Meier wrote: I suggest implementing the patch now so that this fix can be part of the 1.0 release. Committed revision 24693. Marked for pending to 1.0.0. I also opened bug 2372 so we won't forget about it. -- Stig Bjørlykke

[Wireshark-dev] hf_gsm_map_getPassword missing in gsm_map

2008-03-26 Thread Stig Bjørlykke
Anders, The hf_gsm_map_getPassword is missing from the hf array in gsm_map: NO ARRAY: epan/dissectors/packet-gsm_map.c, hf_gsm_map_getPassword -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org

[Wireshark-dev] Plugin versions

2008-03-27 Thread Stig Bjørlykke
Almost all plugins have a 3 digit version number except infiniband which has 4 (1.0.1.0) and stats_tree which has 2 (0.0). Should we adjust them? -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http

Re: [Wireshark-dev] packet-tcp.c (expert severity level of zero window)

2008-04-07 Thread Stig Bjørlykke
. Do you plan to make some better looking ones? They seem to be out of shape. -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

[Wireshark-dev] Using glib 2.14.6-2 with gtk+ 2.12.8 on 1.0.0? (win32)

2008-04-10 Thread Stig Bjørlykke
this problem. Am I the only one getting this error with 1.0.0? Which glib is used in the released version? -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

Re: [Wireshark-dev] [Wireshark-bugs] [Bug 2432] New: failed tshark PDML export to file

2008-04-13 Thread Stig Bjørlykke
: 00C8 [bit length 12] size=2 pos=0 show=00:c8 value=00c8/ field name=mpeg-pes.aspect_ratio showname=aspect-ratio: aspect-1to1 (1) size=1 pos=496 show=1 value=11/ -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org

Re: [Wireshark-dev] [Wireshark-commits] rev 24995: /trunk/gtk/ /trunk/gtk/: about_dlg.c gui_utils.c gui_utils.h main_proto_draw.c webbrowser.c

2008-04-14 Thread Stig Bjørlykke
if this is because my system is configured to open directories in Firefox or if we have to do something to fix this. -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark

Re: [Wireshark-dev] Simple patch to packaging/nsis/Makefile.nmake

2008-04-16 Thread Stig Bjørlykke
On 16. april. 2008, at 05.19, Maynard, Chris wrote: The attached simple patch adds the following 2 missing help files to HELP and alphabetizes all of them: Committed revision 25067. -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark

Re: [Wireshark-dev] [Wireshark-commits] rev 25062: /trunk/gtk/ /trunk/gtk/: dlg_utils.c

2008-04-16 Thread Stig Bjørlykke
to the left of the button row ... I get no space between the buttons on the left. Have a look at the attached picture. -- Stig Bjørlykke attachment: Bilde 2.png___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman

Re: [Wireshark-dev] [Wireshark-commits] rev 24995: /trunk/gtk/ /trunk/gtk/: about_dlg.c gui_utils.c gui_utils.h main_proto_draw.c webbrowser.c

2008-04-16 Thread Stig Bjørlykke
Graeme, On win32 I suppose the File dialogs can be a network drive, like \\remotehost\folder, and this does not currently work. -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo

Re: [Wireshark-dev] New Wireshark welcome page!

2008-04-17 Thread Stig Bjørlykke
Nice work! On startup I get this warning: (wireshark:26750): Gtk-CRITICAL **: gtk_container_foreach: assertion `GTK_IS_CONTAINER (container)' failed -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org

Re: [Wireshark-dev] [Wireshark-commits] rev 25062: /trunk/gtk/ /trunk/gtk/: dlg_utils.c

2008-04-17 Thread Stig Bjørlykke
in a local language. -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

Re: [Wireshark-dev] New Wireshark welcome page!

2008-04-17 Thread Stig Bjørlykke
? -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

Re: [Wireshark-dev] New Wireshark welcome page!

2008-04-17 Thread Stig Bjørlykke
long filenames on my OSX. (I suppose it should?) - I would really like a new features and/or a tip of the day in the lower right corner. This would help us educate the users :) -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev

Re: [Wireshark-dev] [Wireshark-commits] rev 25062: /trunk/gtk/ /trunk/gtk/: dlg_utils.c

2008-04-17 Thread Stig Bjørlykke
2008/4/17, Jeff Morriss [EMAIL PROTECTED]: putenv(LANG=C)? ;-) This works, of cource. But can we add this in main()? -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark

Re: [Wireshark-dev] New Wireshark welcome page!

2008-04-18 Thread Stig Bjørlykke
,wireshark_svnversion); -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

Re: [Wireshark-dev] New Wireshark welcome page!

2008-04-19 Thread Stig Bjørlykke
When starting a capture with a file loaded, or restarting a running capture, we always get the welcome page in a split second after the current file is closed and before the new capture starts. Maybe we should have the old empty page in this situations? -- Stig Bjørlykke

Re: [Wireshark-dev] New Wireshark welcome page!

2008-04-19 Thread Stig Bjørlykke
-GObject-CRITICAL **: g_object_get_data: assertion `G_IS_OBJECT (object)' failed (wireshark:19088): GLib-GObject-CRITICAL **: g_object_get_data: assertion `G_IS_OBJECT (object)' failed -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev

Re: [Wireshark-dev] [Wireshark-commits] rev 25096: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-dcerpc-mapi.c packet-dcerpc-mapi.h /trunk/epan/dissectors/pidl/mapi/: Makefile mapi.cnf mapi.

2008-04-21 Thread Stig Bjørlykke
this commit I get a preference warning: 10:42:34 Warn /Users/stig/.wireshark/profiles/Analysis/preferences line 1591: No such preference mapi.decrypt (applying your preferences once should remove this warning) -- Stig Bjørlykke ___ Wireshark-dev

Re: [Wireshark-dev] SNMP TimeTicks 4 or 5 bytes?

2008-04-21 Thread Stig Bjørlykke
correct? According to the specs (and my knowledge) the current ASN1 encoding is correct. -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

[Wireshark-dev] Problems with header fields with same abbreviated name and different types

2008-04-21 Thread Stig Bjørlykke
Hi. When searching for the problem described in bug 2402 I think I may have found a bigger problem with the system doing the display filters. Could someone have a look at my description? http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2402 -- Stig Bjørlykke

Re: [Wireshark-dev] Preference to display hidden protocol items

2008-04-28 Thread Stig Bjørlykke
it in italics or..? We currently put them in angle brackets with a gray color. -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

Re: [Wireshark-dev] SMTP: Extracting parametrs

2008-04-30 Thread Stig Bjørlykke
the values like this: $ tshark -r smtp_data.pcap -e imf.from -e imf.to -e imf.subject -T fields Or you could simply dump all fields and do a grep, like this: $ tshark -V -r smtp_data.pcap | egrep Subject:|From:|To:|Date: -- Stig Bjørlykke ___ Wireshark

Re: [Wireshark-dev] New Wireshark welcome page!

2008-05-01 Thread Stig Bjørlykke
Just a note: The welcome page does not look good when using a dark color theme. Found this when looking at bug 1735. -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark

Re: [Wireshark-dev] [Wireshark-commits] rev 25224: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-ieee80211.c

2008-05-05 Thread Stig Bjørlykke
for all tagged parameters. I will cleanup handling SSID as binary in WLAN Traffic Statistics, as the code you are pointing at is used for this. -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http

Re: [Wireshark-dev] [Wireshark-commits] rev 25312: /trunk/gtk/ /trunk/gtk/: proto_hier_stats_dlg.c

2008-05-18 Thread Stig Bjørlykke
On 18. mai. 2008, at 20.18, Stephen Fisher wrote: This change appears to have broken the Solaris buildbot with the introduction of gtk_cell_renderer_progress_new(). Ok, sorry about that. Fixed in revision 25318. Will fix wlan_stat in a minute. -- Stig Bjørlykke

Re: [Wireshark-dev] [Wireshark-commits] rev 25350: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-sip.c

2008-05-22 Thread Stig Bjørlykke
2008/5/22 Martin Mathieson [EMAIL PROTECTED]: Did you see any warnings (on OSX?) ? I built and tested on Linux/GCC and VC 2005 EE. Yes, the osx compiler warns on this. -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org

Re: [Wireshark-dev] [Wireshark-commits] rev 25368: /trunk/ /trunk/epan/crypt/: Makefile.common Makefile.nmake /trunk/epan/: addr_resolv.c emem.c /trunk/gtk/: Makefile.common Makefile.nmake /trunk/: Ma

2008-05-23 Thread Stig Bjørlykke
2008/5/23 Michael Tuexen [EMAIL PROTECTED]: Same problem on Mac OS X, see the buildbot output... Fix in r25372. I think. -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo

[Wireshark-dev] Something has happened to the uat dialogs...

2008-05-27 Thread Stig Bjørlykke
)' failed -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

Re: [Wireshark-dev] [Wireshark-commits] rev 25406: /trunk/debian/ /trunk/debian/: README.debian changelog compat control docs headers-check.c menu prerm rules tshark.manpages wireshark-common.files wi

2008-05-31 Thread Stig Bjørlykke
packages? 2. One debian patch still exists. Can we make this obsolete by checking for sensible-browser in configure.in? -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

[Wireshark-dev] Return -1 from a heuristic dissector

2008-06-11 Thread Stig Bjørlykke
Hi all. The ms-mms dissector is returning -1 in some cases where it seems to want more data. The attached capture has no ms-mms data, and end up with a UDP packet not showing any Data. Shouldn't the ms-mms dissector return 0 or something? -- Stig Bjørlykke udp-pmul.pcap Description: Binary

Re: [Wireshark-dev] wireshark 1.0.1?

2008-06-17 Thread Stig Bjørlykke
On 17. juni. 2008, at 23.40, Stephen Donnelly wrote: I would like to ensure that #2359 is included, where is the 'proposed changes' list kept? http://wiki.wireshark.org/Development/Roadmap It looks like the fix for #2359 is included. -- Stig Bjørlykke

Re: [Wireshark-dev] [Wireshark-commits] rev 25473: /trunk-1.0/gtk/ /trunk-1.0/gtk/: recent.c recent.h

2008-06-18 Thread Stig Bjørlykke
and trunk r25451 should be removed from the 1.0.1 tree again. I'm sorry about that. -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org https://wireshark.org/mailman/listinfo/wireshark-dev

[Wireshark-dev] Dissecting based on UDP source port

2008-06-20 Thread Stig Bjørlykke
get this dissectors: ff(1089,1090), mikey(2269), tpncp, mgcp(2427) and ac_trace, which is not what I want. Is this a common problem when using MS Windows? -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org https

Re: [Wireshark-dev] [Wireshark-commits] rev 25499: /trunk/ /trunk/: Makefile.common editcap.c

2008-06-21 Thread Stig Bjørlykke
? It sure did break my compile... -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org https://wireshark.org/mailman/listinfo/wireshark-dev

Re: [Wireshark-dev] [Wireshark-commits] rev 25505: /trunk/gtk/ /trunk/gtk/: capture_dlg.c capture_if_details_dlg_win32.c capture_if_dlg.c capture_info_dlg.c color_dlg.c conversations_table.c decode_as

2008-06-21 Thread Stig Bjørlykke
On 21. juni. 2008, at 15.53, Bill Meier wrote: HELP_CAPTURE_INTERFACES_DETAILS_DIALOG is undeclared in capture_if_details_dlg_win32.c thus causing a Windows build to fail ... I know... Working on a fix. -- Stig Bjørlykke ___ Wireshark-dev

Re: [Wireshark-dev] Teamspeak2 dissector (2373)

2008-08-09 Thread Stig Bjørlykke
it :) Committed revision 25973. -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org https://wireshark.org/mailman/listinfo/wireshark-dev

Re: [Wireshark-dev] Files missing in wireshark-1.0.99-SVN-25996.tar.zg file AND NMAKE : fatal error U1077 : cl.exe while compiling sources

2008-08-13 Thread Stig Bjørlykke
, fix for this and the compile warning is committed to revision 26000. -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org https://wireshark.org/mailman/listinfo/wireshark-dev

Re: [Wireshark-dev] Custom column issues

2008-09-06 Thread Stig Bjørlykke
of the values - just blanks. This should work. Do you have any examples? Maybe some samples from your code, and the hf_ entry used for proto_tree_add_uint. -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org https

Re: [Wireshark-dev] [Wireshark-commits] rev 26377: /trunk/epan/dissectors//trunk/epan/dissectors/: ncp2222.py

2008-10-08 Thread Stig Bjørlykke
? And can't we add the space where we use the value, in packet-ncp.inc? And, as Jaap, I would like a comment for this. -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org https://wireshark.org/mailman/listinfo/wireshark

Re: [Wireshark-dev] [Wireshark-commits] rev 26376: /trunk/ /trunk/: manuf

2008-10-08 Thread Stig Bjørlykke
file directly? Do we update the manuf file any other way than running the make-manuf and commit the new generated file? I haven't seen this file automatically updated when we make a release. Maybe we should? It has been some months since it has been updated... -- Stig Bjørlykke

Re: [Wireshark-dev] [Wireshark-commits] rev 26376: /trunk/ /trunk/: manuf

2008-10-09 Thread Stig Bjørlykke
, docbook/developer-guide.xml, docbook/release-notes.xml, do all necessary changes in make- version.pl, version.conf, and whatever we should update on every release. This way we don't miss the obvious release changes, which Jaap has been talking about several times. -- Stig Bjørlykke

Re: [Wireshark-dev] Can execute compiled Wireshark/tshark :-(

2008-10-12 Thread Stig Bjørlykke
not work out of the box I think we should update the documentation. -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org https://wireshark.org/mailman/listinfo/wireshark-dev

Re: [Wireshark-dev] Expert info not in front after redisecting packets

2008-10-13 Thread Stig Bjørlykke
I guess we have alot of windows like this when rescanning starts. I have fixed a few, and will probably fix some more. But do we have to bring the main window to the front when rescanning packets? -- Stig Bjørlykke ___ Wireshark-dev mailing list

Re: [Wireshark-dev] Expert info not in front after redisecting packets

2008-10-14 Thread Stig Bjørlykke
, and the user has to find the window to se the updates while rescanning. -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org https://wireshark.org/mailman/listinfo/wireshark-dev

[Wireshark-dev] ASN.1 spec for kerberos?

2008-10-14 Thread Stig Bjørlykke
Hi. The only dissector using the old ber funcions dissect_ber_old_* now is packet-kerberos. Does anyone have the ASN.1 spec so we can generate this dissector? We should try to delete this functions now. -- Stig Bjørlykke ___ Wireshark-dev

[Wireshark-dev] Autocomplete for protocol names

2008-10-24 Thread Stig Bjørlykke
3comxns). I don't know how to fix this yet, but I leave the code in so more people can try the feature and maybe fix this issue? I guess we could try figure out if the user is typing an operator or a value. Or maybe just add a preference value (turn on/off) and document this behavior? -- Stig

Re: [Wireshark-dev] The native MacOS X GTK port is in beta now

2008-10-26 Thread Stig Bjørlykke
-menu.h +#include ige-mac-menu.h #endif Is it easy to enable the upper-right button to hide the Main Toolbar? -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org https://wireshark.org/mailman/listinfo/wireshark-dev

Re: [Wireshark-dev] The native MacOS X GTK port is in beta now

2008-10-26 Thread Stig Bjørlykke
**: gtk_widget_size_allocate(): attempt to allocate widget with width 669 and height -7 -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org https://wireshark.org/mailman/listinfo/wireshark-dev

Re: [Wireshark-dev] The native MacOS X GTK port is in beta now

2008-10-26 Thread Stig Bjørlykke
2008/10/27 Stephen Fisher [EMAIL PROTECTED]: Yup. Which toolbar(s) should be hidden by that control? All of them? My personal opinion would be just the Main Toolbar, as I use the Filter Toolbar all the time. -- Stig Bjørlykke ___ Wireshark-dev

Re: [Wireshark-dev] Autocomplete for protocol names

2008-10-27 Thread Stig Bjørlykke
window active. The string in the filter_te still have the deleted character... Committed revision 26581. Please check if this works for you. I suppose this is much better now, and I think we can live with the not problems. -- Stig Bjørlykke

Re: [Wireshark-dev] [Wireshark-bugs] [Bug 2979] can not open wireshark on mac PPC machine but yet universal

2008-10-28 Thread Stig Bjørlykke
are welcome to download the source code and compile it on your PowerPC machine and it will work fine. I'm able to build a PPC version, but as I'm behind a firewall (and the machine is a portable) I'm unable to put the machine in the buildbot to build official packages. Available on request :) -- Stig

Re: [Wireshark-dev] [Wireshark-bugs] [Bug 2809] Can't capture remotely using rpcap

2008-10-29 Thread Stig Bjørlykke
. -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org https://wireshark.org/mailman/listinfo/wireshark-dev

[Wireshark-dev] Anyone using the rpcap support?

2008-10-29 Thread Stig Bjørlykke
interfaces, do we really need the rpcap:// before the interface name? - When selecting Local after having captured on Remote interfaces the list is not updated to the local interfaces. And I would really like this feature for other than windows :) -- Stig Bjørlykke

Re: [Wireshark-dev] [Wireshark-commits] rev 26687: /trunk/gtk/ /trunk/gtk/: capture_dlg.c

2008-11-04 Thread Stig Bjørlykke
after doing a remote capture, and then change back to local interfaces. The code in select_if_type_cb() doesn't seem to find the correct value for old_iftype, and I don't know why. -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev

Re: [Wireshark-dev] Anyone using the rpcap support?

2008-11-06 Thread Stig Bjørlykke
. Include the remote support in Wireshark when building on non-win32. This is not optimal, but works as a backup when missing support in libpcap. Gerald: Is it CACE who is working on WinPcap? -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark

Re: [Wireshark-dev] [Wireshark-commits] rev 26829: /trunk-1.0/ /trunk-1.0/: manuf

2008-11-23 Thread Stig Bjørlykke
2008/11/23 [EMAIL PROTECTED]: Log: [Automatic manuf update for 2008-11-23] Directory: /trunk-1.0/ ChangesPath Action +196 -2516 manuf Modified I think we need r25867 in the 1.0 svn tree to get a correct manuf. -- Stig Bjørlykke

Re: [Wireshark-dev] [Wireshark-commits] rev 26829: /trunk-1.0/ /trunk-1.0/: manuf

2008-11-24 Thread Stig Bjørlykke
2008/11/24 Jaap Keuter [EMAIL PROTECTED]: Stig Bjørlykke wrote: I think we need r25867 in the 1.0 svn tree to get a correct manuf. ...although this comes dangerously close to backporting an enhancement. I know. But we already included the new manuf in our 1.0 release, and we should

Re: [Wireshark-dev] [Bug 3082] OSPF Dissector Does Not Decode or Display Neighbor IP Addresses

2008-11-24 Thread Stig Bjørlykke
. Have a look at RFC 2328: A.3.2 The Hello packet D.3 Cryptographic authentication http://tools.ietf.org/html/rfc2328 -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org https://wireshark.org/mailman/listinfo/wireshark-dev

Re: [Wireshark-dev] [Wireshark-commits] rev 26986: /trunk/help/ /trunk/help/: Makefile.am

2008-12-15 Thread Stig Bjørlykke
errors. /bin/sh: elinks: command not found /bin/sh: links: command not found -- Stig Bjørlykke ___ Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org Archives:http://www.wireshark.org/lists/wireshark-dev

Re: [Wireshark-dev] [Wireshark-commits] rev 27345: /trunk/gtk/ /trunk/gtk/: capture_dlg.h capture_if_dlg.c main_welcome.c

2009-02-02 Thread Stig Bjørlykke
2009/2/1 g...@wireshark.org: Log: Add (preliminary, and a bit hacky) support for interface-type icons on OS X. Is it possible to determine virtual interfaces and loopback interfaces and have special icons for them? -- Stig Bjørlykke

Re: [Wireshark-dev] Patch for packet-ams.c

2009-02-09 Thread Stig Bjørlykke
2009/2/9 Peter Johansson peterjohansso...@gmail.com: please commit this patch for packet-ams.c (part of the ethercat plugin). It corrects a misspelling only. Committed revision 27399. -- Stig Bjørlykke ___ Sent via

<    1   2   3   4   5   6   >