metze/wireshark/wip.git
2009-09-23 etxrabPropagate the changes to the .cnf file so they don...
2009-09-23 jmayerHopefully fix wsutil build on OSX.
2009-09-23 krjDon't col_clear(COL_PROTOCOL) followed by col_set_str...
2009-09-23 krjUse col_set_str instead of col_add_fstr/col_add_str...
2009-09-23 krjUse col_set_str instead of col_add_fstri/col_add_str...
2009-09-23 etxrabChange option menu to combo box.
2009-09-23 krjDon't col_clear() followed by col_set_str(). A col_set_...
2009-09-23 etxrabFix the debug code somewhat, we do not have a clist...
2009-09-23 jmayerBuild more plugins with cmake.
2009-09-22 krj-P is no longer invalid. We use it for the 'two pass...
2009-09-22 krjUse col_set_str instead of col_add_fstr when adding...
2009-09-22 krj(Cosmetic) Reorder functions
2009-09-22 wmeier(Trivial) Rework a comment slightly.
2009-09-22 etxrabFix: jyoung SVN #30065; Sort order at start of new...
2009-09-22 krjRemove unused 'offset' parameter
2009-09-22 etxrab- new_packet_list_resize_column() if we get an empty...
2009-09-22 krjAdd initial support for "two pass analysis" in tshark...
2009-09-22 etxrabFrom Vincent Helfre:
2009-09-22 etxrabSelect the first packet when doing a live capture....
2009-09-22 krjRename init_cap_file() to cap_file_init()
2009-09-22 krjdfilter_free() can handle a NULL pointer so don't guard...
2009-09-22 krjIntroduce cap_file_add_fdata() and start using it
2009-09-22 krjAlways initialise fdata even when we don't dissect...
2009-09-22 krjSimply some logic inside process_packet()
2009-09-22 krjMake frame_data_set_after_dissect() callers do the...
2009-09-22 krjSwitch Wireshark GUI (file.c) over to using frame_data.c
2009-09-22 krjRefactor frame_data_init() into frame_data_set_before_d...
2009-09-22 etxrab- Add new_packet_list_set_sel_browse()
2009-09-22 etxrabFrom Gerasimos Dimitriadis:
2009-09-22 etxrabFix minor formating issues by hand(bug 4001).
2009-09-22 etxrabFix minor formating issues by hand(bug 4001).
2009-09-22 jakeFrom Julian Fielding:
2009-09-22 krjMake sure that the old packet list works with the chang...
2009-09-22 krjConstify colour source
2009-09-21 jakeFix for bug 4034:
2009-09-21 jakeSet svn properties and fix Id keyword.
2009-09-21 sfisherMinor white space cleanup.
2009-09-21 krjBring frame_data_init() and add_packet_to_packet_list...
2009-09-21 krjConstify (missed in r30051)
2009-09-21 krjOnly set cumulative bytes after passing the display...
2009-09-21 krjMove 'Delta timestamp to previous captured frame' calcu...
2009-09-21 krjStore 'color_filter' as const in 'frame_data'
2009-09-21 krjDon't include header files that are not required
2009-09-21 krjRemove unused 'vers' member in capture_file
2009-09-21 krjRemove unused 'pstats' member in capture_file
2009-09-21 krjRename capture_file.plist to capture_file.plist_start...
2009-09-21 krjRemove second (redundant) assignment to fdata->cum_bytes
2009-09-21 krjReverse order of NEW_PACKET_LIST guard, i.e. #ifdef...
2009-09-21 krjGuard fdata->col_text_len/fdata->col_text with NEW_PACK...
2009-09-21 sfisherFix typo in comment
2009-09-21 krj(cosmetic change) - reset cumulative bytes together...
2009-09-21 krjcf->dfilter is only set if it's valid so assert if...
2009-09-21 krjReset cumulative bytes when we open the file
2009-09-21 krjSet fdata->num up front and roll back if necessary
2009-09-21 krjShuffle NEW_PACKET_LIST guard
2009-09-21 krjAdd unsigned int type cast
2009-09-21 krjIntroduce a NEW_PACKET_LIST specialized version of...
2009-09-21 tuexenAdd initial support for DNS/SCTP.
2009-09-21 etxrabcf_change_time_formats() is not needed with new packet...
2009-09-21 krjMove frame_data_init() declaration to frame_data.h
2009-09-21 krjMake sure that we track the amount allocated when we...
2009-09-21 etxrabAdd a more verbose error printout.
2009-09-21 krjAdd NEW_PACKET_LIST guard wrt fdata->col_text
2009-09-21 jmayerCMake:
2009-09-20 etxrabFrom Gerasimos Dimitriadis:
2009-09-20 etxrabTry to fix(take II):
2009-09-20 jakeFrom Kjell Hultman:
2009-09-20 krjFrom Jim Young via bug 4033:
2009-09-20 krjFix return type for frame_data_init()
2009-09-20 krjIntroduce frame_data_cleanup() and start using it
2009-09-20 krjUse frame_data_init() instead of the locally defined...
2009-09-20 krjIntroduce frame_data_init() and get rid of fill_in_fdat...
2009-09-20 krjMove verbose banner output to show_version() and tighte...
2009-09-20 krjMake cf_mark_frame() an empty stub in tshark.c. We...
2009-09-20 krjRemove unused cf_unmark_frame() function
2009-09-20 krjMove verbose banner output to show_version() and tighte...
2009-09-20 gerald[Automatic manuf and enterprise-numbers update for...
2009-09-20 krjOnly duplicate string the first time around, i.e. ...
2009-09-20 krjUse ep_verify_pointer() in col_set_str() to verify...
2009-09-20 krjAdd ep_verify_pointer()/se_verify_pointer() which check...
2009-09-20 krjAssert on null string in col_set_str(). This is reasona...
2009-09-20 krjRemove unused/dead code
2009-09-20 krjMake se_trees static in emem.c
2009-09-20 jakeBump version number after release of first development...
2009-09-20 etxrabAdd myself and Kovarththanan Rajaratnam as co authors.
2009-09-20 krjUse g_new()
2009-09-20 krjAdd NEW_PACKET_LIST guard
2009-09-20 krjUse tvb_get_ephemeral_string() to avoid memleak (should...
2009-09-20 krjUse tvb_get_ephemeral_stringz() instead of tvb_get_stri...
2009-09-20 krjUse tvb_get_ephemeral_string() to avoid memleak.
2009-09-20 krjUse tvb_get_ephemeral_string() instead of tvb_get_string()
2009-09-20 krjUse tvb_get_ephemeral_string() instead of tvb_get_string()
2009-09-20 krjUse ep_alloc() instead of g_malloc() for packet scoped...
2009-09-20 etxrabFix for:
2009-09-20 krjUse tvb_get_ephemeral_string() to avoid memleak.
2009-09-20 krjUse ep_alloc() instead of g_malloc() for packet scoped...
2009-09-20 krjUse tvb_get_ephemeral_string() to avoid memleak.
2009-09-20 krjUse tvb_get_ephemeral_string() instead of tvb_get_string()
2009-09-20 krjAdd a couple of g_asserts
2009-09-20 krjUse G_STRLOC
next