aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-10-05Add (a copy of) glib's g_strv_length() if we have glib < 2.6Jeff Morriss1-31/+57
svn path=/trunk/; revision=34380
2010-10-05Split some texts on the welcome page to make "Interface List" andStig Bjørlykke1-2/+2
"Capture Help" smaller to make room for longer filenames in the Open Recent list. svn path=/trunk/; revision=34379
2010-10-04Try to make r34375 work every timeStephen Fisher1-1/+1
svn path=/trunk/; revision=34378
2010-10-04Use spaces instead of tabs on two lines added in r34375Stephen Fisher1-2/+2
svn path=/trunk/; revision=34377
2010-10-04From Giuliano Fabris: Enhanced DVB Simulcrypt protocol dissector:Bill Meier2-166/+951
"Implemented EIS <-> SCS support, (P)SIG <-> MUX support, MUX <-> CiM support and (P) <-> CiP support." See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5212 From me: (Trivial) Whitespace/indentation cleanup. svn path=/trunk/; revision=34376
2010-10-04Stop the MS-DOS style path name warnings when compiling on Windows.Stephen Fisher2-44/+47
svn path=/trunk/; revision=34375
2010-10-04Fix the minimum length.Gerald Combs1-1/+1
svn path=/trunk/; revision=34374
2010-10-04Don't remove the services file. It isn't built in the same way thatGerald Combs2-3/+2
sminmpec.c is. svn path=/trunk/; revision=34373
2010-10-04Stig pointed out that we need to exclude some entries.Gerald Combs2-8/+43
svn path=/trunk/; revision=34372
2010-10-04Copy make-sminmpec.pl to make-services.pl and modify it to fetch theGerald Combs5-59/+267
IANA port-numbers file and save it to "services". Use it to update "services". svn path=/trunk/; revision=34371
2010-10-04Don't attempt to put into the release tarball something that no longerGuy Harris1-1/+0
exists. svn path=/trunk/; revision=34370
2010-10-04With the toos, drop its description as well.Jaap Keuter1-43/+0
svn path=/trunk/; revision=34369
2010-10-04Add a link to ask.wireshark.org.Gerald Combs1-3/+5
svn path=/trunk/; revision=34368
2010-10-04We haven't used CVS in a good long while.Gerald Combs1-116/+0
svn path=/trunk/; revision=34367
2010-10-04From Yasuyuki Tanaka: Fix PANA (RFC 5191) packets are dissected incorrectly.Bill Meier1-217/+215
(AVP length as being interpreted incorrectly). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5183 From me: General dissector code cleanup & bug fixing: - Show/dissect AVP "value" for non-vendor-specific AVPs; - Tighten & cleanup heuristic; - Fix some potential overflow issues; - #include <stdio.h> #include <stdlib.h> not req'd; - Fix some whitespace & formatting; svn path=/trunk/; revision=34366
2010-10-04From Jose Pico via bug 5272:Stig Bjørlykke1-2/+4
Export Object SMB functionality fixes. svn path=/trunk/; revision=34365
2010-10-04(GUIManager)set time display format(makes file load work again).Anders Broman1-3/+8
svn path=/trunk/; revision=34364
2010-10-04Explain BPF in the tooltips for "Compile BPF".Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=34363
2010-10-04Update to V9.4.0 (2010-09), no change in the asn1 def's.Anders Broman6-6/+7
svn path=/trunk/; revision=34362
2010-10-04(GUIManager)set_menu_sensitivity_old not used when MENUS_USE_UIMANAGER defined.Anders Broman1-3/+5
svn path=/trunk/; revision=34361
2010-10-04Added some defines to make it compile with MAIN_MENU_USE_UIMANAGER.Stig Bjørlykke1-5/+18
svn path=/trunk/; revision=34360
2010-10-04Mark unused parameters as unused.Anders Broman1-27/+27
svn path=/trunk/; revision=34359
2010-10-04From Yu Zhang:Anders Broman1-1/+2
MRP packet is not correctly parsed in PROFINET multiple write record request. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5267 svn path=/trunk/; revision=34358
2010-10-03Make "bpf_image" available on Windows. This enables the "Compile BPF" button ↵Sake Blok4-1/+5
and "dumpcap -d" on Windows. svn path=/trunk/; revision=34357
2010-10-03Enable Airpcap build by default: There should be noJörg Mayer1-1/+1
side effects on non-windows systems and it will increase the common source code coverage between Win32 and other systems. svn path=/trunk/; revision=34356
2010-10-03#if 0 an used functionBill Meier1-0/+2
svn path=/trunk/; revision=34355
2010-10-03Make a number of functions static;Bill Meier1-141/+165
Rename two g_... functions so as to not be in GLib namespace; Move proto_register... to just before proto_reg_handoff... Reformat some lines; More Whitespace cleanup. svn path=/trunk/; revision=34354
2010-10-03Add a cast to make the OSX-PPC buildbot happy.Sake Blok1-5/+5
Removed debugging commenting-out that slipped through... svn path=/trunk/; revision=34353
2010-10-03[GTKUImanagerFix a typo and a callback.Anders Broman1-2/+14
svn path=/trunk/; revision=34352
2010-10-03Whitespace & formatting cleanup;Bill Meier1-376/+379
Use #if 0/#endif instead of /* */ to comment out code in a few places. svn path=/trunk/; revision=34351
2010-10-03Refactor dissection of CHALLENGE target-info & AUTHENTICATE ntlmv2-response ↵Bill Meier1-316/+335
attributes: - decode all attributes as specified in MS-NLMP; - use common code for target-info and ntlmv2 attribute dissection; Add filter for the "version" field; Remove some obsolete #if 0'd code. svn path=/trunk/; revision=34350
2010-10-03[GTKUImanager]Fix Help callbacks.Anders Broman1-38/+69
svn path=/trunk/; revision=34349
2010-10-03Added a missing separator.Stig Bjørlykke1-0/+1
svn path=/trunk/; revision=34347
2010-10-03Use UTF8_HORIZONTAL_ELLIPSIS instead of "..." in menus.Stig Bjørlykke7-376/+382
svn path=/trunk/; revision=34346
2010-10-03Use correct text for "Not Selected".Stig Bjørlykke1-4/+4
svn path=/trunk/; revision=34344
2010-10-03Add the missing "... or not Selected".Stig Bjørlykke1-0/+22
svn path=/trunk/; revision=34343
2010-10-03Use correct text for "Not Selected".Stig Bjørlykke1-4/+4
svn path=/trunk/; revision=34342
2010-10-03[Automatic manuf and enterprise-numbers update for 2010-10-03]Gerald Combs2-13/+202
svn path=/trunk/; revision=34341
2010-10-03Retry of SVN 34338, now tested on my WinXP dev VM:Sake Blok5-35/+51
Use pcap_open_dead instead of pcap_create for the compile BPF button. svn path=/trunk/; revision=34340
2010-10-02Reverting SVN 34338, looks like libpcap and winpcap are more different than ↵Sake Blok1-7/+38
I thought. I might have to set up a local windows build system again :( svn path=/trunk/; revision=34339
2010-10-02Use pcap_open_dead instead of pcap_create for the compile BPF button. This ↵Sake Blok1-38/+7
makes the button available on systems which do not have libraries that have pcap_create (like Windows for example) Change a couple of values into defined constants. svn path=/trunk/; revision=34338
2010-10-02Ensure we always show the selected frame when changing sort order.Stig Bjørlykke1-0/+25
svn path=/trunk/; revision=34337
2010-10-02Add pcap_compile_nopcap(); [Not tested]Bill Meier1-0/+11
svn path=/trunk/; revision=34336
2010-10-02Fix a compilation errorBill Meier1-1/+1
svn path=/trunk/; revision=34335
2010-10-02Minor cleanup:Bill Meier3-759/+724
- packet-cfm.h not used elsewhere: incorporate into packet-cfm.c; - Move proto_register and proto_reg_handoff to the end of the file; - Localize some variables; - Remove some unneeded initializers; - Cleanu some whitesace. svn path=/trunk/; revision=34334
2010-10-02Make capture filter syntax checking independent of pcap_create by using ↵Sake Blok1-69/+32
pcap_compile_nopcap svn path=/trunk/; revision=34333
2010-10-02Add col_clear; Also: Small reformatting and whitespace changesBill Meier1-270/+283
svn path=/trunk/; revision=34332
2010-10-02Check for HAVE_PCAP_CREATE in a few more spots to fix building on systems ↵Sake Blok1-0/+4
with a pcap-library that does not support pcap_create svn path=/trunk/; revision=34331
2010-10-02Add syntax checking to the capture filter text entry in the capture setup ↵Sake Blok1-0/+64
screen. Since capture filters are DLT dependent, it is not useful to do syntax checking in the capture filter dialog (unless we check each filter against every possible DLT) svn path=/trunk/; revision=34330
2010-10-02When a user selected a non-default DLT for the interface, change the DLT to ↵Sake Blok1-1/+5
the user-selected DLT before compiling the BPF code. svn path=/trunk/; revision=34329