From Tom Brezinski:
[obnox/wireshark/wip.git] / epan / dissectors /
2012-01-28 etxrabFrom Claudio:
2012-01-28 etxrabFrom Andreas Heise:
2012-01-28 etxrabFrom Tobias Witek:
2012-01-28 etxrabFrom Tobias Witek:
2012-01-28 etxrabFrom Michal Labedzki:
2012-01-28 etxrabFrom Michael:
2012-01-27 morrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2012-01-26 etxrabFrom Mike Morrin:
2012-01-26 geraldAdd a format string and remove a couple of unused varia...
2012-01-26 etxrabFrom Mike Morrin:
2012-01-26 martinmOh dear, had that test the wrong way around...
2012-01-26 etxrabDissect the crypto attribute.
2012-01-26 etxrabAdd an 3gpp xml entry.
2012-01-26 cmaynardFix memory leaks involving tvb_get_stringz() by replaci...
2012-01-26 martinmWhen telling RLC whether a frame is a retx, use direct...
2012-01-25 cmaynardFrom billyjeans [AT] gmail.com via bug 6184: "S1AP...
2012-01-25 tuexenUse a bitwise & when checking with a mask.
2012-01-25 tuexenRemove redundant ().
2012-01-25 martinmTidy up comments / deleted commented-out code.
2012-01-24 guyFix typo.
2012-01-24 morrissGet rid of a non-ASCII char
2012-01-24 cmaynardThe AT dissector is not really USB-specific, so rename...
2012-01-24 etxrabmax_ul_ext isn't printed/decoded to the packet details...
2012-01-24 etxrabUpate a few more entries and add links to where the...
2012-01-24 etxrabRestructure the code abit.
2012-01-24 etxrabFrom Pascal Quantin:
2012-01-24 cmaynardFix a duplicate display filter name.
2012-01-24 alagoutteAdd Free Mobile (Iliad) Mobile Network Code (the French...
2012-01-24 alagoutteFix -v for QtShark
2012-01-24 martinmUse bitfields to make channel_hash_key struct fit into...
2012-01-24 morrissFrom Michal Labedzki via https://bugs.wireshark.org...
2012-01-23 morrissRevert 40675 and set 'protocol' appropriately when...
2012-01-23 morrissInitialize 'protocol' to something, at least until...
2012-01-23 etxrabOnly continue dissection if protocol is UDP.
2012-01-23 cmaynardFix some duplicate display filter names.
2012-01-23 cmaynardFix some duplicate display filter names.
2012-01-23 morrissFrom Yaniv Kaul via https://bugs.wireshark.org/bugzilla...
2012-01-23 cmaynardFix some duplicate display filter names.
2012-01-23 etxrabFrom Pascal Quantin:
2012-01-23 morrissFrom Mike Morrin via https://bugs.wireshark.org/bugzill...
2012-01-23 martinmUse plane rather than channelType as part of key for...
2012-01-23 martinmPDCP:
2012-01-22 martinmUse detailed key for sequence analysis results to avoid...
2012-01-22 martinmAllow sequence analysis to be done either for PDCP...
2012-01-22 martinmVarious small tweaks to sequence analysis/re-assembly...
2012-01-22 martinmCheck for DL HARQ retx before calling RLC dissector...
2012-01-22 cmaynardPatch from DXDragon [AT] yandex.ru (using e-mail addres...
2012-01-21 etxrabTry to fix
2012-01-21 etxrabAdd the missing file from
2012-01-21 cmaynardRevert a recent spelling change back to its UK variant.
2012-01-21 etxrabFrom Martin Lutz:
2012-01-21 etxrabFrom Mike Morrin:
2012-01-21 cmaynardFix a comment and some typos.
2012-01-20 cmaynardAvoid a potential infinite loop by stopping dissection...
2012-01-20 cmaynardFix some duplicate display filter names.
2012-01-20 cmaynardChange display filter name from "ldp.tlv...." to "ldp...
2012-01-20 cmaynardFix some duplicate display filter names.
2012-01-20 cmaynardFix some duplicate display filter names.
2012-01-20 cmaynardFix Coverity CID 1366: MISSING BREAK
2012-01-20 cmaynardFix Coverity CID 1369: UNUSED_VALUE by deleting duplica...
2012-01-20 cmaynardFix Coverity CID 1370: UNREACHABLE by deleting erroneou...
2012-01-20 jmayerAs reported by hyphenated on #wireshark:
2012-01-20 jakeFrom Pascal Quantin:
2012-01-20 wmeierFix Fix "bt-dht [..] NOT registered properly" as report...
2012-01-19 rbalintUpdate generated headers changed by last commit
2012-01-19 rbalintfix compile errors found by dumpabi target
2012-01-19 jmayerFix:
2012-01-19 cmaynardFix some duplicate display filter names.
2012-01-19 cmaynardFix some duplicate display filter names.
2012-01-19 cmaynardFix some duplicate display filter names.
2012-01-19 etxrabUpdate comments and dissection of comptessed lists
2012-01-19 cmaynardUpdate a couple of asn1-generated dissectors.
2012-01-19 cmaynardFix a duplicate display filter name.
2012-01-19 cmaynardFix some duplicate display filter names.
2012-01-19 wmeierLocalize a global variable; Do minor reformatting.
2012-01-19 martinmComment out hf and ett - there is no need to register...
2012-01-19 martinmAdd casts and don't initialise empty hf array.
2012-01-19 martinmAdd a dissector "mac-lte-framed" that uses the same...
2012-01-18 alagoutteFrom Yaniv Kaul via https://bugs.wireshark.org/bugzilla...
2012-01-18 cmaynardFix some duplicate display filter names.
2012-01-17 etxrabAdd more to dissect_compressed_list()
2012-01-17 jmayerFix warning about a variable that is written to only.
2012-01-17 martinmMark a couple of unused parameters as such.
2012-01-17 etxrabEnhance dissection of compressed lists.
2012-01-16 etxrabAdd packet-lpp.h
2012-01-16 etxrabFrom Pascal Quantin:
2012-01-16 etxrabFrom Pascal Quantin:
2012-01-16 guyThe frame number is an unsigned integer, so there's...
2012-01-16 guyThe frame number is an unsigned integer, so there's...
2012-01-16 guyThe frame number is an unsigned integer, so there's...
2012-01-15 jmayerThe warning fix overdid things: It removed functionality.
2012-01-15 jmayerRename crypt-xxx to xxx
2012-01-15 guyShuffle the ett[] array elements around a bit, and...
2012-01-14 wmeierRemove obsolete comments referring to mem_chunks.
2012-01-14 wmeierSeveral minor changes:
2012-01-14 wmeierMinor updates:
2012-01-14 wmeierUse REPORT_DISSECTOR_BUG() instead of g_print(); Other...
2012-01-14 wmeiercheck_col() not req'd and other minor cleanups ....
2012-01-14 jmayerEd Beroset <beroset@mindspring.com> via bug 5531
2012-01-13 wmeierMinor cleanup:
next