aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-12Convert from emem to wmem.Jörg Mayer2-15/+15
2013-09-12More wmem.Evan Huus8-25/+28
2013-09-12Convert a few more dissectors to wmem.Evan Huus4-20/+20
2013-09-12Use epan-scope memory for OIDs, cleaning up another ~100KB of valgrindEvan Huus1-11/+4
2013-09-12From Robert G. Jakabosky via bug 5575:Stig Bjørlykke1-2/+7
2013-09-12Need to specify the particular FT_UINTn type.Guy Harris1-2/+2
2013-09-12Give various files RCS IDs.Guy Harris4-16/+22
2013-09-12Fix the types of some multi-bit bitfields - they're not Booleans. GiveGuy Harris1-3/+3
2013-09-11Rename frame relay NLPID dissector table from "fr.ietf" to "fr.nlpid".Chris Maynard6-6/+6
2013-09-11Test the return value of tvb_reported_length_remaining() as > 0 rather than !...Chris Maynard1-7/+7
2013-09-11Change the name of the Cisco HDLC dissector table from chdlctype to chdlc.pro...Chris Maynard15-73/+74
2013-09-11Mark a couple of parameters as unused.Jeff Morriss1-25/+23
2013-09-11- Introduce a dissector table for Vendor AVP:sAnders Broman1-20/+195
2013-09-11Instead of prepending "LLC " to the UI table name, just modify the table name. Chris Maynard11-13/+11
2013-09-11Move a lot of includes from follow_stream_dialog.h toGerald Combs2-26/+31
2013-09-10Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9128 :Pascal Quantin3-9/+16
2013-09-10proto_tree -> proto_itemMartin Kaiser1-16/+19