aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2015-11-17[iso14443] start dissecting the PCB of an S-blockMartin Kaiser1-4/+10
2015-11-17[iso14443] do a more precise check for uid-related commandsMartin Kaiser1-1/+1
2015-11-17[iso14443] dissect I-block PCB componentsMartin Kaiser1-6/+39
2015-11-17update the ISO1443 dissectorMartin Kaiser1-71/+556
2015-11-17decode Hotspot 2.0 Indication in 802.11 beaconsAndreas Schultz1-0/+27
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann103-766/+855
2015-11-16ssl,dtls: use ProtocolVersion from Server HelloPeter Wu4-80/+78
2015-11-16ssl,dtls: use a single field to track ProtocolVersionPeter Wu4-228/+96
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann81-434/+526
2015-11-15tcp: Indicate number of bits used for Flags.Stig Bjørlykke1-1/+1
2015-11-15tcp: Revert back to the old Flags entry.Stig Bjørlykke1-2/+2
2015-11-15udp: Don't mark zero checksum illegal when in_error_pkt.Stig Bjørlykke1-1/+1
2015-11-14register_dissector -> new_register_dissectorMichael Mann70-549/+586
2015-11-14register_dissector -> new_register_dissectorMichael Mann49-317/+330
2015-11-14p_mul: Fixed ack framenum links.Stig Bjørlykke1-3/+11
2015-11-14dmp: Fixed ack framenum links.Stig Bjørlykke1-4/+16
2015-11-13register_dissector -> new_register_dissectorMichael Mann48-264/+310
2015-11-13p_mul: Enhance ack framenum links.Stig Bjørlykke1-1/+1
2015-11-13dmp: Enhance ack framenum links.Stig Bjørlykke1-1/+1
2015-11-13Diameter: Expand an error message.Gerald Combs1-2/+2
2015-11-13MEGACO: fix indent (remove tab)Alexis La Goutte1-1/+1
2015-11-12[IMF] Add bounds checks to avoid buffer overruns,DiablosOffens1-4/+13
2015-11-12Squelch a compiler warning.Guy Harris1-1/+1
2015-11-12dissector for ISO14443 protocolsMartin Kaiser2-0/+594
2015-11-12Use format_text() when displaying, not when handing to AirPDcap.Guy Harris1-16/+56
2015-11-12IPv6: Register extension header fields under the appropriate protocolJoão Valverde1-53/+73
2015-11-12802.11: avoid multi return on SSID or MESHIDAlexis La Goutte1-5/+5
2015-11-11ISI: Add Modelines infoAlexis La Goutte1-0/+13
2015-11-11UDP: Don't throw malformed errors for empty UDP payloadJoão Valverde1-0/+5
2015-11-11Change prototype of callbacks passed to wmem_tree_foreach so that theyMatthieu Coudron3-3/+3
2015-11-11ISI: fix code will never be executed [-Wunreachable-code]Alexis La Goutte1-1/+1
2015-11-10Initial Sysdig syscall (event) support.Gerald Combs2-0/+2208
2015-11-10GIOP dissector: Replies are not correctly associated with requestsAndyL1-7/+11
2015-11-10RPC: call REPORT_DISSECTOR_BUG() rather than abort().Jeff Morriss1-3/+9
2015-11-10ZCL (zbee): Use hf_zbee_zcl_attr_uint40 for ZBEE_ZCL_40_BIT_UINTAlexis La Goutte1-1/+1
2015-11-10packet-smb2: provide reassembling support for Named Pipe subdissectors (e.g. ...Stefan Metzmacher3-23/+324
2015-11-09Convert some TCP subdissectors to "new" style.Michael Mann12-110/+135
2015-11-09Convert some UDP subdissectors to "new" style.Michael Mann16-67/+93
2015-11-09Convert some "ethertype" subdissectors to "new" style.Michael Mann5-24/+30
2015-11-09DTLS: fix no previous prototype for 'dtls_dissector_add/delete' [-Wmissing-pr...Alexis La Goutte1-0/+1
2015-11-09WPA/WPA2 decoding fixes and improvementsAlexander Wetzel1-60/+27
2015-11-09idl2wrs: fix some glibc calls in favour of glib.Dario Lombardo1-328/+345
2015-11-08GTP sequence number fix for allowing to have sequence number equal to 0Gloria Pozuelo1-2/+7
2015-11-08DCT2000: change switch to if - I'm surprised it compiled at allMartin Mathieson1-3/+3
2015-11-08DCT2000: eliminate dead code return from function (CID 1158885)Martin Mathieson1-11/+6
2015-11-08More needed <stdlib.h>. Note why it and <stdio.h> are needed.Guy Harris4-3/+7
2015-11-08<stdlib.h> is needed for atoi().Guy Harris1-0/+1
2015-11-07Remove some unnecessary includes.Guy Harris13-22/+0
2015-11-07Get rid of some commented-out stuff.Guy Harris1-4/+0
2015-11-07Remove #if 0'ed out includes.Guy Harris1-7/+0