aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-09-21Add _g_ to the names of functions that allocate glib memory. This is a bit moreEvan Huus33-71/+71
2013-09-21Lower the default RTMPT max reassembly size. A bigger bandaid forEvan Huus1-1/+1
2013-09-21Make it more obvious that the function is using wmem memoryPascal Quantin4-7/+7
2013-09-20From Mathias Guettler via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Pascal Quantin1-1/+1
2013-09-20Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9164 :Pascal Quantin1-2/+2
2013-09-20Bugfix a few items:Michael Mann1-3/+10
2013-09-20Don't use g_strv_length on a single string, just use strlen. Also do theEvan Huus1-1/+1
2013-09-20Indicate Sequence of 0 length.Anders Broman1-0/+3
2013-09-20DCH-ID can be 255Anders Broman1-2/+2
2013-09-20Try to make heuristic slightly faster.Anders Broman1-5/+10
2013-09-19From Chun-Yeow via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9163 A...Alexis La Goutte1-1/+11
2013-09-19From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9144 [P...Alexis La Goutte2-30/+82
2013-09-19From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9144 [P...Alexis La Goutte2-24/+59
2013-09-19From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9144 [P...Alexis La Goutte1-38/+37
2013-09-19From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9144 [P...Alexis La Goutte2-169/+179
2013-09-19Zero the key in ntlmssp, because we don't otherwise fill all of it. I suspectEvan Huus1-0/+1
2013-09-19Enum was used after all. Restore it and namespace it with GLUSTER_ to avoid theEvan Huus2-9/+23
2013-09-19From Mark Vitale via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9141Evan Huus1-4/+83
2013-09-19Remove unused enum that started conflicting with /usr/include/dirent.h on myEvan Huus1-14/+0
2013-09-18Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9138 (Malformed NORM ...Chris Maynard1-25/+17
2013-09-17From Jason Wzhy via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9157 :Pascal Quantin1-1/+1
2013-09-17Fix off by 1 error when dissecting Data Radio Bearer identity numberPascal Quantin1-2/+5
2013-09-17Remove some unneeded #includes...Bill Meier1-2/+0
2013-09-17Regenerate all files where the .cnf files had whitespace changes.Jörg Mayer9-124/+124
2013-09-17Reference 'BACnetVendorIdentifiers' value_string usingBill Meier1-2/+3
2013-09-17Switch the inline functions that use tvbuffs and emem back to macros.Gerald Combs1-33/+17
2013-09-17Fix proto_registrar_dump_protocols() bug introduced by theBill Meier1-5/+5
2013-09-17Update 'BACnetVendorIdentifiers' value strings fromBill Meier1-209/+370
2013-09-17Add svn id tagJörg Mayer1-0/+2
2013-09-17Don't call gethostbyaddr() we have already read the local hosts file, settle ...Anders Broman1-30/+0
2013-09-16From Mark Vitale via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9142Evan Huus1-1/+1
2013-09-16From Mark Vitale via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9140Evan Huus1-26/+135
2013-09-16Forgot to check in regenerated dissector for dap.Jörg Mayer1-45/+45
2013-09-16address_equal → addresses_equal. Switch from address macros to functionsGerald Combs1-2/+2
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 Combs3-116/+214
2013-09-16Read the local services file.Anders Broman1-0/+24
2013-09-16Don't call getservbyport() on unresolved ports - it's expensive.Anders Broman1-30/+8
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 Huus6-2860/+13444
2013-09-15Our hash function is no longer commutative (yay!). However, this means that weEvan Huus1-1/+7
2013-09-15Simplification I noticed while reviewing the wmem conversion: there's no need toEvan Huus1-8/+4
2013-09-15Add the new hash algorithm to the macro we were already using. Create aEvan Huus2-84/+45