summaryrefslogtreecommitdiff
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2015-06-16packet-nfs: For flexfiles the versions is now an arrayTom Haynes1-5/+13
2015-06-16packet-nfs: flexfiles now uses string uid/gidWeston Andros Adamson1-2/+6
2015-06-16packet-nfs: update to draft 05 of flexfiles xdrWeston Andros Adamson1-4/+10
2015-06-16packet-nfs: flexfile getdeviceinfo needs to decode rsize/wsizePeng Tao2-17/+62
2015-06-16packet-nfs: flexfile getdeviceinfo supportWeston Andros Adamson1-0/+42
2015-06-16packet-nfs: flexfile layoutget supportWeston Andros Adamson4-20/+84
2015-06-16packet-nfs: switch on layout type for getdeviceinfoWeston Andros Adamson1-8/+20
2015-06-16Add the wireless toolbar.Gerald Combs2-2/+2
2015-06-16wtap_encap dissectors don't get passed a media type name as data.Guy Harris1-21/+2
2015-06-16Don't assume we get passed a null data pointer for JSON files.Guy Harris1-1/+12
2015-06-16Clean up whitespace.Guy Harris1-3/+3
2015-06-16Clean up handling of metadata in Bluetooth dissectors.Guy Harris8-46/+167
2015-06-15[vsip] Fix 2 minor bugs; Do some minor cleanupBill Meier1-106/+98
2015-06-15GTP: put T-PDU Data item under GTP treePascal Quantin1-1/+1
2015-06-15TFS: Mutualize Response/Request TFSAlexis La Goutte5-16/+1
2015-06-15Support for MPLRobert Cragie1-13/+76
2015-06-15PCP: fix dissection of R bitPascal Quantin1-4/+4
2015-06-15openflow_v4: oxm_length includes experimenterHiroaki KAWAI1-0/+3
2015-06-15icmp,wimax: Fix undefined shiftPeter Wu1-6/+4
2015-06-15Qt/Bluetooth: Add Devices dialogueMichal Labedzki12-207/+480
2015-06-14Clean up the ATM dissection a bit.Guy Harris2-139/+163
2015-06-14ZVT: add the transaction struct as an argument to the payload functionsMartin Kaiser1-15/+16
2015-06-14ZVT: check the minimum apdu lengthMartin Kaiser1-5/+25
2015-06-14[Automatic update for 2015-06-14]Gerald Combs1-3/+81
2015-06-14ber: fix undefined shiftPeter Wu1-1/+1
2015-06-13MPLS: always display payload when no 'Decode As' preference is setPascal Quantin2-9/+16
2015-06-12Cleanup and hardening for the Aeron dissector.David Ameiss1-53/+111
2015-06-12AMQP 1.0: Fix dissection of UUID datatypesPetr Gotthard1-2/+3
2015-06-12AMQP 1.0: Don't treat decimal[32|64|128] as packet errorsPetr Gotthard1-1/+19
2015-06-12Bluetooth: SDP: Fix alone DID attributesMichal Labedzki1-4/+6
2015-06-12Bluetooth: Device name is UTF-8, not ASCIIMichal Labedzki2-7/+7
2015-06-12Add RPCoRDMA dissectorSlava Shwartsman2-0/+647
2015-06-12Asterix dissector can now dissect ASTERIX Category 004.Marko Hrastovec1-5/+1217
2015-06-11AMQP 1.0: float/double should be in network byte orderPetr Gotthard1-2/+2
2015-06-11AMQP 1.0: 'char' should be 4-bytes UTF32Petr Gotthard1-2/+3
2015-06-11Replace tabs in files with editor modeline "expandtab"Bill Meier6-31/+31
2015-06-10BER: fix call to proto_tree_add_bytes_format()Pascal Quantin1-1/+1
2015-06-10ZVT: use the transaction info to set source and destination addressMartin Kaiser1-9/+34
2015-06-10Provide port names for UDP ports so they can be used in filter expressions.Michael Mann1-4/+26
2015-06-10Provide port names for TCP ports so they can be used in filter expressions.Jakub Zawadzki1-3/+27
2015-06-10epl: Add config option for dupl. cmd layerRoland Knall1-1/+5
2015-06-10openSAFETY: Fix smaller bugs in detection and tapRoland Knall1-5/+23
2015-06-10NFSv4: A zero attribute mask is acceptable in dissect_nfs4_fattrs() ifcturney1-11/+17
2015-06-08SMB: fix a V595 warning reported by PVS-StudioPascal Quantin1-1/+3
2015-06-08LBMC: fix Truncation of constant value -16. The value range of unsigned char ...Alexis La Goutte1-5/+4
2015-06-08Revert "NFSv4: Fix for Bug 10483"Cal Turney1-2/+0
2015-06-08aeron: fix infinite loopEvan Huus1-0/+3
2015-06-08PMPROXY: check that pointer is not NULL before doing a strlenPascal Quantin1-4/+9
2015-06-08AMQP: fix The 'format_name' variable is assigned to itself found by PVS Studi...Alexis La Goutte1-1/+1
2015-06-08tcp: simplify tcp.flags.str, fix off-by-onePeter Wu1-22/+9