aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-16Clarify interface/test for DL HARQ id, and remove a trailing comma fromMartin Mathieson2-3/+3
2013-06-16Improve the way PDCP status PDUs are shown.Martin Mathieson1-9/+63
2013-06-16[Automatic manuf, services and enterprise-numbers update for 2013-06-16]Gerald Combs2-2/+40
2013-06-16some minor fixesLuis Ontanon1-4/+5
2013-06-16display some more box namesMartin Kaiser1-12/+42
2013-06-16Make the B->A graph label show as A<-B to be consistent with the columnMartin Mathieson2-2/+2
2013-06-16Add some comments around looking up names for port numbers.Martin Mathieson1-1/+8
2013-06-16Add warning comment to tree autoreset function about allocatorEvan Huus1-0/+6
2013-06-16Fix occasional wmem_test failure, allocator destruction order mattersEvan Huus1-4/+1
2013-06-16Make the libwiretap Buffer routines usable from C++, and fix the C++ UIGuy Harris3-4/+15
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris65-1066/+758
2013-06-16Replace if-else-if with switch statementsMichael Mann1-26/+67
2013-06-15Further iterationLuis Ontanon1-73/+145
2013-06-15Make use of text metrics and devmode data to properly format a page for print...Chris Maynard1-161/+183
2013-06-15Most of a red-black tree implementation for wmem, based heavily on the ememEvan Huus6-1/+967
2013-06-15Pull some of the code to set the struct wtap_pkthdr intoGuy Harris1-47/+50
2013-06-15Fill in at least some of the struct wtap_pkthdr in both the read andGuy Harris1-7/+14
2013-06-14Rename radcom_process_rec_header() to radcom_process_rec_header() andGuy Harris1-102/+77
2013-06-14Remove check_col() and the occasional tree.Michael Mann29-487/+299
2013-06-14Final draft for the epan working child APILuis Ontanon1-58/+267
2013-06-14Fix IEEE802a OUI lookups.Chris Maynard1-9/+13
2013-06-14Removed check_col() and the occasional tree.Michael Mann72-1125/+719
2013-06-14Ensure that Wireshark isn't obscured by the system taskbar or by any other de...Chris Maynard1-0/+35
2013-06-14remove some unnecessary check_col() callsMartin Kaiser1-16/+8
2013-06-14add editor modelinesMartin Kaiser1-0/+13
2013-06-14new dissector for the MP4/ISOBMFF file formatMartin Kaiser3-0/+319
2013-06-14make line endings consistentMartin Kaiser1-2/+2
2013-06-14Mark unused params as such.Evan Huus1-1/+1
2013-06-14Add Common Address Redundancy Protocol (CARP) dissector, bug 8633 (https://bu...Michael Mann3-0/+267
2013-06-14Add heuristic capabilities to the IP dissector. The motivating factor was th...Michael Mann1-4/+18
2013-06-14Add parentheses around assignment used as truth value.Jeff Morriss2-89/+89
2013-06-14From Anders: add some commands, AVPs, and application IDs.Jeff Morriss1-63/+228
2013-06-14Remove check_col() from ASN.1 dissectorsMichael Mann41-262/+168
2013-06-14And back it out again, just like the Makefile.amJörg Mayer1-1/+0
2013-06-14Copy overJörg Mayer1-1/+1
2013-06-14try_val_to_str() may return NULLMartin Kaiser1-1/+1