aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann118-1736/+1841
2013-11-09include <wsutil/pint.h> only when needed.Jakub Zawadzki29-7/+37
2013-11-09Don't include <epan/strutil.h> when not needed.Jakub Zawadzki36-36/+0
2013-11-09Replace STRINGIFY with glib version.Jakub Zawadzki5-9/+9
2013-11-09Move adler32 from epan/ to wsutil/Jakub Zawadzki1-1/+1
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki75-7/+82
2013-11-09g_snprintf() don't return -1 from glib-1.2.3 [1]Jakub Zawadzki1-9/+3
2013-11-09Add QUIC (Quick UDP Internet Connections) dissectorAlexis La Goutte2-0/+383
2013-11-08Convert: vlan, sll, rip to NEW_PROTO_TREE_APIJakub Zawadzki3-188/+237
2013-11-08From Katrina Zhang:Anders Broman2-8/+19
2013-11-08Make LDAP dissector use ASN.1 private_data instead of pinfo->private_data.Michael Mann2-109/+109
2013-11-08With the new HFI code the compiler complains about unused element - great!Jörg Mayer1-5/+0
2013-11-07From Vasil Velichkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-2/+2
2013-11-07Add infrastructure for section-initializing protocol hfis (without array).Jakub Zawadzki24-3/+49
2013-11-07Add a p_add_proto_data call to dissect_ndmp to match the one inEvan Huus1-1/+6
2013-11-07Add modelines. Minor indentation fixes.Evan Huus1-5/+18
2013-11-07Fix dissection of MBIM data packets when using 32-bits NDPsPascal Quantin1-0/+9
2013-11-078-bit counter variable not big enough and causes infinite loop. Bug 9392 (ht...Michael Mann1-2/+2
2013-11-073GPP2 SMS: add support for KSC5601 (Korean) character setPascal Quantin1-0/+37
2013-11-07(re)Fix warning found by fix-encodings-arg toolAlexis La Goutte1-15/+15
2013-11-07Got burned by forgetting to compile first...Michael Mann1-27/+27
2013-11-07Have the gsm_rlcmac_ul and gsm_rlcmac_dl use the data parameter of the dissec...Michael Mann1-36/+41
2013-11-06With the updated pidl it is now possible to generate severalJörg Mayer8-267/+266
2013-11-06Add Zoltan Lajos Kis as authorMichael Mann2-0/+2
2013-11-06NFC: PN532: Dissect InListPassiveTarget Response and Diagnose request and res...Michael Mann1-158/+399
2013-11-06Add response time to the rtpproxy dissector. Bug 9380 (https://bugs.wireshark...Michael Mann1-0/+25
2013-11-06Bluetooth: OBEX: Storing info about previous protocol is not needed anymore. ...Michael Mann1-12/+2
2013-11-06Mark more unused parameters.Evan Huus3-4/+4
2013-11-06Fix for checking RTPS sub message length. Bug 9378 (https://bugs.wireshark.o...Michael Mann1-6/+20
2013-11-06SID28 is special kind of SID where no matter what it uses 28 bytes it's used ...Michael Mann2-2/+67
2013-11-06Add _U_ to a function parameter to fix a compiler warningBill Meier1-1/+1
2013-11-06Add _U_ to a few function parameters to fix compiler warningsBill Meier1-7/+7
2013-11-06Add _U_ to a function parameter to fix a compiler warning.Bill Meier1-1/+1
2013-11-06Add _U_ to a few function parameters to fix compiler warningsBill Meier1-5/+5
2013-11-06From robionekenobi: "packet-mq adapted"Bill Meier3-32/+17
2013-11-06Remove pinfo->private_data from DCERPC dissectors and instead have dcerpc_inf...Michael Mann82-28191/+27457
2013-11-06Remove pinfo->private_data from DCERPC dissectors. Bug 9387 (https://bugs.wi...Michael Mann4-96/+92
2013-11-06Remove pinfo->private_data from DCERPC dissectors. Bug 9387 (https://bugs.wi...Michael Mann15-222/+180
2013-11-05Add missing cast.Evan Huus1-1/+1
2013-11-05Remove DISSECTOR_ASSERT since private_data isn't being used anymore to transp...Michael Mann1-2/+0
2013-11-05From Zoltán Lajos Kis:Anders Broman1-0/+20
2013-11-05From Zoltán Lajos Kis:Anders Broman1-16/+31
2013-11-05In an effort to reduce the use of pinfo->private_data (and some true global v...Michael Mann12-359/+357
2013-11-05Replace pinfo->layer_names as a string with pinfo->layers as a wmem_list ofEvan Huus9-22/+53
2013-11-05From Michael Labedzki, call data dissector instead if handle is NULL.Evan Huus1-2/+8
2013-11-05From J. Bruce Fields via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Alexis La Goutte1-1/+1
2013-11-05Change "4 space tabs" indentation to use "4 spaces";Bill Meier1-402/+402
2013-11-04Declare many value_string_arrays not used elsewhere as static;Bill Meier2-12/+14
2013-11-04'#if 0' numerous unused value string arrays.Bill Meier1-0/+152
2013-11-04From Zoltán Lajos Kis:Anders Broman1-361/+264