aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-09-02Add --enable-new-packet-list to configure script. DefaultMichael Tüxen1-0/+12
2009-09-02Mark unused parameter as such.Michael Tüxen1-1/+1
2009-09-02Use new_packet_list_colorize_packets() where cf_colorize_packets();Anders Broman2-4/+19
2009-09-02Trying to fix:Anders Broman1-0/+2
2009-09-02Adding new color rules should work now.Anders Broman1-0/+4
2009-09-02Adding new color rules should work now.Anders Broman4-1/+19
2009-09-02Add seperate new_packet_list_moveto_end() which scrolls to the end _without_ ...Kovarththanan Rajaratnam3-3/+36
2009-09-02Add initial support to decode the ADIP and PhysicalInformation for MMC Ronnie Sahlberg1-9/+269
2009-09-02Make sure that we select the last row if autoscroll is enabled. The scrolling...Kovarththanan Rajaratnam2-13/+20
2009-09-02Add Semi-Persistent Scheduling (SPS) RNTI.Martin Mathieson3-7/+16
2009-09-02Beginnings of getting cmake to build stuff in epan.Jörg Mayer4-134/+306
2009-09-02No need to include packet-frame.hJörg Mayer1-1/+0
2009-09-02Prepare abillity to add color filters with new packet list.Anders Broman3-13/+18
2009-09-02 Didier Gautheron:Anders Broman2-67/+120
2009-09-01Check whether "size" points to something positive, not whether "size"Guy Harris1-1/+1
2009-09-01Define some windows specific header filesKovarththanan Rajaratnam1-0/+9
2009-09-01Check for mkdtemp()Kovarththanan Rajaratnam2-0/+4
2009-09-01Remove superfluous NULL pointer checks wrt. g_malloc() and g_realloc()Kovarththanan Rajaratnam1-4/+5
2009-09-01In new_packet_list_append() all we need is in fdata.Anders Broman1-90/+3
2009-09-01From Jakub Zawadzki via. Bug 3330:Kovarththanan Rajaratnam4-8/+42
2009-09-01Misc cleanup;Bill Meier1-1675/+1675
2009-09-01From Richard Brodie via. Bug 3913:Kovarththanan Rajaratnam3-7/+7
2009-09-01We no longer store the column text in our record, so don't ever dereference t...Kovarththanan Rajaratnam2-61/+62
2009-09-01Plug memleak in new_packet_list_store_clear(). Make sure that we free the poi...Kovarththanan Rajaratnam1-29/+29
2009-09-01Add volatile to avoid clobbered by longjmp warning.Martin Mathieson1-1/+1
2009-09-01Out with debug output...Michael Tüxen1-1/+0
2009-09-01From Irene Ruengeler: Get rid of legacy gtk code...Michael Tüxen3-303/+436
2009-09-01- Read a min number if packets before checking if the progress bar should be ...Anders Broman1-24/+36
2009-09-01TypoAnders Broman1-1/+1
2009-09-01Don't bother with a progress dialog for small Hex windows.Anders Broman1-9/+18
2009-08-31Add check for HAVE_MKSTEMP to make build work again onJörg Mayer2-0/+4
2009-08-31- Fix for bug 3965 as reported by Ivan Sy <ivan_jr@yahoo.com>Jörg Mayer1-11/+20
2009-08-31Remove strcasecmp. We use g_ascii_strcasecmp exclusivelyKovarththanan Rajaratnam7-61/+1
2009-08-31Connect F7 and F8 for new_packet_list.Anders Broman1-2/+6
2009-08-31Use a timeout of a second for Mac OS X, when buildingMichael Tüxen1-0/+4
2009-08-31Reorder (no functionality change)Kovarththanan Rajaratnam1-8/+10
2009-08-31CMake: Remove PRId64, PRIu64, PRIx64, PRIX64, and PRIo64 which are unusedKovarththanan Rajaratnam4-171/+0
2009-08-31Remove PRId64, PRIu64, PRIx64, PRIX64, and PRIo64 which are unusedKovarththanan Rajaratnam1-50/+0
2009-08-31From Gerasimos Dimitriadis:Anders Broman1-4/+48
2009-08-31We don't use PRId64, PRIu64, PRIx64, PRIX64, and PRIo64 internally in Wiresha...Kovarththanan Rajaratnam1-5/+0
2009-08-31Add utf_8to16_snprintf() which creates a UTF16 string according to the given ...Kovarththanan Rajaratnam4-8/+33
2009-08-30Move config.h include to start of fileKovarththanan Rajaratnam1-3/+4
2009-08-30Remove superfluous config parametersKovarththanan Rajaratnam3-10/+2
2009-08-30Remove outdated comments regarding ZLIB_DLL. We don't have to define this bef...Kovarththanan Rajaratnam1-4/+0
2009-08-30Add a couple of comments to HAVE_DIRECT_H, HAVE_WINDOWS_H and HAVE_WINSOCK2_HKovarththanan Rajaratnam1-4/+9
2009-08-30Add a couple of Windows header filesKovarththanan Rajaratnam1-0/+4
2009-08-30[Automatic manuf and enterprise-numbers update for 2009-08-30]Gerald Combs2-10/+255
2009-08-30Disable standard library deprecation when MSVC >= 2005Kovarththanan Rajaratnam1-0/+5
2009-08-30Some minor corrections in function descriptionsSake Blok1-1/+5
2009-08-30Add new windows cmake module finderKovarththanan Rajaratnam1-0/+31