aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-openflow_v4.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-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
2013-10-20Adds dissecting for actions, and proper display for OXM values.Anders Broman1-45/+648
2013-10-19From Zoltán Lajos Kis:Anders Broman1-12/+743
2013-10-13As requested by Zoltán Lajos Kis, split the openflow dissector int one file ...Anders Broman1-0/+614