obnox/wireshark/wip.git
2009-09-09 krjWe no longer support the old plugin API so remove it...
2009-09-09 jmayerAdd missing include dirs when building wslua.
2009-09-09 jmayerCMAKE: Get most of of missing *build* pieces into place
2009-09-09 etxrabAllocate col_text and col_text_len when the fdata struc...
2009-09-09 etxrabAllocate col_text and col_text_len when the fdata struc...
2009-09-09 etxrabTarget Identification shall be coded as TLV IE where...
2009-09-09 jakeFrom kahou:
2009-09-09 jakeFix for bug 3987:
2009-09-09 geraldCheck our array lengths and refuse to process them...
2009-09-08 geraldJust use proto_tree_add_item instead of feeding tvb...
2009-09-08 geraldMove the infinite loop check from proto_tree_add_node to
2009-09-08 tuexenPrint cic in info column for BICC messages similar...
2009-09-08 krjUse g_strlcpy when possible
2009-09-08 etxrabFrom Xavier Laxa:
2009-09-08 krjAdd an option to col_fill_in() to allow us to disable...
2009-09-08 etxrabFrom Steve Osselton:
2009-09-08 krjUse Wireshark/GLib attribute specifiers instead of...
2009-09-08 krjMake tshark and rawshark use build_column_format_array...
2009-09-08 martinmTrivial: add direction to expert info string for CRC...
2009-09-08 jmayerBuild new packetlist
2009-09-08 jmayer- now wireshark compiles with cmake as well
2009-09-08 krjHoist COL_CHECK_REF_TIME in the call hierarchy. Use...
2009-09-08 krjCustom columnfication:
2009-09-08 etxrabGet rid of deprecated gtk_entry_append_text().
2009-09-08 krjCustom column deprecation:
2009-09-08 krjCustom column deprecation:
2009-09-08 krjCustom column deprecation:
2009-09-08 krjCustom column deprecation:
2009-09-08 etxrabGet rid of deprecated gtk_option_menu_new();
2009-09-08 stigCleanup code for type and code, do not show empty ...
2009-09-08 etxrabFrom : Didier Gautheron
2009-09-08 stigFixed initialization of fdata.
2009-09-08 etxrabFrom Alex Lindberg:
2009-09-08 jmayerdftest and rawshark now build.
2009-09-08 jakeFrom Artem Tamazov:
2009-09-08 etxrabRemove an unused parameter.
2009-09-07 krjMake sure that reset the elapsed time to load a file...
2009-09-07 krjRename new_packet_list_set_time_width() -> new_packet_l...
2009-09-07 krjRename packet_list_dissect_and_cache => packet_list_dis...
2009-09-07 krjMake sure that we fill in the frame_data before passing...
2009-09-07 krjAuto resize rest of the frame_data columns
2009-09-07 krjAuto size COL_NUMBER, COL_PACKET_LENGTH and COL_CUMULAT...
2009-09-07 krjAdd progress bar while constructing columns (which...
2009-09-07 etxrabFrom Mike Morrin:
2009-09-07 krjTrack how many const strings we're storing. This is...
2009-09-07 etxrabFrom Mike Morrin:
2009-09-07 krjConstify some functions
2009-09-07 krjWhitespace changes
2009-09-07 krjntroduce some seasonal address name lookup functions...
2009-09-07 krjTigthen scope of local variables
2009-09-07 etxrabmark unused parameter.
2009-09-07 etxrabUse constant strings for Addresses saves some memory.
2009-09-07 krjStore the packet encapsulation type as gint8. Saves...
2009-09-07 krjAuto resize non frame_data based columns
2009-09-07 stigFixed some warnings and removed unused code.
2009-09-07 stigSet sensitivity on resize columns button.
2009-09-07 stigEnable resize columns button for new packet list.
2009-09-07 krjAdd initial implementation of new_packet_list_resize_co...
2009-09-07 stigFixed arguments to new_packet_list_set_time_width().
2009-09-07 etxrabcol_fmt not needed.
2009-09-07 krjTrack length of columns strings. We'll need this in...
2009-09-07 etxrabAutomatically adjust the time column width when time...
2009-09-07 jmayerThe external declaration of airpcap_tb here is not...
2009-09-07 jmayer- Undo the PACKAGELIST WSWIN32 stuff in CMakeLists...
2009-09-07 stigDon't pass length 0 to a FT_UINT.
2009-09-06 krjSplit a bunch of init routines into init() and cleanup...
2009-09-06 krjReorder file to group related functionality
2009-09-06 gerald[Automatic manuf and enterprise-numbers update for...
2009-09-06 etxrabPut back
2009-09-06 krjChange se_address_to_str() to call address_to_str_buf...
2009-09-06 krjRename address_to_str() to ep_address_to_str() because:
2009-09-06 krjDont declare address_to_str(). Pull in <epan/to_str...
2009-09-06 krjRemove already #if 0'ed code that was made redundant...
2009-09-06 krjRemove static custom column variable which is no longer...
2009-09-06 krjFix target of assignment not really an lvalue error
2009-09-06 krjWe don't currently fake fields if they are referenced...
2009-09-06 stigUse correct field types for variable length fields.
2009-09-06 krjTigthen the condition under which we create a protocol...
2009-09-06 krjInline col_has_time_fmt() into col_based_on_frame_data()
2009-09-06 krjSort the visible list while traversing the physical...
2009-09-06 krjMacrofy have_custom_cols() -> HAVE_CUSTOM_COLS() intern...
2009-09-06 krjMacrofy check_col() -> CHECK_COL() internally in column...
2009-09-06 etxrabFrom Didier Gautheron:
2009-09-06 krjAvoid calling emem_create_chunk() needlessly
2009-09-06 krjWe track all protocols that appear in each packet in...
2009-09-06 krjThis fix was supposed to be in r29731 which some how...
2009-09-06 krjIntroduce TRY_TO_FAKE_THIS_REPR which is an optimizatio...
2009-09-06 krjThe frame dissector disables the TRY_TO_FAKE_THIS_ITEM...
2009-09-06 krjAdd NEW_PACKET_LIST guard to color_filters_colorize_pac...
2009-09-06 krjMake sure that we can enable/disable color filtering.
2009-09-06 krjs/col_add_fstr/col_add_str
2009-09-06 krjDon't pass ep_alloc()'ed strings to col_set_str().
2009-09-05 stigChanged type for "Wireless data" to FT_BYTES.
2009-09-05 stigRemove an obsolete gui_time_format setting.
2009-09-05 krjDon't copy constant column strings. This reduces memory...
2009-09-05 krjcol_custom_set_fstr() is unused. Remove it
2009-09-05 krjCOL_BSSGP_TLLI is deprecated
2009-09-05 krjReorder col_fill_in()
2009-09-05 stigMove reloading pane geometry to a point where we have...
2009-09-05 krjDissect-on-the-fly when we have columns that are empty...
next