| Commit message (Expand) | Author | Age | Files | Lines |
* | Add helper function to epan_session which can be used to get absolute timesta... | Jakub Zawadzki | 2013-07-21 | 1 | -2/+2 |
* | Export libwireshark symbols using WS_DLL_PUBLIC define | Balint Reczey | 2013-03-01 | 1 | -21/+26 |
* | LUA API improvements | Michael Mann | 2013-02-25 | 1 | -0/+9 |
* | Fix a bunch of warnings. | Guy Harris | 2012-12-26 | 1 | -1/+1 |
* | col_cleanup() is undoing the allocations that col_init() does, so it's | Guy Harris | 2012-10-08 | 1 | -5/+6 |
* | Don't leak all of our column data in packet_list_recreate (I think we still leak | Evan Huus | 2012-10-08 | 1 | -0/+6 |
* | Update Free Software Foundation address. | Jakub Zawadzki | 2012-06-28 | 1 | -1/+1 |
* | Well, we *did* go to a widget that invokes callback to get the text for | Guy Harris | 2012-01-28 | 1 | -6/+0 |
* | Make it possiblwe to creare a trime string from frame data. | Anders Broman | 2011-09-19 | 1 | -0/+2 |
* | In packet_list_dissect_and_cache_record(), set the columns to | Guy Harris | 2011-04-09 | 1 | -0/+8 |
* | Doxygen related changes. | Anders Broman | 2010-08-30 | 1 | -4/+14 |
* | Remove duplicate definition of COL_MAX_LEN and COL_MAX_INFO_LEN: apparently n... | Jeff Morriss | 2010-08-21 | 1 | -11/+0 |
* | From Yaniv Kaul: constify parameters | Bill Meier | 2010-04-03 | 1 | -21/+21 |
* | Revert SVN #32360 until Windows compilation errors corrected. | Bill Meier | 2010-04-02 | 1 | -21/+21 |
* | From Yaniv Kaul: constify parameters | Bill Meier | 2010-04-02 | 1 | -21/+21 |
* | Changed from using own defined GNUC_FORMAT_CHECK to G_GNUC_PRINTF | Stig Bjørlykke | 2010-01-25 | 1 | -6/+5 |
* | Add an option to col_fill_in() to allow us to disable column expression proce... | Kovarththanan Rajaratnam | 2009-09-08 | 1 | -7/+7 |
* | col_custom_set_fstr() is unused. Remove it | Kovarththanan Rajaratnam | 2009-09-05 | 1 | -4/+0 |
* | Add missing prototype .... | Bill Meier | 2009-08-26 | 1 | -0/+3 |
* | Custom columnfication: | Kovarththanan Rajaratnam | 2009-08-23 | 1 | -2/+2 |
* | From Kovarththanan Rajaratnam: | Anders Broman | 2009-07-27 | 1 | -1/+1 |
* | From Kovarththanan Rajaratnam: | Anders Broman | 2009-07-27 | 1 | -0/+7 |
* | Fixed a typo. | Stig Bjørlykke | 2009-02-15 | 1 | -1/+1 |
* | Update all time columns when changing the time precision. | Stig Bjørlykke | 2008-06-14 | 1 | -1/+2 |
* | Custom column updates: | Stephen Fisher | 2008-03-01 | 1 | -1/+1 |
* | Check in changes originally checked in as SVN revision 24308 (new column | Stephen Fisher | 2008-02-13 | 1 | -0/+11 |
* | Revert commit 24308 until I can get it to compile on Windows/Linux/Solaris | Stephen Fisher | 2008-02-12 | 1 | -10/+0 |
* | Introduce a new column type called custom, which lets you put any display | Stephen Fisher | 2008-02-12 | 1 | -0/+10 |
* | This patch adds two new column types: | Sake Blok | 2007-10-03 | 1 | -0/+14 |
* | Put | Guy Harris | 2007-01-18 | 1 | -0/+7 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | in svn 15335 the tcp analysis was changed to do its stuff and to populate (... | Ronnie Sahlberg | 2005-10-04 | 1 | -0/+11 |
* | add doxygen comments to column-utils.h and do a slight code cleanup | Ulf Lamping | 2005-10-02 | 1 | -25/+155 |
* | Move the definition of GNUC_FORMAT_CHECK() to its own header, use it in | Guy Harris | 2005-09-13 | 1 | -12/+5 |
* | Make the "col_data" field in a "column_info" structure a pointer to an | Guy Harris | 2004-12-30 | 1 | -1/+1 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | Add new col_append methods which will prepend the (format) string with the | Olivier Biot | 2004-02-05 | 1 | -1/+8 |
* | Pull the stuff done in "dissect_packet()" to initialize a column_info | Guy Harris | 2003-04-16 | 1 | -2/+5 |
* | Add the notion of a "fence" to columns. A dissector can set the fence | Guy Harris | 2003-04-16 | 1 | -1/+2 |
* | Make the format argument to the "col_XXX_fstr()" routines, and the "str" | Guy Harris | 2002-12-02 | 1 | -8/+8 |
* | Instead of tweaking a "Protocol configuration options" extension header | Guy Harris | 2002-11-11 | 1 | -1/+2 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -4/+4 |
* | Support for capturing on, and reading captures from, OpenBSD firewall | Guy Harris | 2002-01-29 | 1 | -1/+4 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -17/+13 |
* | Remove the global packet_info called "pi". Dissectors now only | Gilbert Ramirez | 2001-11-21 | 1 | -2/+3 |
* | Put "extern" in front of a pile of function declarations. | Guy Harris | 2001-10-31 | 1 | -17/+15 |
* | Do __attribute__ stuff if the GCC version number is greater than or | Guy Harris | 2001-07-22 | 1 | -2/+2 |
* | Moved the the remaining column related routines out of packet.{c,h} | Ed Warnicke | 2001-04-01 | 1 | -0/+65 |