aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dmp.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-323/+323
2023-09-27Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-27/+27
2023-08-15check_typed_item_calls.py: Add exception for checking all-set masksMartin Mathieson1-7/+7
2022-12-15DMP: Fix invalid UTF-8 encodingJoão Valverde1-0/+4
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-5/+5
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-5/+5
2020-08-21dmp: add the Wayback Machine version of a URL.Guy Harris1-0/+1
2020-04-25Introduce tfs_get_string helperJaap Keuter1-19/+11
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-35/+35
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-3/+3
2018-03-07dissectors: more SPDX license convertions.Dario Lombardo1-13/+1
2018-02-22dmp: Allow multiple SecurityCategories againStig Bjørlykke1-10/+26
2018-02-22DMP: Recurse only once.Gerald Combs1-4/+4
2018-02-03dmp: fix memleaksJakub Zawadzki1-2/+2
2018-01-01dmp: rework build_national_strings() to avoid read/write overrun.Dario Lombardo1-13/+8
2017-09-28Have dissect_7bit_string() return a const gchar *.Guy Harris1-16/+19
2017-09-17DMP: check 7bit string length before decoding itPascal Quantin1-11/+16
2017-08-30dmp: Improve a sanity checkStig Bjørlykke1-4/+6
2017-02-02GHashtable -> wmem_map conversionsMichael Mann1-23/+12
2017-01-31format_text_wmem -> format_textMichael Mann1-2/+2
2017-01-31Add format_text_wmem.Michael Mann1-2/+2
2017-01-12uat: add a reset callback.Dario Lombardo1-0/+1
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-25/+3
2016-09-21dmp: Restore checksum incorrect infoStig Bjørlykke1-0/+1
2016-09-12dmp: Code cleanupStig Bjørlykke1-52/+84
2016-09-12dmp: Remove obsolete structured id handlingStig Bjørlykke1-128/+5
2016-07-21Add proto_tree_add_checksum.Michael Mann1-41/+15
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-3/+2
2016-05-09Give the time_[m]secs_to routines names that begin with "[un]signed_".Guy Harris1-8/+8
2016-03-07dmp: Report unused bits in last byte for 7bit string.Stig Bjørlykke1-17/+33
2016-03-04dmp: Show correct uncompressed user data lengthStig Bjørlykke1-1/+1
2016-02-22Separate hf_ fields that share filter names with FT_UINT32 and FT_UINT64 data...Michael Mann1-4/+4
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-6/+6
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-10/+10
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-14dmp: Fixed ack framenum links.Stig Bjørlykke1-4/+16
2015-11-13dmp: Enhance ack framenum links.Stig Bjørlykke1-1/+1
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+2
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-6/+6
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-2/+2
2015-09-03Address "shadow" warnings found by checkAPI script.Michael Mann1-7/+7
2015-07-03Call reassembly_table_destroy and move g_hash_table_destroyPeter Wu1-7/+7
2015-06-23Remove more deprecated tvb_lengthEvan Huus1-5/+5
2015-04-07DMP: Handle encoded 7bit string as binary.Stig Bjørlykke1-1/+1
2015-03-20DMP: Make dmp.body.data FT_BYTESStig Bjørlykke1-3/+4
2015-01-19dmp, gmhdr, vssmonitoring: prevent possible crashes;Bill Meier1-0/+4
2015-01-16SE_COPY_ADDRESS -> WMEM_COPY_ADDRESSMichael Mann1-6/+6
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-2/+2
2015-01-06s5066sis: Consume transport layer data in S5066sisRicardo Cristian Ramirez1-0/+2