aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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-14From Patrick Lundquist viaEvan Huus1-7/+14
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-13Allow an alternate application data location as specified by the new environm...Chris Maynard1-5/+14
2013-09-13From Roland Knall via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9047 :Pascal Quantin1-243/+349
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-13Fix a bug (caught by Pascal) where a tree was being explicitly cast to emem_treeEvan Huus1-2/+2
2013-09-13Replace some emem with wmem.Evan Huus4-73/+75
2013-09-13Remove useless-use-of-emem, add modelines.Evan Huus1-4/+16
2013-09-13Try to make the heuristic a bit more efficient.Anders Broman1-5/+5
2013-09-13Dario Lombardo viaJörg Mayer2-6/+6
2013-09-13Dario Lombardo <lomato@gmail.com> viaJörg Mayer20-70/+75
2013-09-13Remove epan.h from ftypes.h, address.h and tpg.h,Jörg Mayer4-3/+2
2013-09-13Explicit inclusion of emem.hJörg Mayer9-1/+16
2013-09-13Two more places with now explicit emem.h includeJörg Mayer2-0/+2
2013-09-13Explicitly include emem.h where it is neededJörg Mayer11-2/+16
2013-09-12emem -> wmemJörg Mayer1-1/+2
2013-09-12In some cases add include emem.hJörg Mayer6-5/+11
2013-09-12emem -> wmemJörg Mayer4-22/+22
2013-09-12Convert a few more dissectors to wmemPascal Quantin11-277/+312
2013-09-12Add previous/next stream navigation to the TCP stream graph dialog.Gerald Combs2-3/+14
2013-09-12emem -> wmemJörg Mayer6-160/+161
2013-09-12dissect OCSP nonce extensionMartin Kaiser1-1/+22
2013-09-12mark unused parametersMartin Kaiser1-1/+1
2013-09-12Try to make the STUN heuristic sligtly more efficient.Anders Broman1-18/+17
2013-09-12Add missing includesJörg Mayer4-5/+6
2013-09-12Convert a few dissectors from emem to wmem APIPascal Quantin15-93/+97
2013-09-12More dissector table name related changes (a continuation of r51904).Chris Maynard12-35/+35
2013-09-12The secs field of an nstime_t is a time_t, so cast to that.Guy Harris1-2/+2
2013-09-12Note what the various ENC_TIME_ encodings are.Guy Harris1-3/+3
2013-09-12emem -> wmem ("tshark -v" tested)Jörg Mayer9-40/+46
2013-09-12Make proto.c compile on my system (linux, 32 bit)Jörg Mayer1-2/+2
2013-09-12Fix UDP port range.Anders Broman1-1/+2
2013-09-12Revert the TPNCP changes in r51972 until we can figure out a better way to fixEvan Huus1-11/+11
2013-09-12Add casts to fix mac buildbots.Evan Huus1-2/+2
2013-09-12From RobiOneKenobi via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9072Evan Huus2-0/+23
2013-09-12Use wmem_new to get the automatic casts to fix the buildbot.Evan Huus1-2/+2
2013-09-12emem -> wmemJörg Mayer5-35/+35
2013-09-12emem -> wmemJörg Mayer1-3/+3