aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-10-29Add a note in INSTALL that GTK+ 1.2[.x] is only supported up toSake Blok1-0/+5
Wireshark 1.0.x svn path=/trunk/; revision=26617
2008-10-29Fix a few (not all) of the current checkapi errors in gtk/Stephen Fisher4-3/+5
- Non-ASCII characters in a few filess - Missing $Id$ tag in one file svn path=/trunk/; revision=26616
2008-10-29Fix for bug 1854:Jaap Keuter1-10/+32
Even though not perfect, this effectively doubles the width of the header labels without changing the rest of the layout. svn path=/trunk/; revision=26615
2008-10-28Add end of configure script summary item for GeoIPStephen Fisher1-0/+1
svn path=/trunk/; revision=26614
2008-10-28Clean up indentation.Guy Harris1-12/+12
Fix typoes. Get rid of C++/C99-style comment. svn path=/trunk/; revision=26613
2008-10-28Fix bug 2844:Stig Bjørlykke2-2/+2
Make the OSX application launch when having space in the path. svn path=/trunk/; revision=26612
2008-10-28Make it compile.Stig Bjørlykke1-1/+2
svn path=/trunk/; revision=26611
2008-10-28Move dissect_geographical_description() from gsm_map to gsm_a_common to make ↵Anders Broman2-274/+0
it easier to use it in other dissectors including it from gsm_map makes in neccesarry to include asn1.h. Fix some bugs in the code, use it from bssmap. (Forgotten files). svn path=/trunk/; revision=26610
2008-10-28Move dissect_geographical_description() from gsm_map to gsm_a_common to make ↵Anders Broman1-1/+1
it easier to use it in other dissectors including it from gsm_map makes in neccesarry to include asn1.h. Fix some bugs in the code, use it from bssmap. (Forgotten file). svn path=/trunk/; revision=26609
2008-10-28packet-gsm_sms.c:1643: warning: unused variable 'str' ...etcAnders Broman1-14/+0
svn path=/trunk/; revision=26608
2008-10-28From Shmulik Bezale:Anders Broman3-55/+993
gsm sms -> reassemble + wap support https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3004 svn path=/trunk/; revision=26607
2008-10-28From Shmulik Bezale:Anders Broman2-2/+2
GSM_MAP - ucs2 support on USSD. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2991 svn path=/trunk/; revision=26606
2008-10-28From Shmulik Bezale:Anders Broman1-5/+263
is-637-ansi support more encoding. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3005 svn path=/trunk/; revision=26605
2008-10-28From Pascal Quantin:Anders Broman1-25/+31
Buggy 3GPP 44.018 Cell Channel Description / Frequency List IEs decoding. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3007 svn path=/trunk/; revision=26604
2008-10-28Move dissect_geographical_description() from gsm_map to gsm_a_common to make ↵Anders Broman6-307/+352
it easier to use it in other dissectors including it from gsm_map makes in neccesarry to include asn1.h. Fix some bugs in the code, use it from bssmap. svn path=/trunk/; revision=26603
2008-10-28#include <emem.h>Bill Meier1-0/+1
svn path=/trunk/; revision=26602
2008-10-28Minor cleanup for proto_register & proto_reg_handoff ...Bill Meier1-31/+32
svn path=/trunk/; revision=26601
2008-10-28Show correct dates in application info.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=26600
2008-10-28proto_register & proto_reg_handoff related; remove unnecessary code ....Bill Meier2-29/+6
svn path=/trunk/; revision=26599
2008-10-28Removed ARCHS to make it build on Intel or PowerPC.Stig Bjørlykke1-1/+0
svn path=/trunk/; revision=26598
2008-10-28Fix issue reported in bug #2979:Stephen Fisher1-4/+1
Change Xcode project for ScriptExec to build only i386 ("Intel") instead of i386 & ppc ("Universal")) since none of the rest of Wireshark or its libraries are universal. ScriptExec is placed in Wireshark.app/Contents/MacOS/Wireshark, which then calls Wireshark.app/Contents/Resources/bin/wireshark-bin. This will make Wireshark show up as an Intel only binary instead of universal. ScriptExec comes from the Platypus application's source code. svn path=/trunk/; revision=26597
2008-10-28Minor cleanup related to proto_register/proto_reg_handoff ...Bill Meier2-17/+30
svn path=/trunk/; revision=26596
2008-10-27Cleanup by using a common function for building the autocompletion list.Stig Bjørlykke1-126/+110
Untabify. svn path=/trunk/; revision=26595
2008-10-27Fix the GeoIP preference description.Jaap Keuter1-1/+1
svn path=/trunk/; revision=26594
2008-10-27Wrong value for ELLIPSOID_POINT_WITH_UNCERT_CIRC used in CASE.Anders Broman2-34/+78
svn path=/trunk/; revision=26593
2008-10-27Allow more characters in each column.Gerald Combs1-16/+18
svn path=/trunk/; revision=26592
2008-10-27Fixed some true_false_string definitions.Stig Bjørlykke1-12/+12
svn path=/trunk/; revision=26591
2008-10-27From Pascal Quantin:Anders Broman1-240/+956
Add 3GPP 44.018 SI3 and SI4 Rest Octets decoding. svn path=/trunk/; revision=26590
2008-10-27Update towards 48.008 8.4.0Anders Broman3-333/+1228
svn path=/trunk/; revision=26589
2008-10-27Minor rework related to proto_reg_handoffBill Meier1-9/+6
svn path=/trunk/; revision=26588
2008-10-27Show configured GeoIP paths in About->FoldersStig Bjørlykke4-1/+61
svn path=/trunk/; revision=26587
2008-10-27Fix bug in each dissector: port pref change was ignored; Related: ↵Bill Meier2-6/+28
proto_reg_handoff rework. svn path=/trunk/; revision=26586
2008-10-27Do not popup the autocompletion window with only one exactly matching entry.Stig Bjørlykke1-9/+32
svn path=/trunk/; revision=26585
2008-10-27From Tom Hughes:Jaap Keuter1-13/+51
The attached patch extends the X11 protocol dissector to decode the event contained in a SendEvent request. svn path=/trunk/; revision=26584
2008-10-27Removed a g_warning().Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=26583
2008-10-27Add sections for SMI and GeoIP. Sort the UAT sections.Gerald Combs1-104/+180
svn path=/trunk/; revision=26582
2008-10-27From Bahaa Naamneh and me:Stig Bjørlykke1-3/+59
Check if the filter string being typed is a beginning of a protocol name before calling the autocomplete functionality. svn path=/trunk/; revision=26581
2008-10-27Add libgeoip-dev package dependancy.Jaap Keuter1-1/+1
svn path=/trunk/; revision=26580
2008-10-27Bump version numberJaap Keuter1-2/+2
svn path=/trunk/; revision=26579
2008-10-27Added info about GeoIP. Only dump info about ADNS if without c-ares.Stig Bjørlykke1-6/+17
svn path=/trunk/; revision=26578
2008-10-27Uh, new attempt to sort hostlist correct...Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=26577
2008-10-27Sort hostlist columns correct.Stig Bjørlykke1-2/+4
Temporary fix for adding GeoIPCity names with norwegian characters, so we do not crash in gtk_clist_insert(). svn path=/trunk/; revision=26576
2008-10-27Use correct struct to check for path.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=26575
2008-10-27On request from Philip Zimmermann:Jaap Keuter1-9/+59
Additional cypher type and key agreement, and check of the CRC. svn path=/trunk/; revision=26574
2008-10-27Try to make the build bot happy.Anders Broman1-1/+1
svn path=/trunk/; revision=26573
2008-10-27Remove random ; at the end of preprocessor directive.Stephen Fisher1-1/+1
svn path=/trunk/; revision=26572
2008-10-27Add support for the GeoIP library. Using different database files,Gerald Combs10-80/+550
GeoIP can map IP addresses to Countries, Cities, AS numbers, ISPs, etc. If any library paths are defined AND any database files are found, corresponding columns are added to the endpoint tables in the GUI. To do: - Add columns to the conversation list - Add GeoIP info to "-z conv,..." - Create a default UAT file. svn path=/trunk/; revision=26571
2008-10-27ETH -> WS updates.Gerald Combs5-16/+16
svn path=/trunk/; revision=26570
2008-10-27Add About, Preferences and a working Quit option to the OS X application menuStephen Fisher2-11/+45
when ige mac integration is used. svn path=/trunk/; revision=26569
2008-10-27Fix a copy/paste error.Gerald Combs1-1/+1
svn path=/trunk/; revision=26568