aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-openflow_v4.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-04From Zoltán Lajos Kis:Anders Broman1-361/+264
2013-11-03NULL terminate a value_strAnders Broman1-1/+2
2013-11-03From Zoltán Lajos Kis:Anders Broman1-21/+1130
2013-11-02Fix warning found by fix-encodings-arg toolAlexis La Goutte1-66/+66
2013-11-02Make checkAPIs Happy (Missing const for value_string)Alexis La Goutte1-3/+3
2013-11-02From Zoltán Lajos Kis:Anders Broman1-143/+3092
2013-10-27From Zoltán Lajos Kis:Anders Broman1-3/+866
2013-10-27From Zoltán Lajos Kis:Anders Broman1-20/+364
2013-10-24From Zoltán Lajos Kis:Anders Broman1-1/+19
2013-10-23Fix warnings.Anders Broman1-0/+1
2013-10-23From Zoltán Lajos Kis:Anders Broman1-3/+94
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-4/+4
2013-10-22dissect error messages. Bug 9283 (https://bugs.wireshark.org/bugzilla/show_b...Michael Mann1-21/+465
2013-10-22dissection of group_mod messages. Bug 9283 (https://bugs.wireshark.org/bugzi...Michael Mann1-2/+197