aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-qnet6.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-10qnet6: fix display of MAC addresses and avoid overflowPeter Wu1-23/+30
2015-12-28Eliminate more unnecessary casting away of constness.Guy Harris1-4/+4
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-06-08Add editor-modelines; Don't use tabwidth=4; Adjust whitespace.Bill Meier1-1/+1
2015-05-27Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-15/+12
2015-03-11QNET6: check that string is not null before accessing to itPascal Quantin1-2/+2
2015-03-03Replace tvb_get_ptr calls with a better API choice.Michael Mann1-2/+3
2015-02-08qnet6: don't calculate crc if length is negativeEvan Huus1-1/+1
2015-02-06qnet6: Fix a bug found by MSVC2013 Code Analysis.Bill Meier1-1/+3
2015-02-06qnet6: CleanupBill Meier1-1977/+1797
2015-02-05QNET6: do not use col_set_str with non constant stringsPascal Quantin1-1/+1
2015-02-05QNX6: avoid deferencing a null pointerPascal Quantin1-8/+9
2015-02-04[QNET6] Try to fix solaris buildboot.AndersBroman1-8/+2
2015-02-04Use QNX_PC_ for QNX's pathconf parameter values.Guy Harris1-50/+50
2015-02-04Add QNX' QNET protocolAlexis La Goutte1-0/+6194
2014-11-29Revert "Add QNX' QNET protocol"Guy Harris1-6202/+0
2014-11-29Add QNX' QNET protocolAlexis La Goutte1-0/+6202