aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-23Add a "fieldcount" report to tshark -G to let us easily see how many fieldsJeff Morriss1-0/+42
2015-09-23Increase the number of pre-allocated hfs (from 144k to 170k).Jeff Morriss1-1/+1
2015-09-21Remove proto_tree_add_text API.Michael Mann1-9/+7
2015-09-13Make other_decode_bitfield_value private to proto.c.Michael Mann1-0/+35
2015-08-28Speed up column sorting.Gerald Combs1-2/+35
2015-08-24Fixed typo in hfinfo_remove_from_gpa_name_mapStig Bjørlykke1-2/+2
2015-08-24Lua: Support deregister ProtoField with existing abbrevStig Bjørlykke1-1/+24
2015-08-15Lua: Free true_false_string values at reloadStig Bjørlykke1-2/+5
2015-08-14Added some missing breaksStig Bjørlykke1-0/+2
2015-08-14Free all hfi->strings in free_deregister_fieldStig Bjørlykke1-13/+33
2015-08-14Free protocol in proto_free_deregistered_fieldsStig Bjørlykke1-11/+7
2015-08-12Added guards for deregistered fieldsStig Bjørlykke1-2/+15
2015-08-11Added Reload Lua plugins.Stig Bjørlykke1-2/+45
2015-08-02proto.c: exclude hf_text_only from proto_registrar_is_protocol()Pascal Quantin1-1/+1
2015-07-25Fix ptvcursor_add() so it can dissect the last bytes in a TVB again.Jeff Morriss1-1/+1