aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lwm.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-05-22Tighten heuristic checks for IEEE 802.15.4 protocols, and add Decode-As by PA...Owen Kirby1-19/+16
2014-04-22Fix gcc "warning: no previous prototype ... [-Wmissing-prototypes]Bill Meier1-0/+1
2014-03-07(Benign) Don't use "address-of" operator on arg of VALS() (not that it makes ...Bill Meier1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-31Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2014-01-24Mark a few function parameters as unused....Bill Meier1-3/+3
2014-01-24Rework and simplify the code to follow the principle of "dissect asBill Meier1-381/+258
2014-01-23Please GCC 4.3.2 that complains about a wrong 'variable may be used uninitial...Pascal Quantin1-2/+2
2014-01-21- Remove unneeded #includes;Bill Meier1-69/+53
2014-01-21Add properties ....Bill Meier1-1/+1
2014-01-20From Lubos via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9638Alexis La Goutte1-0/+977