aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-uma.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-12uma: avoid global variableAlexis La Goutte1-3/+1
2017-07-28uma: align indent of hfAlexis La Goutte1-2/+2
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-4/+3
2016-12-18RTP: RTP dissector is able to decode RTP over TCP (RFC 4571)Jiri Novak1-1/+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-31/+10
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-3/+2
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-11/+8
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-2/+2
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde1-3/+3
2016-02-08Revert "Add free_address_wmem() and other extensions to address API"João Valverde1-3/+3
2016-02-07Add free_address_wmem() and other extensions to address APIJoão Valverde1-3/+3
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-7/+7
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-2/+2
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-6/+6
2015-06-22Eliminate proto_tree_add_text from some dissectors.Michael Mann1-16/+46
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+1
2015-01-14[E212]Modify dissect_e212_mcc_mnc() to take E212 number type as anAndersBroman1-6/+6
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-10-02Add editor modelines & adjust indentation/whitespace as needed.Bill Meier1-0/+13
2014-07-07convert to proto_tree_add_subtree[_format]Michael Mann1-2/+1
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
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-2/+2
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-5/+5
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-10Trival: spaces -> tab.Chris Maynard1-1/+1
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+3
2013-11-12Add "rtp handle protection" inside srtp_add_address/rtp_add_address/bluetooth...Michael Mann1-5/+3
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-7/+10
2013-09-22emem -> wmem conversion:Pascal Quantin1-2/+2
2013-08-27Use dissector_delete_uint_range/dissector_add_uint_rangeAnders Broman1-14/+2
2012-12-18When copying addresses, also copy the (new) hf field.Jeff Morriss1-12/+4
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-2/+2
2012-07-13Remove unused filters found by checkhf.plPascal Quantin1-111/+0
2012-07-13From Harald Welte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7476 :Pascal Quantin1-2/+2
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-5/+2
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+1
2012-01-23Fix some duplicate display filter names.Chris Maynard1-7/+7
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-22/+22
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-66/+66
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-9/+9
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-2/+1
2011-05-18Fix some (value) mistakes in value_strings. Found by Martin's patch on the -...Jeff Morriss1-1/+0