aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-09-07Don't pass length 0 to a FT_UINT.Stig Bjørlykke1-3/+3
2009-09-06Split a bunch of init routines into init() and cleanup(). This allows us to f...Kovarththanan Rajaratnam17-96/+188
2009-09-06Reorder file to group related functionalityKovarththanan Rajaratnam1-307/+304
2009-09-06[Automatic manuf and enterprise-numbers update for 2009-09-06]Gerald Combs2-12/+232
2009-09-06Put backAnders Broman1-4/+5
2009-09-06Change se_address_to_str() to call address_to_str_buf() directlyKovarththanan Rajaratnam1-2/+3
2009-09-06Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam37-650/+652
2009-09-06Dont declare address_to_str(). Pull in <epan/to_str.h> insteadKovarththanan Rajaratnam1-12/+9
2009-09-06Remove already #if 0'ed code that was made redundant due to COL_CIRCUIT_ID cu...Kovarththanan Rajaratnam1-98/+1
2009-09-06Remove static custom column variable which is no longer usedKovarththanan Rajaratnam1-5/+0
2009-09-06Fix target of assignment not really an lvalue errorKovarththanan Rajaratnam2-3/+3
2009-09-06We don't currently fake fields if they are referenced indirectly through some...Kovarththanan Rajaratnam1-1/+1
2009-09-06Use correct field types for variable length fields.Stig Bjørlykke1-5/+37
2009-09-06Tigthen the condition under which we create a protocol create while sortingKovarththanan Rajaratnam1-1/+7
2009-09-06Inline col_has_time_fmt() into col_based_on_frame_data()Kovarththanan Rajaratnam1-3/+6
2009-09-06Sort the visible list while traversing the physical row list. This halves the...Kovarththanan Rajaratnam1-21/+1
2009-09-06Macrofy have_custom_cols() -> HAVE_CUSTOM_COLS() internally in columns-utils.cKovarththanan Rajaratnam1-15/+13
2009-09-06Macrofy check_col() -> CHECK_COL() internally in columns-utils.cKovarththanan Rajaratnam1-53/+53
2009-09-06From Didier Gautheron:Anders Broman1-117/+202
2009-09-06Avoid calling emem_create_chunk() needlesslyKovarththanan Rajaratnam1-67/+70
2009-09-06We track all protocols that appear in each packet in the frame dissector. Thi...Kovarththanan Rajaratnam3-23/+26
2009-09-06This fix was supposed to be in r29731 which some how only contained whitespac...Kovarththanan Rajaratnam1-8/+90
2009-09-06Introduce TRY_TO_FAKE_THIS_REPR which is an optimization similar to the exist...Kovarththanan Rajaratnam2-35/+35
2009-09-06The frame dissector disables the TRY_TO_FAKE_THIS_ITEM() optimization by mark...Kovarththanan Rajaratnam3-8/+14
2009-09-06Add NEW_PACKET_LIST guard to color_filters_colorize_packet()Kovarththanan Rajaratnam3-19/+25
2009-09-06Make sure that we can enable/disable color filtering.Kovarththanan Rajaratnam3-73/+91
2009-09-06s/col_add_fstr/col_add_strKovarththanan Rajaratnam10-11/+11
2009-09-06Don't pass ep_alloc()'ed strings to col_set_str().Kovarththanan Rajaratnam22-23/+44
2009-09-05Changed type for "Wireless data" to FT_BYTES.Stig Bjørlykke1-1/+1
2009-09-05Remove an obsolete gui_time_format setting.Stig Bjørlykke1-1/+0
2009-09-05Don't copy constant column strings. This reduces memory foot print because CO...Kovarththanan Rajaratnam1-1/+20
2009-09-05col_custom_set_fstr() is unused. Remove itKovarththanan Rajaratnam3-49/+9
2009-09-05COL_BSSGP_TLLI is deprecatedKovarththanan Rajaratnam2-4/+1
2009-09-05Reorder col_fill_in()Kovarththanan Rajaratnam1-17/+9
2009-09-05Move reloading pane geometry to a point where we have the correctStig Bjørlykke1-1/+3
2009-09-05Dissect-on-the-fly when we have columns that are empty, i.e. columns containi...Kovarththanan Rajaratnam2-15/+63
2009-09-05Move new_packet_list_dissect() to packet_list_store.c. We need to have it the...Kovarththanan Rajaratnam3-43/+55
2009-09-05Inline cache_columns()Kovarththanan Rajaratnam1-21/+19
2009-09-05Remove dead code. We dont construct columns while reading the file. We do tha...Kovarththanan Rajaratnam1-32/+11
2009-09-05Fetch old column width values if we have not initialized the packet list,Stig Bjørlykke1-2/+7
2009-09-05Restore original condition in packet_list_iter_n_children()Kovarththanan Rajaratnam1-2/+1
2009-09-05Apply user font when changing profile with new packet list.Stig Bjørlykke1-1/+1
2009-09-05Get rid of row_data_tKovarththanan Rajaratnam3-12/+4
2009-09-05Make sure that we can resort with an active display filterKovarththanan Rajaratnam2-5/+11
2009-09-05Ignore preferences for deleted protocols "etheric" and "isup_thin".Stig Bjørlykke1-0/+4
2009-09-05Sort out some of the confusion r29706 introduced (visible vs. physical rows)....Kovarththanan Rajaratnam1-12/+33
2009-09-05Bail out gracefully on colums we cant sort on yet instead of crashingKovarththanan Rajaratnam1-0/+5
2009-09-05Make it build without warnings.Stig Bjørlykke1-2/+2
2009-09-05Get rid off GtkTreeModelFilter because the time to sort becomes unbearable wh...Kovarththanan Rajaratnam5-115/+189
2009-09-04A few minor revisions:Bill Meier1-32/+24