aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-23From Martin Kupec via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7658eapache1-1/+1
2012-08-13Keep field_info_tmp from being prematurely freed. Better fix for bug 7621.gerald1-0/+8
2012-08-12Fix a copy/paste error which triggered bug gerald1-1/+1
2012-08-10Instead of calling DISSECTOR_ASSERT() whenever we get an invalid length,gerald1-30/+98
2012-08-10Make the corresponding packet_info available to each tree item. Thisgerald1-1/+4
2012-08-08Move the pi==NULL test into TRY_TO_FAKE_THIS_REPR.morriss1-99/+19
2012-08-02From Richard Stearn: support for AX.25, including support forguy1-0/+54
2012-07-30wrappers for label filling (with information about string truncation)darkjames1-48/+41
2012-06-20Followup to r43176, r43177, r43178, and r43179: prohibit FT_*INT*morriss1-62/+76
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-1237/+1379
2012-03-08From Sylvain Munaut: proto_tree_add_split_bits_item_ret_val doesn't handle si...etxrab1-0/+17
2012-03-02Increase the size of the preallocated area for hf fields.etxrab1-2/+4
2012-03-01(After a couple of years of warning about this), assert out if someone triesmorriss1-6/+3
2012-03-01From Mike Morrin: A small patch to correct the name of the function proto_tre...etxrab1-1/+1
2012-02-29From Mike Morrin:etxrab1-15/+141
2012-02-13If WIRESHARK_ABORT_ON_DISSECTOR_BUG is set (in the environment) and we put moremorriss1-0/+2
2012-01-25Fix a couple of cut-n-pasteos.morriss1-2/+2
2012-01-14Remove obsolete GLIB_CHECK_VERSION(2,10,0) checksjmayer1-33/+1
2011-12-27Add a "-G ftypes" option, which dumps our supprted FT_… names andgerald1-0/+19
2011-12-20Improve this error message (example output based on attachment in bug #6665):sfisher1-1/+1
2011-11-17Fix crash caused by trying to apply a field of type BASE_CUSTOM as a column. ...cmaynard1-3/+7
2011-11-02Use "%g" for float as well as double.guy1-2/+2
2011-10-25Allow signed integers displayed as BASE_HEX_DEC.stig1-1/+10
2011-10-25Display BASE_DEC_HEX correct for int64/uint64.stig1-2/+2
2011-10-25Added missing support for FT_INT64 in proto_tree_add_bits_format_value().stig1-0/+5
2011-10-25Simplified code checking if FT_UINT64 is displayed as BASE_NONE.stig1-7/+1
2011-10-25Allow signed integers displayed as DEC_HEX.stig1-1/+0
2011-10-25Fixed using signed 64-bits integer in custom column.stig1-0/+3
2011-10-25Revert "Allow value_strings for FT_INT64 and FT_UINT64.", as westig1-2/+0
2011-10-25Allow value_strings for FT_INT64 and FT_UINT64.stig1-0/+2
2011-10-24Convert proto_tree_add_bitmask(), proto_tree_add_bitmask_text(), proto_tree_a...wmeier1-11/+18
2011-10-05Use g_tree_steal to remove an entry without calling the destroy function.stig1-1/+1
2011-10-04Add proto_unregister_field().stig1-0/+28
2011-10-02Removed the protocol registration updates in the splash screen for Pythonstig1-2/+6
2011-09-27In proto_tree_add_bits... use const guint encoding to be consistent with prot...etxrab1-8/+8
2011-09-20From Sylvain Munaut:etxrab1-0/+28
2011-09-16From Sylvain Munaut:etxrab1-38/+12
2011-07-05Add some additional routine variants that handle string encodings, andguy1-51/+19
2011-07-03Add ENC_ values for UTF-8 and EBCDIC, support them for FT_STRINGZguy1-1/+8
2011-06-25Make guy's fix in revision 37236 actually work:stig1-1/+1
2011-06-19Make creating a display filter from a custom column defined as integer withstig1-12/+20
2011-06-19Handle BASE_NONE as BASE_DEC for filter expression in custom columns.stig1-0/+1
2011-06-16Squelch some compiler warnings.guy1-3/+6
2011-06-07Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warningswmeier1-3/+1
2011-05-27Make TVBs opaque for most users.morriss1-10/+10
2011-05-19Add a check that (plain) value_strings that are used in hf items don't havemartinm1-0/+48
2011-05-18You cannot just make the "len" field of a GByteArray larger, if there'sguy1-1/+6
2011-05-18Make some more routines not used outside epan/proto.c static.guy1-3/+3
2011-05-09Convert SLAB_-s, to sl_-API.darkjames1-13/+16
2011-05-08Add FT_EUI64 Field Typealagoutte1-3/+110