aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dmp.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-22Include <math.h> or <stdlib.h> as necessary to declare functions.Guy Harris1-0/+1
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-4/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-06-25convert to proto_tree_add_subtree[_format]Michael Mann1-2/+1
2014-06-20Revert part of svn revision 52045 (git b38ee917)Stig Bjørlykke1-77/+126
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-5/+5
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-5/+5
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-4/+4
2014-06-16Register DMP as new-style dissectorStig Bjørlykke1-4/+7
2014-06-16Convert a bunch of time_to_str functions to wmemEvan Huus1-15/+15
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-03-07(Benign) Don't use "address-of" operator on arg of VALS() (not that it makes ...Bill Meier1-6/+6
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespace.Bill Meier1-1/+1
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-1/+1
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-15/+15
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-2/+2
2013-12-19Improved compressed user data handling.Stig Bjørlykke1-37/+38
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-2/+3
2013-12-15Fix some const/ not const warnings.Jakub Zawadzki1-3/+3
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-2/+2
2013-09-30Convert some proto_tree_add_string_format calls to something more appropriate.Michael Mann1-4/+4