summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-02-10coc: Do not add a zero-length itemproto-cocPeter Wu1-1/+2
2013-12-24Add dissector for Clash of Clans protocolPeter Wu4-1/+238
Stash from 9 December 2013 (not updated since), dissector started on 30 November 2013. Earliest capture if from 5 October 2013.
2013-12-24Lop off last 4 bytes of payload to use for digest calculation. Still doesn't ↵Martin Mathieson1-1/+1
get expected result. svn path=/trunk/; revision=54437
2013-12-24Remove now-unused ephemeral stack code. And another one bites the dust...Evan Huus2-79/+0
svn path=/trunk/; revision=54436
2013-12-24Replace all(?) remaining ep_stack occurences with wmem stacks.Evan Huus3-18/+20
svn path=/trunk/; revision=54435
2013-12-24Replace an ep-stack with a wmem stack. Running epan_init() no longer usesEvan Huus3-11/+11
any ephemeral memory. svn path=/trunk/; revision=54434
2013-12-24Get rid of no-longer-used variables.Guy Harris2-31/+19
svn path=/trunk/; revision=54433
2013-12-24Add wmem_destroy_list, wmem_destroy_queue, wmem_destroy_stack so that thoseEvan Huus5-0/+35
data-structures can be used with manually managed memory. svn path=/trunk/; revision=54432
2013-12-24Oops, escape characters shouldn't cause anything to be added to theGuy Harris1-2/+1
string, they should just cause TRUE to be returned - it's the *next* code point that gets treated specially and, after mapping, added to the string. svn path=/trunk/; revision=54431
2013-12-24Make sure uchar is always initialized. Just use '?' since the comment indicatesEvan Huus1-1/+3
that it's a weird (undefined?) case. svn path=/trunk/; revision=54430
2013-12-24Update some comments.Guy Harris1-5/+1
svn path=/trunk/; revision=54429
2013-12-24Add a ENC_3GPP_TS_23_038 encoding, for the standard SMS alphabet in aGuy Harris6-70/+214
bit-packed string, and use it in some places. svn path=/trunk/; revision=54428
2013-12-24Still not quite working, but using MAC API with gcrypt 1.6 now for digestMartin Mathieson1-18/+35
svn path=/trunk/; revision=54427
2013-12-23Fix setup of new expert info item.Guy Harris1-1/+1
svn path=/trunk/; revision=54426
2013-12-23Make C-type filterable.Michael Mann1-232/+191
If someone wanted to make more hf_ variables accompanied by a variety of value_strings for each category, they are certainly more than welcome. For now it just cuts down on the proto_tree_add_text (ab)use. "Comment out" unused hf_ variable found. svn path=/trunk/; revision=54425
2013-12-23Designated initializers are not standard C90, just list all the '-1's withoutEvan Huus1-56/+13
their field names. svn path=/trunk/; revision=54424
2013-12-23Avoid using ephemeral memory in register routines.Evan Huus2-4/+7
svn path=/trunk/; revision=54423
2013-12-23Avoid one unnecessary use of ephemeral memory.Evan Huus1-2/+5
svn path=/trunk/; revision=54422
2013-12-23Get rid of some useless intermediate ep-memory when building Diameter arrays.Evan Huus1-12/+14
svn path=/trunk/; revision=54421
2013-12-23First round converting OIDs from emem to wmem. Just internal functions so far.Evan Huus3-27/+41
svn path=/trunk/; revision=54420
2013-12-23From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9498Alexis La Goutte1-175/+31
dtls: use generic ssl dissect code for TLS extensions This makes the DTLS dissector use the now common TLS extensions dissector from packet-ssl-utils.c instead of its own. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> svn path=/trunk/; revision=54419
2013-12-23From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9498Alexis La Goutte3-803/+863
ssl: move TLS ext dissect code to packet-ssl-utils.c This moves the code used to parse the TLS extension into packet- ssl-utils.c and adds an architecture that this code could be used by dtls in the next patch. This patch should not change anything in the functionality. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> svn path=/trunk/; revision=54418
2013-12-23Add modelines infoAlexis La Goutte1-1/+12
svn path=/trunk/; revision=54417
2013-12-23Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
svn path=/trunk/; revision=54416
2013-12-23Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-6/+0
svn path=/trunk/; revision=54415
2013-12-23Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-7/+0
svn path=/trunk/; revision=54414
2013-12-23Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+4
svn path=/trunk/; revision=54413
2013-12-23Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
svn path=/trunk/; revision=54412
2013-12-23Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
svn path=/trunk/; revision=54411
2013-12-23Fix Result of operation is garbage or undefined warning found by ClangAlexis La Goutte1-1/+1
svn path=/trunk/; revision=54410
2013-12-23Set SVN properties.Jeff Morriss0-0/+0
svn path=/trunk/; revision=54409
2013-12-23Fix Windows BuildbotAlexis La Goutte1-1/+1
packet-ubertooth.c(680) : warning C4244: '=' : conversion from 'gint16' to 'guint8', possible loss of data svn path=/trunk/; revision=54408
2013-12-23From Michal Labedzki via ↵Alexis La Goutte1-8/+8
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9562 USB: Add support for Bluetooth Ubertooth with initial version of Low Energy Link Layer protocol and NFC ACR122 USB: CCID: Add ACR122 dissector to be autodetected by VendorId/ProductID svn path=/trunk/; revision=54407
2013-12-23From Michal Labedzki via ↵Alexis La Goutte4-37/+944
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9562 USB: Add support for Bluetooth Ubertooth with initial version of Low Energy Link Layer protocol and NFC ACR122 NFC: Add ACR122 USB dongle dissector ACS ACR122 is compatibile with PN532, but has its own API. Dissect it. svn path=/trunk/; revision=54406
2013-12-23From Michal Labedzki via ↵Alexis La Goutte5-3/+682
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9562 USB: Add support for Bluetooth Ubertooth with initial version of Low Energy Link Layer protocol and NFC ACR122 Bluetooth: Add support for Low Energy Link Layer dissector svn path=/trunk/; revision=54405
2013-12-23From Michal Labedzki via ↵Alexis La Goutte2-3/+3
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9562 USB: Add support for Bluetooth Ubertooth with initial version of Low Energy Link Layer protocol and NFC ACR122 Bluetooth: L2CAP: Clarify constant BTL2CAP_FIXED_CID_MAX should not be 0x40 because this is first dynamic CID, so rename to BTL2CAP_FIXED_CID_LAST and set to last fixed CID value. svn path=/trunk/; revision=54404
2013-12-23From Michal Labedzki via ↵Alexis La Goutte1-2/+2
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9562 USB: Add support for Bluetooth Ubertooth with initial version of Low Energy Link Layer protocol and NFC ACR122 Bluetooth: HCI: Clarify roles for Switch Role command Descriptions now based on Core 4.1 specification. svn path=/trunk/; revision=54403
2013-12-23From Michal Labedzki via ↵Alexis La Goutte3-0/+1291
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9562 USB: Add support for Bluetooth Ubertooth with initial version of Low Energy Link Layer protocol and NFC ACR122 USB: Add support for Ubertooth dissections svn path=/trunk/; revision=54402
2013-12-23From Michal Labedzki via ↵Alexis La Goutte3-93/+184
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9562 USB: Add support for Bluetooth Ubertooth with initial version of Low Energy Link Layer protocol and NFC ACR122 USB: Make setup request to be able decoding by next dissector Most devices use them as commands, so we can dissect this protocol (class, vendor). Also update "hci_usb" to decode these informations. svn path=/trunk/; revision=54401
2013-12-23From Michal Labedzki via ↵Alexis La Goutte1-23/+39
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9562 USB: Add support for Bluetooth Ubertooth with initial version of Low Energy Link Layer protocol and NFC ACR122 USB: Decode the rest of Linux header svn path=/trunk/; revision=54400
2013-12-23From Michal Labedzki via ↵Alexis La Goutte1-4/+3
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9562 USB: Add support for Bluetooth Ubertooth with initial version of Low Energy Link Layer protocol and NFC ACR122 Bluetooth: HCI_USB seems to be compatible with AMP Controllers svn path=/trunk/; revision=54399
2013-12-23Fix compilation after last change in packet-pdcp-lte (about unused parameter)Alexis La Goutte1-1/+1
svn path=/trunk/; revision=54398
2013-12-23Make Buildbot HappyAlexis La Goutte1-0/+1
Fix : ./wslua_proto.c:1261:1: error: 'ProtoField_systemid' defined but not used [-Werror=unused-function] svn path=/trunk/; revision=54397
2013-12-23mp2t: rework dissecting adaptation fieldJakub Zawadzki1-15/+14
- move dissecting adaptation field length to dissect_mp2t_adaptation_field() - return offset, not delta. svn path=/trunk/; revision=54396
2013-12-23mp2t: avoid calling get_mp2t_conversation_data()Jakub Zawadzki1-11/+9
svn path=/trunk/; revision=54395
2013-12-23Add FT_SYSTEM_ID for type checkingMichael Mann1-1/+4
svn path=/trunk/; revision=54394
2013-12-23Use G_GINT64_CONSTANT(nnn) instead of nnnul in a few places;Bill Meier1-76/+76
Add a few casts to time_t; Do a few whitespace tweaks (indentation, trailing, etc) svn path=/trunk/; revision=54393
2013-12-23Fix up casing and code formatting in the UDP Decode-As code.Jeff Morriss1-8/+13
svn path=/trunk/; revision=54392
2013-12-23Make the SCTP Decode-As dialog more consistent with the TCP one.Jeff Morriss2-24/+41
Rename the 2nd SCTP Transport tab to "SCTP(PPID)" to make it obvious what it is. Fix up casing and code formatting in both SCTP and TCP Decode-As code. svn path=/trunk/; revision=54391
2013-12-23Back out inadvertant change introduced in SVN #54340Bill Meier1-2/+1
to use GTK2 when building Windows Wireshark. svn path=/trunk/; revision=54390