aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-29Have the error for not finding GTK+ indicate that we require GTK+ 2.4 orGuy Harris1-4/+4
2008-04-29Correct AVP name.Anders Broman1-1/+1
2008-04-28Fix minor typo in commentBill Meier1-1/+1
2008-04-28Added flag i new recent file to determine where to get values nowStig Bjørlykke2-5/+25
2008-04-28Reopen the recent file when reading older common settings.Stig Bjørlykke1-0/+2
2008-04-28Split the recent file in two, one for the configuration profileStig Bjørlykke3-128/+293
2008-04-28Fix test for unlimited credits value in new alloc format.Martin Mathieson1-2/+2
2008-04-27From Alon Tal:Jaap Keuter1-1/+4
2008-04-27Add adns_dll.dep and adns_dll.rc to the tarball, as requested by SakeStig Bjørlykke1-0/+2
2008-04-27Remove all GTK+ < 2.4 code and minimum version checks.Stephen Fisher12-516/+18
2008-04-25Changed to display NCP connection, as in conversations.Stig Bjørlykke1-0/+4
2008-04-25Register dissector by name.Stig Bjørlykke1-1/+2
2008-04-25Register dissector by name.Stig Bjørlykke1-1/+2
2008-04-25Add comment explaining that case is safe.Martin Mathieson1-0/+1
2008-04-25Add cast to avoid Windows warning.Martin Mathieson1-1/+1
2008-04-25From Márton Németh:Jaap Keuter3-47/+47