aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ms-mms.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-9/+9
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-2/+2
2021-12-05Dissectors should not include stdio.h, unless neededJaap Keuter1-1/+1
2021-07-21First pass pinfo->pool conversionEvan Huus1-9/+9
2020-08-08Fix most remaining detected cases where item with wrong type is used.Martin Mathieson1-10/+11
2019-07-27HTTPS In Still More Places, update more URLs.Guy Harris1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-2/+2
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-1/+1
2018-02-17Don't gratuitiously cast constness away.Guy Harris1-3/+3
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-29Add conversation endpoint typeMichael Mann1-9/+9
2017-01-31format_text_wmem -> format_textMichael Mann1-4/+4
2017-01-31Add format_text_wmem.Michael Mann1-4/+4
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-2/+1
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-20/+14
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde1-1/+1
2016-02-08Revert "Add free_address_wmem() and other extensions to address API"João Valverde1-1/+1
2016-02-07Add free_address_wmem() and other extensions to address APIJoão Valverde1-1/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-1/+1
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-22remove unnecessary integer overflow checksMartin Kaiser1-23/+4
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-12-20no need for if (tree)Martin Kaiser1-38/+23
2014-12-20hide the hf_msmms_data item, not the NULL itemMartin Kaiser1-1/+1
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-0/+12
2014-07-06ms-mms: fix retval for short pkts, fix reading flagsPeter Wu1-7/+5
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-16Use proto_tree_add_item() in preference to fetching the string andGuy Harris1-4/+10
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-5/+5
2013-04-18Let proto_tree_add_item() do the length checking for string lengths, soGuy Harris1-64/+51
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-03-01Revert r47839, it is not needed with r47979.Evan Huus1-1/+1
2013-03-01Add a much better workaround for bug #8382 and some expert info.Evan Huus1-4/+22
2013-02-23Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8382Evan Huus1-1/+1
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-2/+2
2013-01-26Fix various instances of unused hf[] entries foundBill Meier1-1/+3
2012-12-22revert r46678Martin Kaiser1-2/+1
2012-12-21fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8112Martin Kaiser1-1/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-3/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-19/+19