aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-11-28Put double click on a frame link back.Stig Bjørlykke2-4/+9
2007-11-28Various changes with focus to startup speedupTomas Kukosa9-48/+360
2007-11-28Fixed a possible infinite loop.Stig Bjørlykke1-3/+3
2007-11-28update to most recent wkssvc.idl from the samba4 repositoryRonnie Sahlberg4-726/+7502
2007-11-28Fix bug #954 for LDAP SRT stats along with the same problem in all the otherStephen Fisher13-32/+63
2007-11-28Fix a problem whereby the smb2 service resposne time statistics filter wasStephen Fisher1-1/+1
2007-11-28some more path fixes for g_ascii_strcasecmp.hRonnie Sahlberg6-6/+6
2007-11-28no need to include those xpm's unless we are building for gtk2Ronnie Sahlberg1-1/+1
2007-11-28fix the path to include g_ascii_strcasecmp.hRonnie Sahlberg8-8/+8
2007-11-28we must include glib.h so we know what gchar and gsize isRonnie Sahlberg1-0/+1
2007-11-28we must include config.h or else NEED_G_ASCII_STRCASECMP_H will never be Ronnie Sahlberg1-1/+5
2007-11-28Summary enhancements:Stig Bjørlykke3-70/+152
2007-11-28Fixed a bug when adjusting summary marked start time.Stig Bjørlykke1-1/+1
2007-11-27- Added SEQ/ACK analysis for reports and notifications.Stig Bjørlykke1-84/+220
2007-11-27Update to sqlite lemon 1.51Anders Broman1-46/+62
2007-11-27Apply yet another of the optimization patches:Anders Broman1-10/+7
2007-11-27Apply yet another of the optimization patches:Anders Broman1-1/+1
2007-11-27Ban strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp()Guy Harris1-0/+8
2007-11-27From Sam Leffler: Add support for IEEE80211_RADIOTAP_XCHANNEL.Gerald Combs1-16/+246
2007-11-27Fixes from Sam Leffler:Gerald Combs3-6/+7
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris57-317/+709
2007-11-27Fixes to:Graeme Lunt1-6/+21
2007-11-27Fix from Stephen Fisher for bug 2028.Michael Tüxen1-3/+3
2007-11-27Don't attach to any TCP/UDP ports if we weren't able to load the database--an...Jeff Morriss1-20/+28
2007-11-27Added tvb_get_ephemeral_faked_unicode and tvb_get_ephemeral_stringzStig Bjørlykke1-0/+2
2007-11-27Fix for bug 2000. Make sure that both datalink layer and application layer ag...Jaap Keuter1-2/+3
2007-11-27Add support for showing wireless LAN info (signal strength / rate / channel)Stephen Fisher1-4/+22
2007-11-27fix mpa_... problemsUlf Lamping1-4/+13
2007-11-27Check for AVPs with a list of values and a type that's not a 32-bit orGuy Harris1-14/+38
2007-11-27From Tuomas Maattanen: Fix a .11e QBSS IE endian error.Gerald Combs1-1/+1
2007-11-27Make sure we fully initialize a struct. Fixes bug 2021.Gerald Combs1-0/+1
2007-11-26Get rid of the global data structures populated by wiretap/mpeg-audio butJeff Morriss4-43/+67
2007-11-26Disable splash message logging, since it seems to ignore the log level mask.Gerald Combs1-1/+0
2007-11-26Oops, don't put a comment inside a commentJeff Morriss1-2/+1
2007-11-26When we've found C++ style comments, tell which file we found them in.Jeff Morriss1-1/+1
2007-11-26Get rid of C++/C99 style comments--not all compilers support themJeff Morriss14-507/+509
2007-11-26Use the offset and length for the interesting data.Stig Bjørlykke1-3/+5
2007-11-26If the user has G_LOG_LEVEL_INFO enabled, provide startup progress messages.Gerald Combs2-0/+4
2007-11-26s/stat/eth_stat/ and s/unlink/eth_unlink/ to avoid non-ASCII filename problem...Jeff Morriss4-6/+7
2007-11-26From Florent Drouin via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=20...Jeff Morriss1-1/+1
2007-11-26gcc-4.1.1 thinks 'retval' might not get set inside the TRY(). Initialize it.Jeff Morriss1-1/+1
2007-11-26Use correct offset for subtree in dissect_spoolss_relstr.Stig Bjørlykke1-1/+1
2007-11-26Change (yet another--I really need to find a way to automate finding these th...Jeff Morriss1-1/+1
2007-11-26From Kai Blin:Stig Bjørlykke1-1/+60
2007-11-26Update error handling of UDP Light Illegal Checksum value 0Sebastien Tandel1-3/+5
2007-11-26iUpdate error handling of UDP Light Illegal Checksum value 0Sebastien Tandel1-0/+3
2007-11-26Check current_frame instead of finfo_selected before trying to build aStig Bjørlykke1-2/+2
2007-11-26Check if a packet is selected before trying to build a display filter basedSake Blok1-9/+11
2007-11-26Change %G to %Y for year in strftime() so it works on Windows also (%G is an ...Stephen Fisher1-6/+6
2007-11-26Add writing support for the CommView file format.Stephen Fisher3-7/+142