aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-openflow_v5.c
AgeCommit message (Expand)AuthorFilesLines
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-25Grab-bag of dead initializers and two actual bugs.Evan Huus1-1/+0
2014-05-05OpenFlow 1.4 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-15Fix typo in packet-openflow_v1 and v5Shu Shen1-1/+1
2014-04-06Apply found fix-encoding-args.pl errors in the dissector directory.Michael Mann1-5/+5
2014-03-17Try to fix trivial varningsAndersBroman1-3/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespace.Bill Meier1-1/+1
2014-01-29Add newlines at end of files that are missing them.Gilbert Ramirez1-3/+0
2014-01-14Fix unused const variable found by Clang 3.4Alexis La Goutte1-0/+5
2014-01-07From Zoltán Lajos Kis:Anders Broman1-1040/+2734
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-1/+1
2013-11-18You don't get to have three separate protocols all with the nameGuy Harris1-1/+1
2013-11-18From Zoltán Lajos Kis:Anders Broman1-0/+8164