aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-23Fix "disable this protocol by default".Guy Harris1-9/+22
2016-06-22Move AT_VINES address type to VINES dissector.Michael Mann1-1/+7
2016-06-15proto.c: allow calling proto_item_add_bitmask_tree() with a length set to 0Pascal Quantin1-1/+1
2016-06-13Add proto_tree_add_bitmask_list_value.Michael Mann1-0/+10
2016-06-07Don't sign extend unsigned integer fields larger than 32 bits.Jens Kilian1-4/+0
2016-05-31Remove proto_item_append_string.Michael Mann1-46/+0
2016-05-26Update the comments/warnings about using proto_tree_append_string().Jeff Morriss1-11/+12
2016-05-10Have fvalue_to_string_repr always return an (wmem) allocated buffer.Michael Mann1-11/+11
2016-05-10rawshark: Get "field string values" from existing functionality.Michael Mann1-0/+5
2016-05-10Dynamically allocate the string for representing FT_IEEE_11073_[S]FLOAT.Michael Mann1-31/+22
2016-05-08Handle the encoding when displaying the string table.Guy Harris1-13/+25
2016-05-05Convert ftype-tvbuff.c to ftype-protocol.cMichael Mann1-5/+10
2016-04-26Get rid of duplicate code.Guy Harris1-9/+2
2016-04-26Always call test_length(), even if the tree is null.Guy Harris1-2/+1
2016-04-13Restrict the depth of the protocol tree.Gerald Combs1-2/+23
2016-04-02OK, we'll increase PROTO_PRE_ALLOC_HF_FIELDS_MEM a bit.Guy Harris1-1/+1
2016-03-15More "FT_BOOLEAN is 64-bit" fixes.Guy Harris1-3/+3
2016-03-10Remove double check for null (CID 1158871)Jaap Keuter1-4/+1
2016-03-07Add conflict check filterAlexis La Goutte1-1/+55
2016-02-16const gpointer -> gconstpointerJoão Valverde1-2/+2
2016-02-15Add some casts to void * to fix (pedantic) argument mismatch notesJoão Valverde1-1/+1
2016-02-02proto.c: fix indent (use tabs)Alexis La Goutte1-166/+166
2016-02-02Add proto_tree_add_item_ret_string() routine.Guy Harris1-74/+173
2016-02-01Add heuristic dissectors for the variable part of COTP CR and CC PDUs.Guy Harris1-113/+112
2016-01-24Set width of hex output according to bitmaskKevin Bracey1-61/+57
2016-01-20Squelch Coverity warnings CID 1348057 and 1348058.Guy Harris1-6/+4
2016-01-18Fix "Apply As Filter..." for BASE_PT field display typesJoão Valverde1-0/+4
2016-01-09Get rid of trailing white space.Guy Harris1-1/+1
2016-01-09Add routines to add an item and return the item's real length.Guy Harris1-35/+287
2016-01-07Remove constness from bytestring_to_str() [-Wcast-qual]João Valverde1-12/+12
2016-01-04Rename ipv4_addr and ipv6_addr to indicate their full contents.Guy Harris1-20/+20
2016-01-03proto.c: Disable warning when loading a symbol [-Wpedantic]João Valverde1-4/+12
2016-01-03Fix some constness issues [-Wcast-qual]João Valverde1-1/+1
2015-12-29Add support for IEEE-11073 FLOATsMichal Labedzki1-1/+62
2015-12-28Don't cast away constness for the key in g_hash_table_lookup().Guy Harris1-4/+4
2015-12-11Qt: Reload Lua expert infosStig Bjørlykke1-0/+3
2015-11-30Add BASE_ALLOW_ZERO for byte arrays that are validly zero sized.Michael Mann1-2/+10
2015-11-21Lua: Validate Proto() argumentsStig Bjørlykke1-0/+13
2015-11-21epan: Removed an unneeded g_malloc.Stig Bjørlykke1-6/+3
2015-11-15Lua: Added support for ProtoField framenum type.Stig Bjørlykke1-1/+6
2015-11-02RTPS: added new encoding to proto.c and used it in the rtps dissectorJuanjo Martin1-0/+50
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-4/+4
2015-10-20LTE dialogs: tidy up some loose endsMartin Mathieson1-2/+5
2015-10-15Remove ability to make dissectors "private"Michael Mann1-20/+0
2015-10-14Change proto_tree_add_ipv6() to take a struct e_in6_addr pointerJoão Valverde1-4/+5
2015-10-12Add BASE_PT_ types to proto_registrar_dump_fields()João Valverde1-14/+6
2015-10-12Fix hfinfo_*_format_display() for BASE_PT_ display typesJoão Valverde1-0/+8
2015-10-05Add BASE_PT_ field display typesJoão Valverde1-1/+50
2015-10-01Treat IPv4 subnet masks as distinct from addressesJeffrey Smith1-1/+24
2015-09-23Add a test to verify we pre-allocated enough hf entries.Jeff Morriss1-9/+19