aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-knet.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-06prefs: More port prefs to auto prefs with rangesJohn Thacker1-25/+6
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-12-31KNET: Validate the length field before claiming packetMichael Mann1-0/+8
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-10/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-11/+2
2016-09-22Don't call proto_register_field_array() or expert_register_protocol() withAndersBroman1-3/+3
2016-06-15Allow control of individual columns to be (un)writable.Michael Mann1-8/+0
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-3/+3
2015-11-09Convert some TCP subdissectors to "new" style.Michael Mann1-6/+9
2015-06-24Remove a bunch more deprecated tvb_length callsEvan Huus1-1/+1
2015-06-23Replace more deprecated tvb_length callsEvan Huus1-2/+2
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+1
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-1/+1
2014-08-14Eliminate proto_tree_add_text from some dissectors.Michael Mann1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-3/+3
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespace.Bill Meier1-1/+1
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-2/+3
2013-12-12(Trivial)Bill Meier1-1/+1
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-6/+8
2013-11-01General dissector cleanup.Michael Mann1-206/+144
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-2/+2
2013-09-29Convert several proto_tree_add_bytes_format calls to proto_tree_add_bytes_for...Michael Mann1-2/+2
2013-09-15More wmem conversion (leaving uat related functions aside)Pascal Quantin1-8/+9
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-14/+1
2013-08-05Keep result of [new_]register_dissector in some dissectors.Jakub Zawadzki1-11/+7
2013-07-16Fix Coverity CID 1050089: "Explicit null dereferenced", by Move some lines of...Chris Maynard1-8/+6
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-15convert GStrings to more "ephemeral friendly" use.Michael Mann1-14/+12
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-03-06Use tvb_new_subset_remaining() rather than tvb_new_subset();Bill Meier1-5/+5
2012-01-14Use REPORT_DISSECTOR_BUG() instead of g_print(); Other minor cleanup.Bill Meier1-16/+17
2011-11-27Fix Coverity CID 1330, "Missing Break" by adding some /* FALLTHRU */'s.Chris Maynard1-0/+2
2011-11-27Various Minor cleanup:Bill Meier1-61/+102
2011-11-26Fix a wrong copy/paste....Alexis La Goutte1-1/+1
2011-11-26From Kari Vatjus-Anttila via https://bugs.wireshark.org/bugzilla/show_bug.cg...Alexis La Goutte1-0/+859