summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-15emem -> wmemJörg Mayer4-33/+33
2013-09-15Convert a few more dissectors to wmem APIPascal Quantin12-114/+122
2013-09-15Convert a few more dissectors to wmem APIPascal Quantin15-81/+91
2013-09-15From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9153 [P...Alexis La Goutte1-2/+2
2013-09-15From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9144 [P...Alexis La Goutte1-1/+1
2013-09-15From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9144 [P...Alexis La Goutte2-1/+53
2013-09-15From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9144 [P...Alexis La Goutte2-2/+30
2013-09-15From Tom Cook via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9147 Lo...Alexis La Goutte1-3/+3
2013-09-15Remove unused variables, fix typos.Evan Huus3-6/+3
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann114-999/+883
2013-09-14emem -> wmemMartin Kaiser1-7/+7
2013-09-14use generic editor modelinesMartin Kaiser1-1/+12
2013-09-14emem -> wmemMartin Kaiser1-2/+3
2013-09-14TABs -> spacesMartin Kaiser1-320/+335
2013-09-14emem -> wmemMartin Kaiser1-4/+4
2013-09-14emem -> wmemJörg Mayer1-8/+8
2013-09-14emem -> wmemJörg Mayer11-45/+48
2013-09-14Only access val_other if tlv_len is sufficiently long. FixesEvan Huus1-8/+30
2013-09-14_lookup_extended takes a pointer to the key-pointer since it has to set the oldEvan Huus1-2/+2
2013-09-14Add copyright (Michael, Joerg and Guy) and license (GPL2+)Jörg Mayer1-3/+18
2013-09-14From Patrick Lundquist viaEvan Huus2-7/+15
2013-09-14Add GPL license as per Anders' email.Evan Huus1-0/+20
2013-09-14Revert to emem for uatPascal Quantin1-2/+2
2013-09-14Convert some dissectors to wmem (leaving uat-like memory with emem for now)Pascal Quantin17-210/+218
2013-09-14Fix a typo Jörg Mayer1-1/+1
2013-09-13Mis-use error bars to draw segments.Gerald Combs2-2/+22
2013-09-13Add license header to colorfilters2js.pl as per email from Dirk.Evan Huus1-0/+21
2013-09-13More TCP stream graph updates.Gerald Combs6-159/+278
2013-09-13Update a link.Chris Maynard1-1/+1
2013-09-13Copyright notice (GPL, why not).Guy Harris1-0/+18
2013-09-13Add WIRESHARK_APPDATA description to the rawshark and tshark man pages.Jeff Morriss2-0/+12
2013-09-13Move debian-setup.sh into tools/Jeff Morriss3-1/+1
2013-09-13Allow an alternate application data location as specified by the new environm...Chris Maynard2-5/+20
2013-09-13From Roland Knall via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9047 :Pascal Quantin1-243/+349
2013-09-13cmake/TestFileOffsetBits also copied from an upstream with the appropriateEvan Huus1-0/+3
2013-09-13Permit a bunch of 'combo' licenses (meaning GPL + something else we accept inEvan Huus1-0/+4
2013-09-13Add license header (attributing to Jakub) for a few of the npl files.Evan Huus3-1/+37
2013-09-13Ignore svnversion.h, it's auto-generated. Ignore lemon and except.[ch], they'reEvan Huus1-0/+12
2013-09-13OK, all the Makefiles use -build since r41943, so add that option back for now.Chris Maynard1-1/+3
2013-09-13Update the comments to match the current usage.Chris Maynard1-1/+4
2013-09-13Add comment where the vendor ids come fromJörg Mayer1-0/+4
2013-09-13Convert a few more dissectors to wmemPascal Quantin7-46/+48
2013-09-13Move common.c to dirty filesJörg Mayer1-1/+1
2013-09-13FixJörg Mayer1-1/+1
2013-09-13Fix a bug (caught by Pascal) where a tree was being explicitly cast to emem_treeEvan Huus1-2/+2
2013-09-13Fix might be used uninitialized warningJörg Mayer1-1/+1
2013-09-13Replace some emem with wmem.Evan Huus4-73/+75
2013-09-13Fix warnings shown by gcc-4.8.1Jörg Mayer3-56/+55
2013-09-13Rename --build to --check-addtext/--nocheck-addtext for clarity.Chris Maynard1-9/+15
2013-09-13Remove useless-use-of-emem, add modelines.Evan Huus1-4/+16