aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2014-01-17Try to fix warning: initializer element is not computable at load time.Anders Broman1-20/+39
2014-01-17Fix a bug intrduced in http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=re...Anders Broman1-1/+3
2014-01-16Remove #include and make the situation with snow3g clearer in a comment. May...Martin Mathieson1-4/+5
2014-01-15Implement basic support for SPXII decoding (at least we get the payload offsetsEvan Huus1-16/+40
2014-01-15Dissect SPXII flag bits.Evan Huus1-2/+38
2014-01-15Add modelines and fix one indentation issue.Evan Huus1-1/+14
2014-01-15Fix a couple ofAnders Broman1-16/+46
2014-01-15Explain casting away const.Guy Harris1-0/+7
2014-01-15Update to version V12.3.0 (2013-12).Anders Broman1-222/+554
2014-01-15Don't cast away constness.Guy Harris1-1/+1
2014-01-15Don't cast away constness.Guy Harris1-1/+1
2014-01-15Eliminate fvalue_set() in favor of routines that take argumentsGuy Harris17-207/+426
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 Harris5-13/+13
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 Harris1-29/+29
2014-01-14Don't cast away constness.Guy Harris1-1/+1
2014-01-14Don't cast away constness.Guy Harris1-3/+3
2014-01-14Don't make claims of constness that can't be guaranteed in terms the CGuy Harris6-8/+8
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 Quantin1-42/+204
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 Harris1-1/+1
2014-01-14Don't cast away constness.Guy Harris1-1/+1
2014-01-14But *do* cast const void * to the appropriate type.Guy Harris1-4/+4
2014-01-14Don't cast away constness.Guy Harris1-6/+6
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