aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-16Use tvb_new_subset_length() rather than tvb_new_subset().Guy Harris1-1/+1
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-2/+2
2014-09-16Fix some logically dead code reported by Coverity (CIDs 1158807, 1158808, 122...Jeff Morriss1-13/+11
2014-09-14TRY_TO_FAKE_THIS_ITEM() doesn't take a tvbuff_t * argument.Guy Harris1-1/+1
2014-09-14Don't try to set the length, end, or text of a faked item.Jeff Morriss1-15/+16
2014-09-14Revert "Only fake an item by returning 'tree' if they use the same TVB"Jeff Morriss1-45/+44
2014-09-12Treat a length of -1 as a Very Large Length in most cases.Guy Harris1-1/+7
2014-09-12Do FT_{U}INT64 the same way we do other FT_{U}INTn types.Guy Harris1-119/+117
2014-09-11Code simplification from Hadriels abandoned change.AndersBroman1-36/+29
2014-08-19"Highly discourage" use of proto_tree_add_text.Michael Mann1-2/+2
2014-08-10Eliminate proto_tree_add_text from some dissectors.Michael Mann1-0/+17
2014-08-04Always create subtree in proto_item_add_subtree().Jakub Zawadzki1-19/+6
2014-08-03Add missing macro parameterEvan Huus1-1/+1
2014-08-03Only fake an item by returning 'tree' if they use the same TVBEvan Huus1-44/+45
2014-07-31proto_add_subtree_format(): initialize tree_item to 'tree' rather than NULL.Jeff Morriss1-2/+5
2014-07-29(trivial) modify, indent a commentMartin Kaiser1-1/+1
2014-07-27Make value_string_ext const-correct.Kevin Cox1-3/+3
2014-07-26Refactor "common" Conversation table functionality.Michael Mann1-3/+19
2014-06-30Fix Bug #10238: Display filter expression dialog items do not expand/display ...Bill Meier1-3/+10
2014-06-24Ensure proto_item from subtree is initializedMichael Mann1-0/+4
2014-06-20Add proto_tree_add_subtree and proto_tree_add_subtree_formatMichael Mann1-0/+37
2014-06-19Optimize reseting epan_dissect_t when filtering.Jakub Zawadzki1-6/+10
2014-06-16More Python-bindings removal.Jeff Morriss1-13/+0
2014-06-16kill one last python remnantEvan Huus1-2/+0
2014-06-16Convert more time_to_str functions to wmemEvan Huus1-8/+14
2014-06-16Convert a bunch of time_to_str functions to wmemEvan Huus1-2/+2
2014-06-01Fix type/length mismatch messages for FT_ETHER.Guy Harris1-1/+1
2014-05-19Add new proto_tree_add_format_text() functionJakub Zawadzki1-0/+17
2014-05-14Revert "Don't throw for offset at end of TVB with len -1."Evan Huus1-1/+1
2014-04-25Fold alloc_field_info() into proto_tree_add_pi().AndersBroman1-16/+3
2014-04-24Consistently use the macro PROTO_REGISTRAR_GET_NTH in proto.cAndersBroman1-9/+19
2014-04-24Fix packet-ospf.c:1181:33: warning: code will never be executed [-Wunreachabl...Alexis La Goutte1-2/+0
2014-04-23Don't throw for offset at end of TVB with len -1.Evan Huus1-1/+1
2014-04-23Fix up get_hfi_length():Jeff Morriss1-24/+16
2014-04-21Fix declaration of index shadows globalEvan Huus1-5/+5
2014-04-21Replace linked list of proto fields with arrayEvan Huus1-29/+22
2014-04-21Replace a GTree with a GHashTableEvan Huus1-10/+10
2014-04-21Apply the fix for bug 3290 to proto_tree_add_bytes*(): check the item length ...Jeff Morriss1-0/+15
2014-04-19More name changes.Guy Harris1-1/+1
2014-04-17Add tvb_get and proto_tree_add for string-encoded byte arraysHadriel Kaplan1-2/+157
2014-04-14Add tvb_get and proto_tree_add for string-encoded timestampsHadriel Kaplan1-138/+249
2014-04-14Allow FT_BYTES, FT_NONE, FT_STRING use length "-1"Michal Labedzki1-1/+1
2014-04-13Add ENC_ASCII_7BITS encodingPascal Quantin1-0/+30
2014-04-12Use ftype_name() to get the name of an FT_ value.Guy Harris1-51/+13
2014-04-12Get rid of more tvb_get_nstringz* calls.Guy Harris1-24/+42
2014-04-09Fix white space.Guy Harris1-1/+1
2014-04-01Fix proto.c to pass checkAPIs scriptHadriel Kaplan1-7/+7
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-03-04replace label_mark_truncated_start() with a macros that callsMartin Kaiser1-14/+9
2014-03-03truncate UTF-8 strings only at the boundary between two charactersMartin Kaiser1-3/+14