aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-06-18Refactor lookup_or_insert32 to remove a bunch of continue and break statementsEvan Huus1-29/+24
2013-06-18Simplify node structure. Use a boolean for whether or not it's a subtree, and anEvan Huus1-34/+35
2013-06-18Factor function for node creation out and use it in several places.Evan Huus1-55/+39
2013-06-18Scrap wmem_memdup, it's not actually as useful as I thought it would be.Evan Huus3-48/+0
2013-06-18Factor common code for red-black tree array lookups into a helper function andEvan Huus1-38/+12
2013-06-18Remove wmem_tree_create_subtree, it does nothing we can't do withEvan Huus1-16/+1
2013-06-18Factor string-packing code into a common function to use in both insert_stringEvan Huus1-48/+25
2013-06-18Fix compile error:Jörg Mayer1-1/+3
2013-06-18Add test block for wmem_tree_lookup32_array_le(), fix other tests where certainEvan Huus1-2/+26
2013-06-18Wmem tree tests with non-trivial keys.Evan Huus1-3/+5
2013-06-18Re-port a bunch of the red-black tree code from wmem with fewer modifications,Evan Huus3-138/+315
2013-06-18Add ability to export decrypted SSL/DTLS PDUsPascal Quantin7-33/+138
2013-06-18From Anders:Jeff Morriss1-5/+8
2013-06-18Don't limit the on-the-wire length of packets to 64KB, there are larger packetsEvan Huus1-16/+3
2013-06-18Add tests for red-black tree array keys, if0-ed out until I can make them notEvan Huus1-4/+74
2013-06-17Yet another iterationLuis Ontanon4-105/+621
2013-06-17Put the code to fill in the struct wtap_pkthdr and to read the packetGuy Harris1-33/+31
2013-06-17From Dirk Jagdmann via bug 7525: macosx-setup.sh improvements.Gerald Combs1-191/+273
2013-06-17Fix qt make buildbot stepAlexis La Goutte1-1/+3
2013-06-17Extract some common code for array lookups, and replace some DISSECTOREvan Huus1-42/+18
2013-06-17From Niels de Vos via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8810Evan Huus1-2/+2
2013-06-17Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8809Evan Huus1-2/+2
2013-06-17Merge more of the read and seek-read code paths.Guy Harris1-29/+25
2013-06-17More PDU export work:Pascal Quantin6-60/+167
2013-06-17Merge "read record header" and "read packet data" routines into a singleGuy Harris26-989/+604
2013-06-17Fix 7bit ASCII / IA5 SMS dissection broken in r49910Pascal Quantin1-0/+6
2013-06-17Ensure that the length parameter to dissect_per_length_determinant isEvan Huus1-0/+3
2013-06-17Apply r49983 to other dissectorsPascal Quantin3-3/+3
2013-06-17tvb_length_remaining() can return -1 so don't cast its return value to an uns...Chris Maynard1-1/+1
2013-06-17Misc tweaks to packet-http-urlencoded.cEvan Huus1-1/+15
2013-06-17the LicenceLuis Ontanon2-3/+33
2013-06-17Checking in as it compiles... Luis Ontanon3-13/+966
2013-06-17Fix typo.Michael Tüxen1-1/+1
2013-06-17Fix for previous commit, don't use string if get_form_key_value() failed.Jakub Zawadzki1-2/+2
2013-06-17Add small dissector for application/x-www-form-urlencodedJakub Zawadzki4-1/+221
2013-06-17Added a missing CFRelease.Stig Bjørlykke1-1/+3
2013-06-17Added a missing CFRelease.Stig Bjørlykke1-0/+1
2013-06-17Use a more compact display for the status bitmapPascal Quantin1-78/+24
2013-06-17Remove preceding zeroesPascal Quantin1-1/+1
2013-06-17the dos2unix cygwin package is required for compiling on windowsMartin Kaiser1-0/+3
2013-06-17Fix the test to respect the new behaviour.Evan Huus1-1/+2
2013-06-17Much smarter handling of autoreset trees.Evan Huus2-9/+27
2013-06-16More callback tweaks, to permit unregistering a callback from the same placeEvan Huus6-24/+63
2013-06-16Fix include to use "" not <> for local headers.Evan Huus1-1/+1
2013-06-16Update wmem README for the tree implementation.Evan Huus1-1/+3
2013-06-16Rework the user callback code a bit to make it saner to use with the auto-resetEvan Huus6-37/+50
2013-06-16rename epan_child.hLuis Ontanon1-4/+0
2013-06-16Prepend custom Destination IP and Source IP (ipv4 or ipv6) in the pcap. Bug ...Michael Mann2-8/+179
2013-06-16fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8806Martin Kaiser1-13/+5
2013-06-16Simplify the tree code slightly - just don't call the transform functionEvan Huus1-14/+11