aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2012-01-17Add more to dissect_compressed_list()Anders Broman1-25/+135
2012-01-17Fix warning about a variable that is written to only.Jörg Mayer1-2/+3
2012-01-17Mark a couple of unused parameters as such.Martin Mathieson1-1/+1
2012-01-17Enhance dissection of compressed lists.Anders Broman1-11/+217
2012-01-16Add packet-lpp.hAnders Broman1-0/+1
2012-01-16From Pascal Quantin:Anders Broman2-1/+51
2012-01-16From Pascal Quantin:Anders Broman2-1470/+9064
2012-01-16The frame number is an unsigned integer, so there's no guarantee that itGuy Harris1-3/+3
2012-01-16The frame number is an unsigned integer, so there's no guarantee that itGuy Harris1-3/+3
2012-01-16The frame number is an unsigned integer, so there's no guarantee that itGuy Harris1-2/+2
2012-01-15The warning fix overdid things: It removed functionality.Jörg Mayer1-8/+5
2012-01-15Rename crypt-xxx to xxxJörg Mayer11-20/+20
2012-01-15Shuffle the ett[] array elements around a bit, and add blank lines, toGuy Harris1-2/+6
2012-01-14Remove obsolete comments referring to mem_chunks.Bill Meier6-6/+6
2012-01-14Several minor changes:Bill Meier1-210/+211
2012-01-14Minor updates:Bill Meier1-29/+33
2012-01-14Use REPORT_DISSECTOR_BUG() instead of g_print(); Other minor cleanup.Bill Meier1-16/+17
2012-01-14check_col() not req'd and other minor cleanups ....Bill Meier3-799/+783
2012-01-14Ed Beroset <beroset@mindspring.com> via bug 5531Jörg Mayer3-0/+1957
2012-01-13Minor cleanup:Bill Meier1-48/+46
2012-01-13Minor cleanup:Bill Meier1-73/+72
2012-01-13dfs and mapi do create warnings. move them back to dirtyJörg Mayer1-2/+2
2012-01-13Introduce a dissector table to be used for proprietary tags.Anders Broman1-4/+22
2012-01-13Only one instance of packet-dcerpc-mapi.c and packet-dcerpc-mapi.h,Guy Harris1-4/+2
2012-01-13Sync filelists between autofoo and cmake.Jörg Mayer2-93/+102
2012-01-13Add comment about possible expert itemJörg Mayer1-0/+2
2012-01-13Update ISAKMP to last IANA Parameters (2011-11-07)Alexis La Goutte1-3/+45
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+3
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+5
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+0
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+3
2012-01-13Fix some typos.Chris Maynard1-11/+11
2012-01-13Fix:Bill Meier1-7/+2
2012-01-13Minor cleanup:Bill Meier3-85/+54
2012-01-13Fix:Anders Broman1-11/+8
2012-01-13From Mike Morrin:Anders Broman1-632/+494
2012-01-12Various minor mods;Bill Meier2-99/+101
2012-01-12From Tobias Witek: Add dissector table to 'meta' dissector.Bill Meier2-2/+19
2012-01-12Don't do fcn calls in arg of g_?to??(); Macro may very well eval args multipl...Bill Meier4-14/+17