aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Collapse)AuthorFilesLines
2014-01-20From alexeyv:Anders Broman4-22/+117
Add decryption for resumed TLS sessions with a session ticket. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5963 svn path=/trunk/; revision=54860
2014-01-20Add generic dissection of unknown vendor sub options.Anders Broman1-3/+48
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9594 svn path=/trunk/; revision=54859
2014-01-20Fix 32/64 casting and add a note where the loss of precision might actually be aEvan Huus1-4/+6
problem for 32-bit platforms. svn path=/trunk/; revision=54858
2014-01-20From Pavel Moravec via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9612Evan Huus1-17/+3001
AMQP 1.0 Dissector svn path=/trunk/; revision=54857
2014-01-20From Lubos via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9638Alexis La Goutte2-0/+978
New Dissector For Lightweight Mesh protocol A dissector for ATMEL Lightweight Mesh protocol (lwm). The protocol is carried on the top of 802.15.4 frame. From me: * Add Modelines info * Fix indent (use 4 spaces) * Remove trailing whitespace svn path=/trunk/; revision=54856
2014-01-19As spotted by Joerg; make a HFILL_INIT(hf) macro and use it to init the ↵Anders Broman1-11/+2
private part of the hf structure. svn path=/trunk/; revision=54843
2014-01-17Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9649 :Pascal Quantin1-2/+2
SMPP: source_telematics_id value length is 1 byte svn path=/trunk/; revision=54837
2014-01-17From Fabio Tarabelloni via ↵Pascal Quantin1-3/+3
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9650 : ZigBee ZCL Appliance Identification: fix endianness of Company ID, Brand ID and Product Type ID svn path=/trunk/; revision=54836
2014-01-17Try to fix warning: initializer element is not computable at load time.Anders Broman1-20/+39
svn path=/trunk/; revision=54832
2014-01-17Fix a bug intrduced in ↵Anders Broman1-1/+3
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54820 svn path=/trunk/; revision=54831
2014-01-16Remove #include and make the situation with snow3g clearer in a comment. ↵Martin Mathieson1-4/+5
May need further removal, depending upon concensus on wireshark-dev svn path=/trunk/; revision=54827
2014-01-15Implement basic support for SPXII decoding (at least we get the payload offsetsEvan Huus1-16/+40
right now). Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9552 svn path=/trunk/; revision=54823
2014-01-15Dissect SPXII flag bits.Evan Huus1-2/+38
First part of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9552 svn path=/trunk/; revision=54822
2014-01-15Add modelines and fix one indentation issue.Evan Huus1-1/+14
svn path=/trunk/; revision=54821
2014-01-15Fix a couple ofAnders Broman1-16/+46
warning: initializer element is not computable at load time svn path=/trunk/; revision=54820
2014-01-15Update to version V12.3.0 (2013-12).Anders Broman1-222/+554
svn path=/trunk/; revision=54815
2014-01-15Don't cast away constness.Guy Harris1-1/+1
svn path=/trunk/; revision=54814
2014-01-14Don't cast away constness.Guy Harris3-5/+5
svn path=/trunk/; revision=54800
2014-01-14Regenerate ANSI TCAP dissector from the changes in r54499.Guy Harris1-3/+10
svn path=/trunk/; revision=54799
2014-01-14Consistently use "guint8" for "8-bit byte".Guy Harris1-29/+29
Constify. For routines that manipulate sequences of 8-bit bytes, have them take guint8 pointers rather than void pointers. Don't cast away constness. svn path=/trunk/; revision=54795
2014-01-14Don't cast away constness.Guy Harris1-1/+1
svn path=/trunk/; revision=54794
2014-01-14Don't cast away constness.Guy Harris1-3/+3
svn path=/trunk/; revision=54793
2014-01-14Don't make claims of constness that can't be guaranteed in terms the CGuy Harris6-8/+8
compiler can verify. svn path=/trunk/; revision=54792
2014-01-14Fix -Wsometimes-uninitialized found by ClangAlexis La Goutte1-2/+2
packet-pdcp-lte.c:1397:9: error: variable 'decrypted_data' is used uninitialized whenever 'if' condition is false packet-pdcp-lte.c:1469:50: note: uninitialized use occurs here decrypted_tvb = tvb_new_child_real_data(tvb, decrypted_data, payload_length, payload_length); packet-pdcp-lte.c:1353:27: note: initialize the variable 'decrypted_data' to silence this warning packet-pdcp-lte.c:1397:9: error: variable 'payload_length' is used uninitialized whenever 'if' condition is false packet-pdcp-lte.c:1469:66: note: uninitialized use occurs here decrypted_tvb = tvb_new_child_real_data(tvb, decrypted_data, payload_length, payload_length); packet-pdcp-lte.c:1354:24: note: initialize the variable 'payload_length' to silence this warning svn path=/trunk/; revision=54791
2014-01-14Fix unused const variable found by Clang 3.4Alexis La Goutte1-0/+5
svn path=/trunk/; revision=54790
2014-01-14Upgrade LTE RRC dissector to v11.6.0Pascal Quantin1-42/+204
svn path=/trunk/; revision=54789
2014-01-14SNOW3G is not available on default WiresharkPascal Quantin1-1/+1
svn path=/trunk/; revision=54788
2014-01-14Fix dissection of 3GPP2 SMS encoded in UCS2Pascal Quantin1-0/+2
svn path=/trunk/; revision=54787
2014-01-14Make sure we allocate bytes for snow3g at least rounded up to next 4 byte ↵Martin Mathieson1-3/+3
boundary svn path=/trunk/; revision=54786
2014-01-14Update a commentMartin Mathieson1-2/+1
svn path=/trunk/; revision=54785
2014-01-14Add snow3g integrity (not quite working for me), but rework how integrity ↵Martin Mathieson1-78/+82
and ciphering functions and conditional compilation is done svn path=/trunk/; revision=54784
2014-01-14UCS2 encoded SMS is directly read from data -> remove PROTO_ITEM_SET_GENERATED()Pascal Quantin1-8/+5
svn path=/trunk/; revision=54783
2014-01-14Provide hook for calling EEA1 implementation (Snow3G). Implementation not ↵Martin Mathieson1-44/+74
supplied due to licensing conditions. TODO: EIA1. svn path=/trunk/; revision=54782
2014-01-14Whoever in GLibland was responsible for defining the signature ofGuy Harris1-1/+1
g_snprintf() owes the world a huge apology. They *could* have just used size_t, or they *could* at least have, if they insisted on having GLib types to mirror regular types, made gsize an alias for size_t and, whatever they did with gsize, they *could* have used it as the argument for the size of the buffer for g_snprintf(), but no, they had to use gulong. svn path=/trunk/; revision=54781
2014-01-14Don't cast away constness.Guy Harris1-1/+1
svn path=/trunk/; revision=54780
2014-01-14Don't cast away constness.Guy Harris1-1/+1
svn path=/trunk/; revision=54779
2014-01-14But *do* cast const void * to the appropriate type.Guy Harris1-4/+4
svn path=/trunk/; revision=54778
2014-01-14Don't cast away constness.Guy Harris1-6/+6
svn path=/trunk/; revision=54777
2014-01-14Don't assign away constness.Guy Harris1-2/+2
svn path=/trunk/; revision=54776
2014-01-14Don't cast away constness.Guy Harris1-2/+2
svn path=/trunk/; revision=54775
2014-01-14Don't cast away constness.Guy Harris1-1/+1
svn path=/trunk/; revision=54774
2014-01-14Don't cast away constness.Guy Harris1-7/+7
svn path=/trunk/; revision=54773
2014-01-14gsize, not gusize. Whatever.Guy Harris1-1/+1
svn path=/trunk/; revision=54772
2014-01-14Glib, gotta love it. No, gusize isn't the same as size_t, it's long,Guy Harris1-1/+1
which is Too Damn Short on Windows. (Microsoft, gotta love 'em. I guess even more Windows programmers than UN*X programmers thought long was 32 bits, now and forever, world without end, amen.) svn path=/trunk/; revision=54771
2014-01-14Don't cast away constness.Guy Harris1-3/+3
svn path=/trunk/; revision=54770
2014-01-14Don't cast away constness.Guy Harris1-1/+1
svn path=/trunk/; revision=54769
2014-01-14Don't cast away constness.Guy Harris2-4/+4
svn path=/trunk/; revision=54768
2014-01-14Have ip6_to_str() and tvb_ip6_to_str() return const pointers, as theGuy Harris3-8/+8
ip_to_str equivalents do. Don't cast away constness, and don't make it necessary to do so. svn path=/trunk/; revision=54767
2014-01-14Don't cast away constness.Guy Harris1-6/+6
svn path=/trunk/; revision=54766
2014-01-14Don't cast away constness.Guy Harris1-2/+2
svn path=/trunk/; revision=54765