aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2014-01-21Don't do the byte-with-8th-bit-set-to-REPLACEMENT-CHARACTER mapping forGuy Harris2-102/+137
2014-01-20don't use tvb_get_string(..., len) to get exactly len raw bytesMartin Kaiser1-1/+1
2014-01-20make MMI strings filterableMartin Kaiser1-11/+47
2014-01-20remove todo commentsMartin Kaiser1-5/+0
2014-01-20tvb_get_string(): replace 8bit characters with the unicode replacement charMartin Kaiser2-14/+35
2014-01-20Longs are not guaranteed to be 64-bit. Use G_GINT64_MODIFIER to formatGuy Harris1-3/+3
2014-01-20From Michal Labedzki:Anders Broman1-80/+80
2014-01-20packet-bootp.c: In function 'dissect_vendor_generic_suboption':Anders Broman1-2/+2
2014-01-20From alexeyv:Anders Broman4-22/+117
2014-01-20Add generic dissection of unknown vendor sub options.Anders Broman1-3/+48
2014-01-20Fix 32/64 casting and add a note where the loss of precision might actually be aEvan Huus1-4/+6
2014-01-20From Pavel Moravec via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9612Evan Huus1-17/+3001
2014-01-20From Lubos via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9638Alexis La Goutte3-0/+979
2014-01-19coverity 702387Martin Kaiser1-0/+4
2014-01-19[Automatic manuf, services and enterprise-numbers update for 2014-01-19]Gerald Combs1-10/+154
2014-01-19As spotted by Joerg; make a HFILL_INIT(hf) macro and use it to init the priva...Anders Broman3-27/+18
2014-01-17Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9649 :Pascal Quantin1-2/+2
2014-01-17From Fabio Tarabelloni via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Pascal Quantin1-3/+3
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