aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2013-09-16Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9155 :Pascal Quantin1-55/+56
2013-09-16Convert each of the address.h macros to inline functions. Gerald Combs2-7/+6
2013-09-16Remove a bunch more set-but-no-longer-used variables.Jeff Morriss3-18/+6
2013-09-16Remove set-but-no-longer-used variable.Jeff Morriss1-5/+3
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann60-463/+374
2013-09-16From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9144Alexis La Goutte1-1/+1
2013-09-15Apparently some platforms don't like $ in their macro names. Fix it.Evan Huus1-4/+4
2013-09-15Tweak mq macro and checkAPI to avoid false positives - "garbage"Evan Huus1-2/+1
2013-09-15emem -> wmem (except uat or init routines)Pascal Quantin14-107/+116
2013-09-15Comment out hf_ var whose use is also commented out at least for now.Evan Huus1-2/+2
2013-09-15From RobiOneKenobi via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9072Evan Huus5-2860/+13443
2013-09-15Simplification I noticed while reviewing the wmem conversion: there's no need toEvan Huus1-8/+4
2013-09-15From Roland Knall via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9145 :Pascal Quantin1-8/+14
2013-09-15emem -> wmem for radiusMartin Kaiser1-19/+19
2013-09-15emem -> wmemMartin Kaiser1-9/+12
2013-09-15emem -> wmemMartin Kaiser1-7/+7
2013-09-15No need to use the pinfo poolPascal Quantin1-1/+1
2013-09-15From Michal Labedzki viaEvan Huus1-103/+704
2013-09-15emem -> wmemMartin Kaiser1-33/+44
2013-09-15A few more dissectors converted to wmemPascal Quantin11-54/+61
2013-09-15TABs -> spacesMartin Kaiser1-57/+70
2013-09-15emem -> wmemJörg Mayer2-16/+18
2013-09-15emem -> wmemMartin Kaiser1-3/+3
2013-09-15emem -> wmemMartin Kaiser1-2/+2
2013-09-15Fix a typoAnders Broman1-1/+1
2013-09-15Use "cheaper" length check.Anders Broman2-2/+2
2013-09-15emem -> wmemPascal Quantin20-71/+84
2013-09-15Finish asn1 emem -> wmem conversion.Jörg Mayer5-88/+90
2013-09-15More wmem conversion (leaving uat related functions aside)Pascal Quantin22-164/+186
2013-09-15emem -> wmemJörg Mayer2-22/+22
2013-09-15Convert a few more dissectors to wmem APIPascal Quantin11-107/+115
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-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-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