aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-05-05Boost the automake version required to 1.9.Guy Harris1-2/+2
2008-05-05Require automake 1.9 or later; earlier versions don't support theGuy Harris1-1/+1
2008-05-05Fix some of the Errors/warnings detected by checkapi,Anders Broman9-122226/+123723
2008-05-05Change depreciated function g_tree_traverse -> g_tree_foreachAnders Broman2-2/+2
2008-05-05Remove depreciated functions g_string_sprint, g_string_sprintfa.Anders Broman5-20/+20
2008-05-05Handle SSID as binary in WLAN Traffic Statistics.Stig Bjørlykke3-37/+29
2008-05-05Add Id tag.Anders Broman1-1/+3
2008-05-05Don't use proto_tree_add_item_hidden().Anders Broman2-21/+42
2008-05-05Remove gtk/isprint.h as it's not in use.Stig Bjørlykke3-45/+0
2008-05-05Dount use proto_tree_add_item_hidden().Anders Broman4-10/+19
2008-05-05Have autoconf generate "ustar" tar files by default. This should let us haveGerald Combs2-8/+7
2008-05-05Make it possible to run checkapi on all plugins trough makefile.nmakeAnders Broman30-0/+91
2008-05-05Add depreceated glib API:sAnders Broman1-0/+10
2008-05-05From Gerhard Olsson :Anders Broman1-46/+50
2008-05-05Replace leading spaces by a TABJörg Mayer1-2/+2
2008-05-05Fix a tpyoJörg Mayer1-1/+1
2008-05-04Improved the WLAN Traffic Statistics:Stig Bjørlykke1-15/+751
2008-05-04Corrected some unused arguments in case someone starts using them,Stig Bjørlykke1-2/+2
2008-05-04Added a hidden SSID (wlan_mgt.ssid) to be able to filter on the ssid.Stig Bjørlykke1-1/+10
2008-05-03Fix for bug #2518: 'tshark -Tfields -e data' Omits Last Character of DataBill Meier1-2/+1
2008-05-03From Abhik Sarkar:Jaap Keuter1-74/+184
2008-05-03From Steve Karg:Jaap Keuter1-1/+1
2008-05-02Initialise variable.Martin Mathieson1-0/+1
2008-05-02Fix (what I presume to be) a typo to prevent compile error.Bill Meier1-1/+1
2008-05-02Fix crash in Bug #2410: restore saved 'packet_info.private_data' for two fail...Bill Meier1-0/+2
2008-05-02More R7 additions.Martin Mathieson1-2/+38
2008-05-02Updated common control messages to R7.Martin Mathieson1-24/+107
2008-05-02Ensure wireshark-filter doc rebuilt when tshark changes; optimize rebuild sli...Bill Meier1-7/+1
2008-05-02From Shinsuke SUZUKI:Jaap Keuter4-9/+9
2008-05-01Removed a debug printf line.Stig Bjørlykke2-83/+81
2008-05-01Force foreground when background is forced in RTP analysis and VOIP calls.Stig Bjørlykke2-4/+10
2008-05-01Force foreground when background is forced in expert info dialogs.Stig Bjørlykke3-0/+4
2008-05-01While playing with a dark theme I found it much nicer to use the Stig Bjørlykke1-1/+1
2008-05-01Try to track SIP responses back to their requests.Martin Mathieson1-13/+188
2008-05-01From Frederic Peters (bug 1735):Stig Bjørlykke1-0/+4
2008-05-01...but not with a comment inside a comment, as that might cause aGuy Harris1-1/+7
2008-05-01Get rid of C++/C99 comment.Guy Harris1-1/+1
2008-04-30Now with EAP dissector safety valve.Jaap Keuter1-1/+4
2008-04-30From cfreeer:Jaap Keuter1-1/+5
2008-04-30Get rid of extra blank lines at the end of the file.Guy Harris1-2/+0
2008-04-30Use report_failure() to report failures in capture_sync.c; that will doGuy Harris2-50/+19
2008-04-30add some cygwin clarificationsUlf Lamping1-7/+8
2008-04-29Change an option menu (deprecated in GTK+ 2.4) to a combo box (GTK+ 2.4+).Stephen Fisher1-20/+19
2008-04-29Replace an option menu (deprecated as of GTK+ 2.4) with a combo boxStephen Fisher1-46/+32
2008-04-29All versions of GLib 2.x come with g_ascii_strcasecmp(), and we requireGuy Harris5-169/+2
2008-04-29Call se_free_all() in epan_cleanup() so that we will detect per-session (se_)Jeff Morriss1-0/+1
2008-04-29Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1513 : don't tvb_memcp...Jeff Morriss1-12/+12
2008-04-29From Abhik Sarkar, fixed bug #2477.Martin Mathieson1-1/+1
2008-04-29Move minimum byte count test from dissect_scsi_smc_element() up into the call...Jeff Morriss1-7/+10
2008-04-29Get rid of old GLib 1.2[.x] stuff, as we now require GLib 2.x.Guy Harris3-48/+0