aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-openflow_v4.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-7/+7
2020-10-23Openflow: fix some item lengthsMartin Mathieson1-1/+1
2020-08-30More spelling fixes, start of second pass of dissectors.Martin Mathieson1-1/+1
2020-03-25fix typo found by lintian (mesage => message)Alexis La Goutte1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-04-15openflow: fix decode of experimenter OXM fieldsJaime Caamaño Ruiz1-13/+6
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-05-16Openflow (v4): use BASE_SPECIAL_VALSAlexis La Goutte1-540/+91
2017-05-15Openflow(v4): fix field typoAlexis La Goutte1-2/+2
2017-01-11OpenFlow (v4/1.3): rename dissect_openflow_payload_v4 to dissect_openflow_mes...Alexis La Goutte1-13/+16
2017-01-01OpenFlow (v4/1.3): Add complete dissection of error messagesAlexis La Goutte1-24/+52
2016-11-07Added Dissector for Openflow Experimenter Value field for Openflow 1.3 and 1.4sangodbole1-0/+10
2016-11-02Openflow (v4/v5): Add vOXM vlan mask fieldAlexis La Goutte1-0/+10
2016-10-04Openflow (v4/v5): Add check if all length is decodedAlexis La Goutte1-0/+8
2016-06-15Allow control of individual columns to be (un)writable.Michael Mann1-6/+6
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-2/+7
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde1-24/+24
2016-02-08Revert "Add free_address_wmem() and other extensions to address API"João Valverde1-24/+24
2016-02-07Add free_address_wmem() and other extensions to address APIJoão Valverde1-24/+24
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-10-30[OpenFlow] Use correct name for flag OFPMPF_REPLY_MORE.Pavlos Antoniou1-2/+3
2015-10-19[OpenFlow] Fix a crash caused by the same filter name used for severalAndersBroman1-10/+10
2015-06-15openflow_v4: oxm_length includes experimenterHiroaki KAWAI1-0/+3
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-11-26openflow: Use (what appear to be the) correct filter names for a few fields.Bill Meier1-4/+4
2014-11-25openflow: Minor changesBill Meier1-5/+6
2014-09-19Do encoding-arg changes (all benign)Bill Meier1-3/+3
2014-07-27Fix yet another openflow underflow issue.Evan Huus1-0/+4
2014-07-06Widen openflow variables and check for underflowsEvan Huus1-10/+15
2014-07-05convert to proto_tree_add_subtree[_format]Michael Mann1-68/+29
2014-07-04Expand a variable from 16 to 32 bits (and make it signed).Evan Huus1-1/+1
2014-06-20Cleanup display filters reported by checkfiltername.plMichael Mann1-1/+1
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-2/+2
2014-05-28Minor: use VALS macro (as per convention); Add editor modelines; Do whitespac...Bill Meier1-1/+14
2014-05-05OpenFlow 1.3 OXM field OXM_OF_IPV6_ND_SLL incorrectly dissected (128 bits rea...Alexis La Goutte1-2/+2
2014-05-04Update some soft-deprecated APIs.AndersBroman1-1/+1
2014-04-18Fix infinite loop. Bug #10003.Evan Huus1-8/+16
2014-04-15Fix typo for packet-openflow_v4.c, Unknown Message TypeShu Shen1-1/+1
2014-04-14Fix infinite loop. Bug 9986Michael Mann1-0/+3
2014-04-12Adding message type to COL_INFO for multipart messagesShu Shen1-0/+6
2014-04-10Fix infinite loop. Bug 9970Michael Mann1-2/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespace.Bill Meier1-1/+1
2013-12-14Remove not needed ';'Jakub Zawadzki1-3/+3
2013-11-18I guess "v4" is 1.3 and "v5" is 1.4. I'm sure there's a reason why thatGuy Harris1-2/+2
2013-11-18You don't get to have three separate protocols all with the nameGuy Harris1-2/+2
2013-11-12Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-3/+1
2013-11-07(re)Fix warning found by fix-encodings-arg toolAlexis La Goutte1-15/+15
2013-11-06Add Zoltan Lajos Kis as authorMichael Mann1-0/+1
2013-11-05From Zoltán Lajos Kis:Anders Broman1-0/+20