metze/wireshark/wip.git
2009-09-24 krj* Prefer col_append_str instead of col_append_fstr...
2009-09-24 krj* Prefer col_append_str instead of col_append_fstr...
2009-09-24 krjDon't guard col_append_str with check_col
2009-09-24 krjRemove check_col() guard
2009-09-24 wmeierRemove unneeded #includes (along with C++ style comment...
2009-09-24 wmeierMinor: Use tvb_reported_length... not tvb_length...
2009-09-24 wmeierVarious:
2009-09-24 krjThe beginning of a Python script/tool that indexes...
2009-09-24 wmeierAdd what appear to be missing breaks in two cases of...
2009-09-24 wmeierMinor changes:
2009-09-24 wmeierMinor changes:
2009-09-24 wmeierMinor changes:
2009-09-24 etxrabGet rid of some deprecated functions.
2009-09-24 wmeierMinor changes:
2009-09-24 krjMake sure that we also traverse the free_list while...
2009-09-24 krjUse val_to_str_const() since we intend on passing the...
2009-09-24 etxrabUpdate *.vcproj to visual studio 8
2009-09-24 etxraboption menu -> combo box.
2009-09-24 jmayerWhile trying to understand commit 30107, I found the...
2009-09-24 krjCall subdissector even when tree is NULL
2009-09-23 stigRun lemon from CMAKE_CFG_INTDIR.
2009-09-23 stigAdded Apple Cocoa library to processes dumping OSX...
2009-09-23 jmayerAdd a few hints for OS X builds.
2009-09-23 jmayer- Add $Id: $ tags
2009-09-23 jakeFix for bug 4046:
2009-09-23 stigSmall indent fix.
2009-09-23 wmeierDefine a global variable as static;
2009-09-23 stigTry finding gpg-error library, to improve building...
2009-09-23 stigRemoved setting GLIB2_LIBRARIES to GLIB_LIBRARY, to...
2009-09-23 stigTry finding pixbuf and pango libraries to help building...
2009-09-23 wmeierChange gchar foo[mm][nn] = {"xxx", "yyy", ...} to stati...
2009-09-23 stigBuild wiretap with cmake on OSX.
2009-09-23 krj(Trivial) White space changes
2009-09-23 wmeierQuick fix for Bug #4040.
2009-09-23 jmayerMore fixes for OSX - might work now :-)
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:
next