If the user enables gtk3, (silently) disable gtk2 rather than forcing the user
[metze/wireshark/wip.git] / epan /
2013-06-26 Michael MannopenSAFETY: CRC Maintenance, new CRC, new expert interf...
2013-06-26 Jeff MorrissAs pointed out by Guy: timestats uses packet_info so...
2013-06-25 Evan HuusArrays seems to be where the failure is, so remove...
2013-06-25 Jeff MorrissMove a couple of time-related modules into wsutil.
2013-06-25 Pascal QuantinFrom Reinhard Speyerer via https://bugs.wireshark.org...
2013-06-25 Bill MeierIndentation/Whitespace cleanup;
2013-06-25 Michael MannBugfix iec104 dissector, bug 8849 (https://bugs.wiresha...
2013-06-25 Chris Maynardmakefile.nmake -> Makefile.nmake and minor whitespace...
2013-06-24 Evan HuusBased on initial patch by Michal Labedzki
2013-06-24 Evan HuusFrom Fabio Tarabelloni via
2013-06-24 Evan HuusFix wmem_tree.h ifdef guards, hopefully fixing the...
2013-06-24 Evan HuusSo it comes to this...
2013-06-24 Pascal QuantinAdd an option to dissect RRC-Container IE
2013-06-24 Chris MaynardA follow-up to r50127 to highlight the correct 4 bytes...
2013-06-24 Guy HarrisThe Ethernet FCS is 32 bits, not 16 bits.
2013-06-24 Chris MaynardDisplay RSSI in dB instead of dBm. Fixes the last...
2013-06-23 Alexis La GoutteMake Authentification String filterable
2013-06-23 Alexis La GoutteFrom chaitanya via https://bugs.wireshark.org/bugzilla...
2013-06-23 Alexis La GoutteEnhance VRRP Dissector * Make checksum field filterable...
2013-06-23 Jörg MayerAlphabetically sort in file-mp4.c
2013-06-23 Jörg MayerSmall whitespace fixes
2013-06-22 Evan HuusOnly do a tree lookup if we have a tree to look up in.
2013-06-22 Evan HuusMake assertions in tree lookup more useful and fix...
2013-06-22 Michael MannMore proper fix (per advice of bug 8515 (https://bugs...
2013-06-22 Ronnie SahlbergMake TCP segment length a generated field instead of...
2013-06-21 Stephen FisherCast away some errors of these types:
2013-06-21 Guy Harrisget_ax25_name() is *NOT* the right routine to use to...
2013-06-21 Martin Kaiserrename packet-mp4.c to file-mp4.c
2013-06-21 Martin Kaisercreate libfiledissectors.a during the autotools build
2013-06-20 Pascal QuantinFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2013-06-20 Evan HuusSave and restore private_data pointer instead of freein...
2013-06-20 Pascal QuantinRegenerate DAP dissector that was changed in r50073...
2013-06-20 Martin Kaiserinform expert info layer about the current number of...
2013-06-20 Pascal QuantinFix bug https://bugs.wireshark.org/bugzilla/show_bug...
2013-06-20 Evan HuusFrom Fabio Tarabelloni via
2013-06-20 Evan HuusFrom Fabio Tarabelloni via
2013-06-20 Alexis La GoutteFrom report of Alexander Okonnikov and Patch of Matt...
2013-06-20 Alexis La GoutteFix errors found by fix-encoding-args script
2013-06-20 Martin MathiesonFix for bug 8826.
2013-06-20 Alexis La GoutteFix packet-dhcpv6.c: In function 'dhcpv6_option': packe...
2013-06-20 Evan HuusAdd a few of our headers to code generated by pycrc...
2013-06-20 Evan HuusFrom Fabio Tarabelloni via
2013-06-20 Evan HuusFrom Michal Labedzki via
2013-06-20 Evan HuusFrom Brian Otte via https://bugs.wireshark.org/bugzilla...
2013-06-20 Evan HuusLdap still needs to include wmem.h since it uses wmem...
2013-06-20 Evan HuusBack out some of the wmem conversions (r50063 and r50057).
2013-06-19 Evan HuusAdd some missing wmem includes that apparently only...
2013-06-19 Evan HuusBased on patch from gyanesh via https://bugs.wireshark...
2013-06-19 Evan HuusApparently one of our major global headers must include...
2013-06-19 Evan HuusConvert the rest of the ASN1 dissectors from emem to...
2013-06-19 Jeff MorrissFrom Anders:
2013-06-19 Martin Kaisersupport extended size boxes, 2nd attempt
2013-06-19 Pascal QuantinAdd export of SS7 OPC/DPC
2013-06-19 Guy HarrisFix display of "(correct)"/"(incorrect)" indication...
2013-06-19 Evan HuusConvert a batch of asn1 dissectors from emem to wmem.
2013-06-19 Jeff MorrissRework the change from r15595 a bit: when creating...
2013-06-19 Jeff MorrissOne of the unused hf's commented out in r47389 was...
2013-06-19 Jörg MayerRemove traling whitespace.
2013-06-19 Evan HuusRework wmem scoping limits so that users can still...
2013-06-19 Martin Kaiserrevert the extended size box changes for now,
2013-06-19 Martin Kaiserexplicitly use 64bit variables, g(u)int is not 64bit...
2013-06-19 Evan HuusConvert DNS dissector to wmem, including first actual...
2013-06-19 Martin Kaisersupport extended size boxes, general cleanup
2013-06-19 Evan HuusAdd wmem_strbuf_new_label as just a sized new for label...
2013-06-19 Martin MathiesonAdd a comment about how it would nice for display filte...
2013-06-19 Martin Kaiseretypes.h needs value_string.h
2013-06-19 Pascal QuantinFet rid of a global variable
2013-06-19 Evan HuusClean up wmem_strsplit to remove a bunch of weird switc...
2013-06-19 Pascal QuantinGet rid of global variables
2013-06-19 Pascal QuantinRegenerate dissector
2013-06-19 Jörg MayerFix CID 1033205: Dead default in switch (DEADCODE)
2013-06-19 Jörg MayerFix CID 712341: Dereference null return value (NULL_RET...
2013-06-19 Jörg MayerFix CID 1034293: Missing break in switch (MISSING_BREAK)
2013-06-18 Martin MathiesonAdd an option (switched off) to decode the Contention...
2013-06-18 Jeff MorrissFrom Anders: Fix the highlighted length, add PDU descri...
2013-06-18 Pascal QuantinAdd ability to export decrypted IPsec PDUs
2013-06-18 Martin MathiesonSet PDCP SN length for DRBs for separate RRC element.
2013-06-18 Martin MathiesonAlso signal value of PDCP SN (only used if enabled...
2013-06-18 Evan HuusResurrect wmem_memdup in its own misc. utilities group...
2013-06-18 Evan HuusAdd wmem_alloc_array, wmem_strsplit, wmem_strconcat.
2013-06-18 Martin MathiesonConfigure MAC LCID -> RLC channel settings from RRC.
2013-06-18 Jakub ZawadzkiPass hfinfo and not hfindex to internal proto functions.
2013-06-18 Evan HuusRefactor insert32 to use lookup_or_insert32 with the...
2013-06-18 Evan HuusRefactor lookup_or_insert32 to remove a bunch of contin...
2013-06-18 Evan HuusSimplify node structure. Use a boolean for whether...
2013-06-18 Evan HuusFactor function for node creation out and use it in...
2013-06-18 Evan HuusScrap wmem_memdup, it's not actually as useful as I...
2013-06-18 Evan HuusFactor common code for red-black tree array lookups...
2013-06-18 Evan HuusRemove wmem_tree_create_subtree, it does nothing we...
2013-06-18 Evan HuusFactor string-packing code into a common function to...
2013-06-18 Evan HuusAdd test block for wmem_tree_lookup32_array_le(), fix...
2013-06-18 Evan HuusWmem tree tests with non-trivial keys.
2013-06-18 Evan HuusRe-port a bunch of the red-black tree code from wmem...
2013-06-18 Pascal QuantinAdd ability to export decrypted SSL/DTLS PDUs
2013-06-18 Jeff MorrissFrom Anders:
2013-06-18 Evan HuusAdd tests for red-black tree array keys, if0-ed out...
2013-06-17 Evan HuusExtract some common code for array lookups, and replace...
2013-06-17 Evan HuusFrom Niels de Vos via https://bugs.wireshark.org/bugzil...
2013-06-17 Evan HuusFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2013-06-17 Pascal QuantinMore PDU export work:
next