aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-10-24Windows build: #include winsock2.h only when needed.Bill Meier15-36/+59
#include winsock2.h pulls in about 90 distinct .h files and about 140 total .h files. Currently winsock2.h is (mostly unnecessarily) included for each dissector via packet.h/wtap.h. This patch removes #include winsock2.h from wtap.h and then includes winsock2.h (or windows.h) in the few specific places required. With this patch, my Windows Wireshark build takes about 30% less time. svn path=/trunk/; revision=26535
2008-10-23Take out extra */ to fix compile.Stephen Fisher1-1/+0
svn path=/trunk/; revision=26534
2008-10-23Set a title on the splash window even though it's not decorated.Jaap Keuter1-2/+2
This sets the title/icon of the taskbar item created when the splash screen is up. svn path=/trunk/; revision=26533
2008-10-23Remove extra tags.Gerald Combs1-3/+0
svn path=/trunk/; revision=26532
2008-10-23Let the dissectors fill the Protocol and Info columns by calling the even ↵Jaap Keuter2-40/+42
when tree == NULL. svn path=/trunk/; revision=26531
2008-10-23Update towards 48.008 8.4.0Anders Broman1-56/+99
svn path=/trunk/; revision=26530
2008-10-23Fix an assignment which is intended as a comparison.Jaap Keuter1-1/+1
svn path=/trunk/; revision=26529
2008-10-23Fix:Anders Broman1-0/+8
cc1: warnings being treated as errors packet-gtp.c: In function ‘decode_qos_umts’: packet-gtp.c:3725: error: ‘guar_dl_ext’ may be used uninitialized in this function packet-gtp.c:3722: error: ‘max_dl_ext’ may be used uninitialized in this function packet-gtp.c:3725: error: ‘guar_ul_ext’ may be used uninitialized in this function packet-gtp.c:3722: error: ‘max_ul_ext’ may be used uninitialized in this function packet-gtp.c:3726: error: ‘sig_ind’ may be used uninitialized in this function packet-gtp.c:3726: error: ‘src_stat_desc’ may be used uninitialized in this function make[4]: *** [libdissectors_la-packet-gtp.lo] Error 1 svn path=/trunk/; revision=26528
2008-10-23If we only see one half of a SCCP conneversation we can as a last resort ↵Anders Broman1-0/+33
make the association on the RLC(if seen). svn path=/trunk/; revision=26527
2008-10-23Update the QoS IEAnders Broman2-82/+302
svn path=/trunk/; revision=26526
2008-10-23Only use the statusbar for filter messages from the main window.Stig Bjørlykke3-14/+29
Updating the statusbar from popup windows is confusing. svn path=/trunk/; revision=26523
2008-10-23Add the Content-Length header as a header string, while maintaining the ↵Jaap Keuter1-3/+16
content-length filter option. svn path=/trunk/; revision=26522
2008-10-23From shmulikB:Anders Broman4-27/+45
1. ansi map fail to parser BCD digits when Numbering Plan: Telephony Numbering (ITU-T Rec. E.164,E.163) (2) 2. fix dissector_try_port if sms-TeleserviceIdentifier RECIEVE BEFORE sms-BearerData. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2989 svn path=/trunk/; revision=26521
2008-10-23Updates for Python 2.6.Gerald Combs3-211/+218
svn path=/trunk/; revision=26520
2008-10-23Add tvb_bytes_to_str() & tvb_bytes_to_str_punct(); fix a few typos.Bill Meier1-5/+21
svn path=/trunk/; revision=26519
2008-10-22Mark len as unused.Anders Broman1-1/+1
svn path=/trunk/; revision=26518
2008-10-22Some further updates.Anders Broman3-110/+243
svn path=/trunk/; revision=26517
2008-10-22Mark some unused variables.Stig Bjørlykke2-13/+17
svn path=/trunk/; revision=26516
2008-10-22Get rid of /* inside comment.Guy Harris1-4/+4
svn path=/trunk/; revision=26515
2008-10-22Update bssap le and BSS MAP.Anders Broman5-491/+1904
svn path=/trunk/; revision=26514
2008-10-22aclocal-fallback/glib.m4 and aclocal-fallback/gtk.m4 are no longer part ofGerald Combs1-2/+0
the distribution. svn path=/trunk/; revision=26513
2008-10-22Remove aclocal-fallback m4 files that were used to check for GTK and GLIB v1.Stephen Fisher2-390/+0
Their v2 counterparts remain. svn path=/trunk/; revision=26512
2008-10-22Display error messsage that Glib 2.4 or later was not found when checkingStephen Fisher1-1/+1
for Glib 2.4+. The message used to say 2.0 or later was not found. svn path=/trunk/; revision=26511
2008-10-21Detect a previous Wireshark installation and let the user uninstall it first.Gerald Combs1-19/+26
svn path=/trunk/; revision=26509
2008-10-20Fix a bit more spacingBill Meier1-28/+28
svn path=/trunk/; revision=26506
2008-10-20Oops ! Revert (Remove) development stuff ....Bill Meier1-2/+0
svn path=/trunk/; revision=26505
2008-10-20Adjust indentation to be more consistent ....Bill Meier1-355/+358
svn path=/trunk/; revision=26504
2008-10-20Clean up the whitespace.Jaap Keuter1-225/+224
svn path=/trunk/; revision=26503
2008-10-20Use invisible event boxes so the preferences looks good when using themes.Stig Bjørlykke2-0/+4
svn path=/trunk/; revision=26502
2008-10-19[Automatic manuf update for 2008-10-19]Gerald Combs1-3/+27
svn path=/trunk/; revision=26497
2008-10-19Fixed a small issue using esc and backspace in filter autocompletion.Stig Bjørlykke1-8/+17
svn path=/trunk/; revision=26496
2008-10-19Fixed filter name for "nisplus.dummy"Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=26495
2008-10-19Add filter autocomplete for filter in color edit dialog.Stig Bjørlykke1-0/+4
svn path=/trunk/; revision=26494
2008-10-19Add filter autocomplete for filter in file->open and file->merge windows.Stig Bjørlykke1-0/+7
svn path=/trunk/; revision=26493
2008-10-19Remove a misplaced comment...Stig Bjørlykke1-1/+0
svn path=/trunk/; revision=26492
2008-10-19Add filter autocomplete for more places we use filter entries.Stig Bjørlykke8-4/+32
svn path=/trunk/; revision=26491
2008-10-19Construct a new autocomplete popup window again if pressing backspaceStig Bjørlykke1-2/+18
while having no existing popup window. svn path=/trunk/; revision=26490
2008-10-18From beanniecai:Jaap Keuter2-90/+88
Change non-printable characters(code page 936, simplified Chineses) 0x96 in packet-ieee80211.c and 0xa7 in packet-sndcp-xid.c to '-' and null character, otherwise there is always warning C4819 using MS compiler. Additional some whitespace cleanups applied. svn path=/trunk/; revision=26489
2008-10-18From Peter Harris:Jaap Keuter1-8/+12
The attached patch adds support for dissecting 'sent' events to the X11 dissector. svn path=/trunk/; revision=26488
2008-10-17When we set the channel and offset entries in the wireless toolbar,Gerald Combs3-106/+75
set the offset first. This makes sure the offset entry is initialized correctly. In the advanced wireless settings dialog, don't bother enabling/disabling the toolbar. Remove some leftover debugging code. Remove some checks for data we don't use (and mark it as unused). Fixup whitespace. svn path=/trunk/; revision=26487
2008-10-17Further updates: dissect error-code and e-data.Anders Broman4-12/+186
svn path=/trunk/; revision=26486
2008-10-16Revert files checked in by misstake.Anders Broman2-1741/+3766
svn path=/trunk/; revision=26485
2008-10-16Add asn1 file from Heimdal use som stuff from it add more dissection in the ↵Anders Broman7-3813/+2551
template and .cnf file. svn path=/trunk/; revision=26484
2008-10-16Default: "dissector not registered on tcp.port";Bill Meier1-10/+9
svn path=/trunk/; revision=26482
2008-10-16Remove unnecessary #includesBill Meier1-5/+0
svn path=/trunk/; revision=26481
2008-10-16Removed some "statement not reached" warnings.Stig Bjørlykke2-2/+0
svn path=/trunk/; revision=26480
2008-10-16Fixed a datatype to avoid a warning.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=26479
2008-10-16Removed a "statement not reached" warning.Stig Bjørlykke1-1/+0
svn path=/trunk/; revision=26478
2008-10-16Remove a warning: "Function has no return statement".Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=26477
2008-10-16Fixed decoding of multiple sequences in a sequence of implict sequence.Stig Bjørlykke1-7/+16
Removed attempt to fix number of items in indef sequence-of and set-of. svn path=/trunk/; revision=26476