summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-25Change libsmi url and Lua version in macosx-setup.shHadriel Kaplan2-4/+4
2014-02-25Delete tools/svnadd: it seems git doesn't need all this fancy properties stuff.Jeff Morriss1-93/+0
2014-02-25Remove trailing whitespace.Bill Meier32-191/+191
2014-02-25Fix packet-devicenet.c:619:17: error: will never be executed [-Werror,-Wunrea...Alexis La Goutte1-1/+0
2014-02-25Fix packet-ieee80211.c:13115:7: error: will never be executed [-Werror,-Wunre...Alexis La Goutte1-1/+0
2014-02-25Fix packet-ipv6.c:585:13: error: will never be executed [-Werror,-Wunreachabl...Alexis La Goutte1-1/+0
2014-02-25Fix packet-ip.c:579:9: error: will never be executed [-Werror,-Wunreachable-c...Alexis La Goutte1-1/+0
2014-02-25Install git instead of subversion.Jeff Morriss1-1/+1
2014-02-25More explanation of example heuristic code.Evan Huus1-11/+16
2014-02-25Just use proto_tree_add_item() for an EBCDIC string.Guy Harris1-4/+1
2014-02-25Fix crash when exporting dissection summaries to a CSV file.Guy Harris1-2/+3
2014-02-25Remove a few wrong use of tvb_get_string()Pascal Quantin4-7/+7
2014-02-25Neighbor report (802.11k) may be have no subelement (len == 13)Alexis La Goutte1-0/+5
2014-02-25"tools" updates.Gerald Combs3-354/+3
2014-02-24Remove executable bit from a few filesPascal Quantin3-0/+0
2014-02-24Fix -Wunused-const-variable found by ClangAlexis La Goutte1-12/+0
2014-02-24Add ADB CS and Logcat dissectors to release notesPascal Quantin1-0/+2
2014-02-24Fix -Wunused-const-variable found by ClangAlexis La Goutte1-0/+4
2014-02-24Use correct hash algorithms in ISAKMP (IKEv2) dissectorTobias Brunner1-2/+2
2014-02-24Fix Called C++ object pointer is null found by ClangAlexis La Goutte1-1/+1
2014-02-23NAS EPS: fix dissection of CS service notification messagePascal Quantin1-7/+7
2014-02-23Fix dissection of BCD numbersPascal Quantin2-12/+8
2014-02-23Remove deprecated TVB APIsPascal Quantin2-19/+13
2014-02-23[Automatic manuf, services and enterprise-numbers update for 2014-02-23]Gerald Combs3-12/+146
2014-02-23Documentation updatesEvan Huus4-41/+36
2014-02-23Add note to .gitignore on how to ignore locally-specific filesHadriel Kaplan1-3/+11
2014-02-22Add some simple ISAKMP heuristicsEvan Huus1-8/+31
2014-02-22Fix Called function pointer is null (null dereference) found by ClangAlexis La Goutte2-9/+7
2014-02-22Fix clang warning regarding null pointer use in packet-sip.c.Hadriel Kaplan1-11/+22
2014-02-22TVB API deprecations and cleanupEvan Huus5-61/+59
2014-02-22Add bug 9492.Guy Harris1-0/+1
2014-02-21Cleanup the automatically-generated fields to match the rest.Guy Harris1-8/+10
2014-02-21Update the "latest version" URL in manuf/manuf.tmpl.Gerald Combs2-4/+27
2014-02-21Fix bug 9790: Lua: wslua allows duplicate field registrationHadriel Kaplan6-155/+808
2014-02-21Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-4/+1
2014-02-21Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-5/+0
2014-02-21Moving custer list/cluster id attribut to itemsMatthieu Texier1-24/+12
2014-02-21EPL + openSAFETY: Better handling of guint in EPLRoland Knall2-45/+65
2014-02-21Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-43/+43
2014-02-21Add test suite for verifying Lua global variables/tables of previous releases...Hadriel Kaplan9-1/+2317
2014-02-21And we need wslua_internals.obj as well.Guy Harris1-8/+9
2014-02-21Need to include wslua_internals.c here as well.Guy Harris1-1/+2
2014-02-21Fix warnings - index() is declared as a function in some systems.Guy Harris1-4/+4
2014-02-21Revert "Add test suite for verifying Lua global variables/tables of previous ...Evan Huus8-2304/+1
2014-02-21Add test suite for verifying Lua global variables/tables of previous releases...Hadriel Kaplan8-1/+2304
2014-02-21Cleanup on aisle 5: normalizes the Lua code to follow common schema/modelHadriel Kaplan15-1360/+1081
2014-02-21Force "printing" if -T is specified, even if -w is also specified.Guy Harris1-0/+1
2014-02-20Try a simpler method of fixing 32/64 issuesEvan Huus1-8/+8
2014-02-20Fix more 32/64 casting errorsEvan Huus1-2/+2
2014-02-20g_ascii_strtoull returns a gint64Evan Huus1-7/+7