Fix computation of TP-User-Data-Length when SMS is coded with GSM 7 bit default alpha...
[metze/wireshark/wip.git] / epan /
2013-05-23 Pascal QuantinFix computation of TP-User-Data-Length when SMS is...
2013-05-22 Guy HarrisTurn "packet_is_ssl()" into a general "does the packet...
2013-05-22 Michael MannSupport Raptor/Raptor-Q FEC in RMT dissector. Bug...
2013-05-22 Pascal QuantinDo not stop dissection when there is no tree: otherwise...
2013-05-22 Evan HuusMinor refactor: make the framework responsible for...
2013-05-21 Guy HarrisFrom Cal Tunney:
2013-05-21 Guy HarrisClean up white space.
2013-05-21 Michael MannFrom Michal Labedzki via https://bugs.wireshark.org...
2013-05-21 Michael Mannadd a few filterable fields/expert info
2013-05-21 Michael Mannuse ep_ allocated memory instead of g_ allocated.
2013-05-21 Anders Broman- Move the export_pdu tap outside of if(tree)
2013-05-21 Anders BromanAdd missing element NSAP to IE Evolved Allocation/Reten...
2013-05-21 Michael MannDHCPv6 option 56, RFC 5908
2013-05-21 Michael MannUse col_set_fence() functionality to remove an unnecess...
2013-05-21 Michael MannMinor cleanup. Removal of unnecessary packet_info...
2013-05-21 Evan HuusFix format string typo.
2013-05-20 Michael Mannadd a few more filterable items.
2013-05-20 Jeff MorrissFix:
2013-05-20 Evan HuusMore compiler warning fixes...
2013-05-20 Evan HuusThird time lucky, hopefully fix the last of the compile...
2013-05-20 Evan HuusUse doubles and FT_DOUBLE for better precision and...
2013-05-20 Evan HuusFix some compile warnings, and spread a struct definiti...
2013-05-20 Evan HuusFrom Marko Hrastovec via https://bugs.wireshark.org...
2013-05-20 Anders BromanFrom Tom Bottom:
2013-05-20 Anders BromanRemove #if 0:ed code.
2013-05-20 Anders BromanAdd export_pdu_tap to packet-diameter.c
2013-05-20 Anders BromanMake preparation to select which level tap is to be...
2013-05-20 Alexis La GoutteFrom me via https://bugs.wireshark.org/bugzilla/show_bu...
2013-05-20 Gerald CombsMake the minimum supported GLib version 2.16.
2013-05-20 Evan HuusFix typo s/ENCNA/ENC_NA/
2013-05-20 Alexis La GoutteAdd Modelines Info and fix warning from fix-encoding...
2013-05-20 Alexis La GoutteFrom david19801118 via https://bugs.wireshark.org/bugzi...
2013-05-20 Anders BromanFrom Cal Turney:
2013-05-19 Anders BromanDon't access nbap_dch_chnl_info if the index is > maxNr...
2013-05-19 Ronnie SahlbergSCSI: Add support for report-one-command structure...
2013-05-19 Ronnie SahlbergSCSI: REPORT SUPPORTED OPCODES print the reporing...
2013-05-19 Evan HuusFix a memory leak by using seasonal memory for building...
2013-05-18 Pascal QuantinRegenerate t124 dissector
2013-05-18 Martin Kaiserdistinguish between length and reported length when...
2013-05-18 Ronnie SahlbergSCSI: Add dissection of REPORT SUPPORTED OPCODES
2013-05-18 Pascal QuantinDo not display payload twice when using uncompressed...
2013-05-18 Guy HarrisAdd some casts for C++ compatibility.
2013-05-18 Guy HarrisA "pointer to something" is a "void *", not a "char...
2013-05-17 Pascal QuantinFrom Chris Bontje via https://bugs.wireshark.org/bugzil...
2013-05-17 Anders Bromanset col fence, in case there are more Diameter PDU...
2013-05-17 Jeff MorrissAs suggested by Jakub: don't ep_alloc buffers for TVBs...
2013-05-17 Guy HarrisFix some more warnings that show up on platforms with...
2013-05-17 Anders BromanSquelch more warnings about empty structures.
2013-05-17 Guy HarrisSquelch warnings about empty structures and chopping...
2013-05-17 Jeff MorrissFrom Dominique Martinet via https://bugs.wireshark...
2013-05-17 Evan HuusUse proto_tree_add_int64 for 64-bit values.
2013-05-17 Evan HuusFrom Florian Forster via https://bugs.wireshark.org...
2013-05-16 Evan HuusUse a readable name for the wmem callback test. Warn...
2013-05-16 Evan HuusUse slice memory for data sources, since we never have...
2013-05-16 Anders BromanFrom Cal Turney:
2013-05-16 Chris MaynardTreat invalid checksum of 0x0000 no different than...
2013-05-16 Pascal QuantinAdd partial dissection of IR packet with IP profile
2013-05-16 Anders BromanFrom Dirk:
2013-05-16 Anders BromanFrom Neil Piercy:
2013-05-16 Evan HuusMake the rtmpt max packet size that Jeff just halved...
2013-05-16 Jeff MorrissTemporarily lower the max packet size for this dissecto...
2013-05-15 Gerald CombsUn-shadow a couple of variables.
2013-05-15 Anders Broman- packet-sip.c adds per-packet data twice only add...
2013-05-15 Anders BromanSDP adds per-packet-data twice, refactor to not use...
2013-05-15 Anders Broman- Use the key for comparison of per_proto_data.
2013-05-15 Anders BromanExport CellGlobalIdOrServiceAreaIdOrLAI.
2013-05-15 Pascal QuantinFix copy/paste error introduced in r49259
2013-05-14 Pascal QuantinFix copy/paste errors
2013-05-14 Pascal QuantinDisplay Command Qualifier in case of Open Channel ...
2013-05-14 Anders BromanAdd a tag for original frame number.
2013-05-14 Jeff MorrissDon't try to decode an IPv6 address if it looks like...
2013-05-14 Anders BromanUpate to spec. 11.0.0
2013-05-14 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2013-05-14 Anders BromanAdd comments on the experimental state of this feature.
2013-05-12 Pascal QuantinFix compilation
2013-05-12 Pascal QuantinFix the RTP-MIDI Controller filter name
2013-05-12 Anders BromanAdd the posibillity to use a key for per-packet-data.
2013-05-12 Evan HuusFrom Dirk Jagdmann via https://bugs.wireshark.org/bugzi...
2013-05-11 Evan HuusFix compilation with SHOW_EMEM_STATS defined.
2013-05-11 Evan HuusFrom Ravi Kondamuru via https://bugs.wireshark.org...
2013-05-11 Martin Kaiserconvert to new-style dissector
2013-05-11 Martin Kaiserremove return;
2013-05-11 Martin Kaiserno need for if(tree)
2013-05-11 Martin Kaisercol_add_fstr() does not need check_col()
2013-05-11 Martin Kaisertabs -> spaces
2013-05-11 Jörg MayerPeter Van Eynde
2013-05-11 Evan HuusInitialize a proto_tree variable which is now used...
2013-05-10 Guy HarrisAdd expert info for radiotap header errors.
2013-05-10 Guy HarrisUpdate a comment.
2013-05-10 Pascal QuantinFix a few bugs related to PDU export feature:
2013-05-10 Guy HarrisOK, what's the deal with TZSP_CONFIG packets?
2013-05-10 Guy HarrisAdd some tag values from the TZSP spec.
2013-05-10 Guy HarrisUse #defines for protocol types, and make the descripti...
2013-05-10 Guy HarrisAdd (Wayback Machine) URL for an (incomplete) specifica...
2013-05-10 Guy HarrisWrap 64-bit constants in G_GUINT64_CONSTANT().
2013-05-10 Evan HuusFrom "0xBismarck" via https://bugs.wireshark.org/bugzil...
2013-05-09 Michael MannNULL terminate bit field list. Bug 8638 (https://bugs...
2013-05-09 Martin KaiserCoverity 1011110: Unused pointer value
2013-05-08 Martin KaiserFrom Christian Svensson
2013-05-08 Evan HuusRound two of wmem cleanup callbacks. While the emem...
next