aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-01-14Fix typo (Direcly => Directly)Alexis La Goutte1-2/+2
2014-01-14Add filetap/abi* to .gitignoreAlexis La Goutte1-0/+2
2014-01-14Don't cast away constness.Guy Harris1-1/+1
2014-01-14We have to cast away constness here, because C doesn't haveGuy Harris1-1/+1
2014-01-14Don't cast away constness.Guy Harris8-18/+18
2014-01-14Regenerate ANSI TCAP dissector from the changes in r54499.Guy Harris1-3/+10
2014-01-14Don't cast away constness.Guy Harris2-3/+3
2014-01-14Don't cast away constness.Guy Harris1-2/+2
2014-01-14Don't cast away constness.Guy Harris4-7/+8
2014-01-14Consistently use "guint8" for "8-bit byte".Guy Harris3-63/+63
2014-01-14Don't cast away constness.Guy Harris1-1/+1
2014-01-14Don't cast away constness.Guy Harris2-6/+6
2014-01-14Don't make claims of constness that can't be guaranteed in terms the CGuy Harris8-10/+10
2014-01-14Fix -Wsometimes-uninitialized found by ClangAlexis La Goutte1-2/+2
2014-01-14Fix unused const variable found by Clang 3.4Alexis La Goutte1-0/+5
2014-01-14Upgrade LTE RRC dissector to v11.6.0Pascal Quantin5-54/+235
2014-01-14SNOW3G is not available on default WiresharkPascal Quantin1-1/+1
2014-01-14Fix dissection of 3GPP2 SMS encoded in UCS2Pascal Quantin1-0/+2
2014-01-14Make sure we allocate bytes for snow3g at least rounded up to next 4 byte bou...Martin Mathieson1-3/+3
2014-01-14Update a commentMartin Mathieson1-2/+1
2014-01-14Add snow3g integrity (not quite working for me), but rework how integrity and...Martin Mathieson1-78/+82
2014-01-14UCS2 encoded SMS is directly read from data -> remove PROTO_ITEM_SET_GENERATED()Pascal Quantin1-8/+5
2014-01-14Provide hook for calling EEA1 implementation (Snow3G). Implementation not su...Martin Mathieson1-44/+74
2014-01-14Whoever in GLibland was responsible for defining the signature ofGuy Harris1-1/+1
2014-01-14Don't cast away constness.Guy Harris2-2/+2
2014-01-14Don't cast away constness.Guy Harris2-2/+2
2014-01-14But *do* cast const void * to the appropriate type.Guy Harris2-8/+8
2014-01-14Don't cast away constness.Guy Harris2-12/+12
2014-01-14Don't assign away constness.Guy Harris1-2/+2
2014-01-14Don't cast away constness.Guy Harris1-2/+2
2014-01-14Don't cast away constness.Guy Harris1-1/+1
2014-01-14Don't cast away constness.Guy Harris1-7/+7
2014-01-14gsize, not gusize. Whatever.Guy Harris1-1/+1
2014-01-14Glib, gotta love it. No, gusize isn't the same as size_t, it's long,Guy Harris1-1/+1
2014-01-14Don't cast away constness.Guy Harris1-3/+3
2014-01-14Don't cast away constness.Guy Harris1-1/+1
2014-01-14Don't cast away constness.Guy Harris2-4/+4
2014-01-14Have ip6_to_str() and tvb_ip6_to_str() return const pointers, as theGuy Harris5-12/+12
2014-01-14Don't cast away constness.Guy Harris1-6/+6
2014-01-14Don't cast away constness.Guy Harris1-2/+2
2014-01-14Don't cast away constness. In one place, this requires that we use oneGuy Harris1-7/+9
2014-01-14Cast away constness.Guy Harris1-3/+3
2014-01-14Constification.Guy Harris1-6/+6
2014-01-14Don't cast away constness.Guy Harris1-1/+1
2014-01-14Don't cast away constness.Guy Harris1-1/+1
2014-01-14And more constification.Guy Harris1-6/+6
2014-01-14More constification.Guy Harris1-1/+1
2014-01-14Don't make promises of constness that we can't honor.Guy Harris1-5/+5
2014-01-14Don't cast away constness when you don't have to.Guy Harris1-6/+7
2014-01-14Squelch some casting-away-constness warnings.Guy Harris1-1/+1