aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-15Eliminate fvalue_set() in favor of routines that take argumentsGuy Harris1-25/+26
2014-01-01Add proto_tree_add_ts_23_038_7bits_item() / tvb_get_ts_23_038_7bits_string() ...Pascal Quantin1-0/+30
2013-12-24add ssl detection to proto_get_frame_protocols()Martin Kaiser1-1/+4
2013-12-23Avoid one unnecessary use of ephemeral memory.Evan Huus1-2/+5
2013-12-23Use G_GINT64_CONSTANT(nnn) instead of nnnul in a few places;Bill Meier1-76/+76
2013-12-23Add FT_SYSTEM_ID type and convert the dissectors that use print_system_id wit...Michael Mann1-0/+47
2013-12-20don't assert if an FT_BYTES entry is emptyMartin Kaiser1-3/+2
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-6/+6
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-3/+3
2013-12-18Use ws_sign_ext64()Jakub Zawadzki1-4/+2
2013-12-17Create sign extension routines in <wsutil/sign_ext.h>, use it in few places.Jakub Zawadzki1-16/+9
2013-12-17Handle signed integers > 32 bits. Bug 8454 (https://bugs.wireshark.org/bugzi...Michael Mann1-1/+81
2013-12-08Remove proto_tree_add_unicode_string()Pascal Quantin1-8/+0
2013-12-07Drop proto_tree_add_unicode_string() from IP, IPv6, JSON dissectors.Jakub Zawadzki1-0/+4
2013-12-07Add STR_ASCII, STR_UNICODE as possible displays for field_display_eJakub Zawadzki1-2/+48
2013-12-07Rename base_display_* to field_displayJakub Zawadzki1-15/+15
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris1-6/+87
2013-11-23Remove old (2009) and no-longer-necessary compatibility macro.Evan Huus1-1/+1