aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2012-01-21Fix a comment and some typos.cmaynard1-9/+9
2012-01-20Avoid a potential infinite loop by stopping dissection when a message has no ...cmaynard1-0/+4
2012-01-20Fix some duplicate display filter names.cmaynard2-4/+4
2012-01-20Change display filter name from "ldp.tlv...." to "ldp.msg.tlv...." to be like...cmaynard1-3/+3
2012-01-20Fix some duplicate display filter names.cmaynard1-18/+12
2012-01-20Fix some duplicate display filter names.cmaynard1-39/+39
2012-01-20Fix Coverity CID 1366: MISSING BREAKcmaynard1-1/+2
2012-01-20Fix Coverity CID 1369: UNUSED_VALUE by deleting duplicate and unecessary line...cmaynard1-13/+11
2012-01-20Fix Coverity CID 1370: UNREACHABLE by deleting erroneous break;cmaynard1-8/+7
2012-01-20As reported by hyphenated on #wireshark:jmayer1-1/+2
2012-01-20From Pascal Quantin:jake1-19/+21
2012-01-20Fix Fix "bt-dht [..] NOT registered properly" as reported in Bug #6571.wmeier1-61/+119
2012-01-20Add 'heur_dissector_set_enabled()' to allow a dissector to enable/disable heu...wmeier2-153/+188
2012-01-19Update generated headers changed by last commitrbalint3-2/+5
2012-01-19fix compile errors found by dumpabi targetrbalint15-8/+41
2012-01-19Fix:jmayer1-2/+2
2012-01-19Fix some duplicate display filter names.cmaynard6-25/+15
2012-01-19Fix some duplicate display filter names.cmaynard5-34/+34
2012-01-19Fix some duplicate display filter names.cmaynard6-10/+10
2012-01-19Update comments and dissection of comptessed listsetxrab1-8/+27
2012-01-19Update a couple of asn1-generated dissectors.cmaynard2-5/+5
2012-01-19Fix a duplicate display filter name.cmaynard1-1/+1
2012-01-19Fix some duplicate display filter names.cmaynard5-28/+28
2012-01-19Localize a global variable; Do minor reformatting.wmeier3-51/+52
2012-01-19Comment out hf and ett - there is no need to register them while theymartinm1-0/+4
2012-01-19Add casts and don't initialise empty hf array.martinm1-5/+3
2012-01-19Add a dissector "mac-lte-framed" that uses the same framing format asmartinm5-47/+186
2012-01-18From Yaniv Kaul via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6743alagoutte1-67/+132
2012-01-18Fix some duplicate display filter names.cmaynard4-9/+9
2012-01-17Add more to dissect_compressed_list()etxrab1-25/+135
2012-01-17Fix warning about a variable that is written to only.jmayer1-2/+3
2012-01-17Mark a couple of unused parameters as such.martinm1-1/+1
2012-01-17Enhance dissection of compressed lists.etxrab1-11/+217
2012-01-16Add packet-lpp.hetxrab1-0/+1
2012-01-16From Pascal Quantin:etxrab2-1/+51
2012-01-16From Pascal Quantin:etxrab3-1471/+9065
2012-01-16The frame number is an unsigned integer, so there's no guarantee that itguy1-3/+3
2012-01-16The frame number is an unsigned integer, so there's no guarantee that itguy1-3/+3
2012-01-16The frame number is an unsigned integer, so there's no guarantee that itguy1-2/+2
2012-01-15Move gtk to ui/gtk.jmayer2-2/+2
2012-01-15The warning fix overdid things: It removed functionality.jmayer1-8/+5
2012-01-15[Automatic manuf, services and enterprise-numbers update for 2012-01-15]gerald1-19/+223
2012-01-15The last commit failed to check in the deleted filesjmayer12-2916/+0
2012-01-15Rename crypt-xxx to xxxjmayer29-45/+2961
2012-01-15Shuffle the ett[] array elements around a bit, and add blank lines, toguy1-2/+6
2012-01-14Remove obsolete comments referring to mem_chunks.wmeier9-21/+18
2012-01-14Several minor changes:wmeier1-210/+211
2012-01-14Minor updates:wmeier1-29/+33
2012-01-14Use REPORT_DISSECTOR_BUG() instead of g_print(); Other minor cleanup.wmeier1-16/+17
2012-01-14check_col() not req'd and other minor cleanups ....wmeier3-799/+783