aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-17One of the wmem patches only updated the generated packet-snmp.cJörg Mayer1-8/+11
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-17When building packet-dap.c on an empty build tree, packet-dap.c wouldJörg Mayer4-2/+10
2013-09-17Update 'BACnetVendorIdentifiers' value strings fromBill Meier1-209/+370
2013-09-17Fix dependency problems (continuation of r52110 and r52112).Chris Maynard4-0/+10
2013-09-17Fix a difference to Makefile.commonJörg Mayer1-2/+0
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 Huus2-26/+136
2013-09-16Copy over rev 52110 to cmakeJörg Mayer1-0/+1
2013-09-16Forgot to check in regenerated dissector for dap.Jörg Mayer1-45/+45
2013-09-16Fix dependency problem reported by Joerg Mayer on wireshark-dev.Chris Maynard1-0/+4
2013-09-16Whitespace changesJörg Mayer1-17/+17
2013-09-16address_equal → addresses_equal. Switch from address macros to functionsGerald Combs3-10/+10
2013-09-16Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9155 :Pascal Quantin2-55/+57
2013-09-16Convert each of the address.h macros to inline functions. Gerald Combs3-116/+214
2013-09-16Don't print a warning about missing svn id when the argument is notJörg Mayer1-1/+4
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-16Add stream information to the hint label. Update our hint more often.Gerald Combs3-18/+48
2013-09-16Trivial: Fix typo.Chris Maynard1-4/+4
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-16Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-09-16From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9144Alexis La Goutte1-1/+1
2013-09-16Make sure we don't tap our packets twice. Give the graph has focus afterGerald Combs1-3/+5
2013-09-16Fix graph type selection.Gerald Combs1-13/+11
2013-09-16Another attempt at axis scaling. Tweak the appearance a little.Gerald Combs1-6/+18
2013-09-15When caclulating throughput, only subtract what we've added. Try to fixGerald Combs1-20/+15
2013-09-15mark unused parameterMartin Kaiser1-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 Huus2-3/+2
2013-09-15unused variable 'conversation'Anders Broman1-1/+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-15Make sure the RTT behavior matches the GTK+ port. Make sure we properlyGerald Combs1-15/+29
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
2013-09-15From Roland Knall via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9145 :Pascal Quantin1-8/+14
2013-09-15Use a better hash algorithm and add a dialouge to get hastable data.Anders Broman1-0/+2
2013-09-15Use a better hash algorithm and add a dialouge to get hastable data.Anders Broman6-9/+446
2013-09-15emem -> wmem for radiusMartin Kaiser1-19/+19
2013-09-15emem -> wmemMartin Kaiser1-9/+12