aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-alljoyn.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-22alljoyn: fix signature length adjustmentsPeter Wu1-13/+18
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-13/+9
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-12/+7
2016-09-19Improve support for single-character fields and filter expressions.Guy Harris1-2/+2
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-56/+53
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-11/+11
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2015-10-19AllJoyn: prevent an infinite loopPascal Quantin1-0/+19
2015-03-06alljoyn: more robust signature handlingEvan Huus1-1/+3
2015-02-18Add a CF_FUNC macro for casting BASE_CUSTOM functions.Gerald Combs1-2/+1
2015-01-07Improved handling of ARDP fragmented packets.Joseph Huffman1-19/+66
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-02alljoyn: Rename some filters; Fix some filter types.Bill Meier1-25/+25
2014-10-28AllJoyn: fix warning: no previous prototype for 'add_padding_item' [-Wmissing...Alexis La Goutte1-1/+1
2014-10-26Added support for AllJoyn Reliable Datagram Protocol.Joseph Huffman1-40/+488
2014-10-13Fixed missing padding. Fixed ENC_NA/ENC_BIG_ENDIAN errors.Joseph Huffman1-6/+74
2014-09-19Do encoding-arg changes (all benign)Bill Meier1-5/+5
2014-09-18AJTOOLS-4 Data field not being parsed properly by WireShark plugin if two or ...Joseph Huffman1-117/+265
2014-04-21Define a function as 'static' (Fixes [-Wmissing-prototypes] warning).Bill Meier1-1/+2
2014-04-21Fix some bugs; Do more cleanup;Bill Meier1-389/+585
2014-04-15remove unused variable 'tree'Martin Kaiser1-1/+1
2014-04-15Cleanup Alljoyn dissector.Michael Mann1-795/+404
2014-04-15Fix check*.pl errorsMichael Mann1-11/+8
2014-04-14Addition of AllJoyn packet dissector. Bug 9361Joseph Huffman1-0/+2536