summaryrefslogtreecommitdiff
path: root/plugins/unistim/packet-unistim.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-11unistim (plugin): fix this statement may fall through [-Werror=implicit-fallt...Alexis La Goutte1-0/+1
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-30/+4
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-2/+1
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde1-2/+2
2016-02-08Revert "Add free_address_wmem() and other extensions to address API"João Valverde1-2/+2
2016-02-07Add free_address_wmem() and other extensions to address APIJoão Valverde1-2/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2015-12-11new_create_dissector_handle -> create_dissector_handle for plugins.Michael Mann1-1/+1
2015-11-27Officially remove tvb_get_string and tvb_get_stringz.Michael Mann1-2/+2
2015-10-24More ADDRESS macro to address function conversions.Gerald Combs1-7/+7
2015-09-02UNISTIM: fix dissection of some audio commandsPascal Quantin1-0/+3
2015-06-05Fix a few issues reported by PVS-StudioPascal Quantin1-2/+4
2015-04-06unistim: remove tvb_length deprecated APIEvan Huus1-7/+5
2015-02-10Remove unneeded includes from plugins folderMartin Mathieson1-1/+0
2015-01-08Unistim: Nesting level does not match indendation (CID 1159216)Alexis La Goutte1-3/+1
2014-12-22plugins: Cleanup #includesBill Meier1-3/+2
2014-11-27Fix a number of dup hf[] filter-names probably mostly resulting from cut/past...Bill Meier1-1/+1
2014-11-15Eliminate proto_tree_add_text from some plugin dissector files.Michael Mann1-33/+28
2014-10-06plugins: Add editor modelines; Adjust whitespace as needed.Bill Meier1-1322/+1334
2014-07-10convert to proto_tree_add_subtree[_format] for plugin dissectorsMichael Mann1-33/+12
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-12/+12
2014-01-01Fix [-Wmissing-prototypes]Anders Broman1-0/+2
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-17emem -> wmemPascal Quantin1-2/+2
2013-05-29Batch (some of) the plugins to filterable expert infos. The Profinet plugin ...Michael Mann1-1/+11
2013-02-10Comment out numerous unused hf_.... instances found by checkhf.Bill Meier1-1/+3
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/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-04Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+59
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-1/+1
2011-12-28Fix memory leaks involving tvb_get_string[z]().Chris Maynard1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier1-1/+1
2011-10-18Do some more conversions of proto_tree_add_item() 'encoding' argBill Meier1-2/+2
2011-10-15Convert plugin files proto_tree_add_item() 'encoding' arg for field types FT_...Bill Meier1-7/+7
2011-10-10Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier1-240/+240
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier1-261/+261
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-59/+59
2011-04-17Fix Unused varaiable warnings.Anders Broman1-2/+1
2011-01-02Fix some cut-and-pasteos and other typoes.Guy Harris1-7/+7
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-08-12(Trivial) Use consistent indentation; Whitespace cleanup.Bill Meier1-244/+244
2010-08-12From Don Newton: Added dissection of Expansion Module (KEM,GEM) messages to U...Bill Meier1-0/+123
2010-07-27From Don Newton:Jaap Keuter1-3/+3
2010-07-09The only reason to escape "%" in a string is if you are, incorrectly,Guy Harris1-71/+21
2010-04-06Get rid of check_colAnders Broman1-9/+6