aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2015-12-14Create some more capture dissector tables.Michael Mann28-236/+199
2015-12-1464-bit constants need to be wrapped in G_GUINT64_CONSTANT().Guy Harris1-2/+2
2015-12-14[PPP] Dissect BCP NCP Options data.AndersBroman1-28/+80
2015-12-14Create capture dissector tables.Michael Mann57-736/+462
2015-12-14PPP: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-8/+8
2015-12-14GTPv2 conversation adaptationGloria Pozuelo1-2/+196
2015-12-13ULP: prettify dissectionPascal Quantin1-280/+1563
2015-12-13[ppi] initialize phdr to 0Martin Kaiser1-0/+1
2015-12-13Standardize the capture dissector function signature.Michael Mann38-113/+90
2015-12-13Create a way to register "capture" dissectors.Michael Mann58-605/+213
2015-12-13NBAP : Verify conversation proto data exists before trying to access itAnish Bhatt1-33/+36
2015-12-13The variable is assigned values twice successively found by PVS Studio (V519)Alexis La Goutte2-2/+2
2015-12-13telnet: add more options, including START_TLSPeter Wu1-1/+51
2015-12-13Register TCP ports 6000-6063 for X11 dissector.Michael Mann1-8/+26
2015-12-12[usb] update a commentMartin Kaiser1-1/+1
2015-12-12Remove -Wwrite-strings compiler flagJoão Valverde7-28/+28
2015-12-12[iso14443] dissect the PCB byte and payload of I, R and S-blocksMartin Kaiser1-46/+126
2015-12-12[iso14443] dissect some more components of the ATQBMartin Kaiser1-45/+138
2015-12-12Increase ZBEE_ZCL_APPL_EVTALT_NUM_STRUCT_ETT to match ZBEE_ZCL_APPL_EVTALT_CO...Michael Mann1-1/+1
2015-12-12Range check ett_ array access.Michael Mann1-1/+1
2015-12-12[RSL] Just return rest of packet if TLV type is unknownMichael Mann1-2/+1
2015-12-11IPv6: Dest/Hop extension header register_info fixupJoão Valverde1-8/+8
2015-12-11ULP: register dissector for application/vnd.omaloc-supl-init mediaPascal Quantin1-0/+1
2015-12-11Consistently use spaces rather than tabs.Guy Harris1-2/+2
2015-12-11MIPv6: Add support for "Home Agent Switch Message" Mobility HeaderJoão Valverde1-12/+75
2015-12-11ENIP: Add sanity check when connection info not availableD. Ulis1-0/+7
2015-12-11Changed references for IntraPAN to PAN ID Compression as per all versions 802...Chris Brandson2-17/+17
2015-12-11CIP: Add support for common class attributesD. Ulis1-1/+89
2015-12-11MIPv6: Fix unknown MH Type message data lengthJoão Valverde1-8/+12
2015-12-116LowPAN: Check for NHC IPv6 No Next HeaderJoão Valverde1-1/+1
2015-12-11MIPv6: Change name to "Mobile IPv6" (only)João Valverde1-1/+1
2015-12-11ssl: fix SSLv2 Client Hello dissectionPeter Wu1-85/+82
2015-12-11Fix Recurring check found by PVS Studio (V571)Alexis La Goutte3-7/+5
2015-12-11new_register_dissector -> register_dissector for remaining uses.Michael Mann2-2/+2
2015-12-10The Bridging Control Protocol is really two protocols.Guy Harris1-156/+184
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann59-4063/+4063
2015-12-10Revert "Added RTI TCP dissector"Anders Broman3-977/+0
2015-12-10Added RTI TCP dissectorJuanjo Martin3-0/+977
2015-12-09[PPP] Add dissection of BCP NCP 0x8031AndersBroman1-18/+408
2015-12-09CIP: Ensure that all generated data is properly flagged as Generated and no l...D. Ulis1-60/+110
2015-12-09Skinny: packet-skinnyDiederik de Groot1-3/+11
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann466-626/+626
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann596-1001/+1001
2015-12-09new_create_dissector_handle_with_name -> create_dissector_handle_with_nameMichael Mann1-2/+2
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann80-155/+155
2015-12-08Adding Zigbee dissectors for Groups Cluster and Scenes Cluster.Rishi Dev Singh4-5/+1306
2015-12-07btavdtp: fix An unconditional 'break' within a loop found by PVS Studio (V612)Alexis La Goutte1-5/+3
2015-12-07Spelling fixes for errors found by lintianBalint Reczey26-44/+44
2015-12-07v5ua: The 'then' statement is equivalent to the 'else' statement found by PVS...Alexis La Goutte1-58/+25
2015-12-07MIP6: Don't no need to have a another subtree (with wrong lenght for LLAAlexis La Goutte1-6/+3