aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
Commit message (Expand)AuthorAgeFilesLines
* From Jakub Zawadzki:Anders Broman2010-05-021-3/+32
* From Jakub Zawadzki:Anders Broman2010-04-271-27/+0
* From Jakub Zawadzki:Anders Broman2010-04-271-1/+55
* Reindent a bunchJeff Morriss2010-04-261-263/+321
* The comment here suggests fields should have abbreviations but previously we ...Jeff Morriss2010-04-261-0/+3
* Make the absolute_time_display_e enum start at 1000 to avoid overlapping withJeff Morriss2010-04-241-35/+56
* When checking the header_field_infos, use g_error() to give the developer aJeff Morriss2010-04-241-29/+111
* From Jakub Zawadzki:Anders Broman2010-04-201-0/+1
* Partly revert the changes made to epan/proto.c in SVN-29490Sake Blok2010-04-101-5/+5
* From Yaniv Kaul: constify parametersBill Meier2010-04-031-83/+83
* Revert SVN #32360 until Windows compilation errors corrected.Bill Meier2010-04-021-77/+77
* From Yaniv Kaul: constify parametersBill Meier2010-04-021-77/+77
* Change printing of all BASE_OCT values to use the alternate formRonnie Sahlberg2010-03-191-8/+8
* Fix for bug 4563:Jaap Keuter2010-03-081-1/+1
* Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris2010-02-271-3/+4
* From Jakub Zawadzki:Gerasimos Dimitriadis2010-01-251-54/+3
* Minor simplification in length calculation of proto_tree_add_bitsGerasimos Dimitriadis2010-01-241-6/+4
* Add _format_value variants of the proto_tree_add_bits functionGerasimos Dimitriadis2010-01-231-41/+248
* Use true/false strings instead of actual numeric values when adding a booleanGerasimos Dimitriadis2009-12-281-13/+8
* For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris2009-12-191-3/+11
* Rename BASE_STRUCTURE_RESET to BASE_DISPLAY_E_MASK, to clarify that it'sGuy Harris2009-12-121-12/+10
* Add an argument to abs_time_to_str() and abs_time_secs_to_str()Guy Harris2009-12-101-2/+2
* No need to do string compare for FT_PROTOCOL.Stig Bjørlykke2009-11-191-4/+2
* Added support for some missing custom column types:Stig Bjørlykke2009-11-191-1/+19
* Return FALSE from proto_tracking_interesting_fields() when no tree.Stig Bjørlykke2009-10-121-1/+1
* Check for valid tree in proto_get_finfo_ptr_array() and Stig Bjørlykke2009-10-121-0/+6
* Set INITIAL_NUM_PROTOCOL_HFINFO to a more sensible value, e.g. 1500. Currentl...Kovarththanan Rajaratnam2009-10-111-1/+1
* As pointed out by Bill [1] we leak some header_field_info structs on shutdown...Kovarththanan Rajaratnam2009-10-111-1/+10
* Replace g_malloc + memset with g_new0Kovarththanan Rajaratnam2009-10-111-2/+1
* Set tree_is_expanded to NULL after freeing itKovarththanan Rajaratnam2009-10-111-1/+1
* Use the slice allocator if GLIB_CHECK_VERSION > (2,10,0)Kovarththanan Rajaratnam2009-10-111-7/+13
* Tighten header field checks.Jaap Keuter2009-10-081-6/+9
* Don't attempt to fill custom columns if we don't have a valid column expression.Kovarththanan Rajaratnam2009-10-081-1/+1
* Removed a redundant prototype.Stig Bjørlykke2009-10-071-2/+1
* Rename hfinfo.ref_count to hfinfo.ref_type since that's now how it's used.Bill Meier2009-09-301-10/+10
* Removed unused variable 'hfinfo' in proto_tree_set_time().Stig Bjørlykke2009-09-291-3/+0
* (Trivial) White space changesKovarththanan Rajaratnam2009-09-231-246/+241
* (Trivial) Rework a comment slightly.Bill Meier2009-09-221-3/+3
* Introduce a few FT_XXX lengths defines and use those instead of hard coding c...Kovarththanan Rajaratnam2009-09-101-6/+6
* Move the infinite loop check from proto_tree_add_node toGerald Combs2009-09-081-15/+14
* Use g_strlcpy when possibleKovarththanan Rajaratnam2009-09-081-16/+16
* From : Didier GautheronAnders Broman2009-09-081-7/+3
* We don't currently fake fields if they are referenced indirectly through some...Kovarththanan Rajaratnam2009-09-061-1/+1
* This fix was supposed to be in r29731 which some how only contained whitespac...Kovarththanan Rajaratnam2009-09-061-8/+90
* Introduce TRY_TO_FAKE_THIS_REPR which is an optimization similar to the exist...Kovarththanan Rajaratnam2009-09-061-19/+19
* The frame dissector disables the TRY_TO_FAKE_THIS_ITEM() optimization by mark...Kovarththanan Rajaratnam2009-09-061-1/+5
* From Jakub Zawadzki via. Bug 3330:Kovarththanan Rajaratnam2009-09-011-4/+28
* From Richard Brodie via. Bug 3913:Kovarththanan Rajaratnam2009-09-011-1/+1
* Revert r29614 until I figure out why buildbot doesn't like itKovarththanan Rajaratnam2009-08-291-4/+4
* Use G_STRINGIFY/G_PASTEKovarththanan Rajaratnam2009-08-291-4/+4