aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-09-08Add an option to col_fill_in() to allow us to disable column expression proce...Kovarththanan Rajaratnam10-46/+79
2009-09-08From Steve Osselton:Anders Broman2-17/+42
2009-09-08Use Wireshark/GLib attribute specifiers instead of checking for __GNUC__ expl...Kovarththanan Rajaratnam3-60/+28
2009-09-08Make tshark and rawshark use build_column_format_array() instead of duplicati...Kovarththanan Rajaratnam6-235/+167
2009-09-08Trivial: add direction to expert info string for CRC failures.Martin Mathieson1-1/+2
2009-09-08Build new packetlistJörg Mayer1-3/+7
2009-09-08- now wireshark compiles with cmake as wellJörg Mayer4-19/+31
2009-09-08Hoist COL_CHECK_REF_TIME in the call hierarchy. Use it in our public function...Kovarththanan Rajaratnam1-28/+14
2009-09-08Custom columnfication:Kovarththanan Rajaratnam6-64/+19
2009-09-08Get rid of deprecated gtk_entry_append_text().Anders Broman1-2/+5
2009-09-08Custom column deprecation:Kovarththanan Rajaratnam4-8/+3
2009-09-08Custom column deprecation:Kovarththanan Rajaratnam4-8/+3
2009-09-08Custom column deprecation:Kovarththanan Rajaratnam4-8/+3
2009-09-08Custom column deprecation:Kovarththanan Rajaratnam4-17/+12
2009-09-08Get rid of deprecated gtk_option_menu_new();Anders Broman1-38/+19
2009-09-08Cleanup code for type and code, do not show empty "()" when code is unused.Stig Bjørlykke1-21/+20
2009-09-08From : Didier GautheronAnders Broman6-14/+21
2009-09-08Fixed initialization of fdata.Stig Bjørlykke1-1/+2
2009-09-08From Alex Lindberg:Anders Broman3-6/+9
2009-09-08dftest and rawshark now build.Jörg Mayer7-19/+557
2009-09-08From Artem Tamazov:Jaap Keuter1-1/+21
2009-09-08Remove an unused parameter.Anders Broman1-14/+13
2009-09-07Make sure that reset the elapsed time to load a file before we reload/rescan ...Kovarththanan Rajaratnam2-21/+30
2009-09-07Rename new_packet_list_set_time_width() -> new_packet_list_resize_column() be...Kovarththanan Rajaratnam3-31/+22
2009-09-07Rename packet_list_dissect_and_cache => packet_list_dissect_and_cache_iterKovarththanan Rajaratnam3-3/+3
2009-09-07Make sure that we fill in the frame_data before passing it onto col_fill_in_f...Kovarththanan Rajaratnam2-22/+61
2009-09-07Auto resize rest of the frame_data columnsKovarththanan Rajaratnam1-22/+2
2009-09-07Auto size COL_NUMBER, COL_PACKET_LENGTH and COL_CUMULATIVE_BYTESKovarththanan Rajaratnam3-79/+151
2009-09-07Add progress bar while constructing columns (which is time consuming)Kovarththanan Rajaratnam2-74/+81
2009-09-07From Mike Morrin:Anders Broman3-3/+5
2009-09-07Track how many const strings we're storing. This is guarded by NEW_PACKET_LIS...Kovarththanan Rajaratnam2-1/+26
2009-09-07From Mike Morrin:Anders Broman1-26/+218
2009-09-07Constify some functionsKovarththanan Rajaratnam2-6/+6
2009-09-07Whitespace changesKovarththanan Rajaratnam1-315/+315
2009-09-07ntroduce some seasonal address name lookup functions which we use when NEW_PA...Kovarththanan Rajaratnam4-26/+77
2009-09-07Tigthen scope of local variablesKovarththanan Rajaratnam1-8/+7
2009-09-07mark unused parameter.Anders Broman1-1/+1
2009-09-07Use constant strings for Addresses saves some memory.Anders Broman3-7/+26
2009-09-07Store the packet encapsulation type as gint8. Saves 3 bytes per packetKovarththanan Rajaratnam5-7/+16
2009-09-07Auto resize non frame_data based columnsKovarththanan Rajaratnam3-2/+43
2009-09-07Fixed some warnings and removed unused code.Stig Bjørlykke1-116/+4
2009-09-07Set sensitivity on resize columns button.Stig Bjørlykke1-2/+1
2009-09-07Enable resize columns button for new packet list.Stig Bjørlykke1-1/+4
2009-09-07Add initial implementation of new_packet_list_resize_columns() which just set...Kovarththanan Rajaratnam3-42/+121
2009-09-07Fixed arguments to new_packet_list_set_time_width().Stig Bjørlykke1-1/+1
2009-09-07col_fmt not needed.Anders Broman3-3/+3
2009-09-07Track length of columns strings. We'll need this in order to resize columns q...Kovarththanan Rajaratnam3-3/+11
2009-09-07Automatically adjust the time column width when time format changes.Anders Broman3-1/+30
2009-09-07The external declaration of airpcap_tb here is not neededJörg Mayer1-1/+1
2009-09-07- Undo the PACKAGELIST WSWIN32 stuff in CMakeLists.txt:Jörg Mayer9-1244/+1103