summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-15EPL: remove unused hf (hf_epl_sdo_od_field)Alexis La Goutte1-5/+0
2017-05-15epl: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-10/+0
2017-05-15sharkd: output JSON for new_stat_ API.Jakub Zawadzki4-0/+166
2017-05-14SMB: Fix dissection of SMB_COM_TRANSACTION2_SECONDARY (0x33)Alexis La Goutte1-2/+2
2017-05-14ssl,dtls: fix message hash for extended_master_secretPeter Wu3-4/+49
2017-05-14ieee802154: Refactor payload IE dissectionRémy Léone1-140/+203
2017-05-14OpenFlow(v6): add Openflow bad action error message valueAlexis La Goutte1-0/+2
2017-05-14OpenFlow(v6): rename Meter Config to Meter DescAlexis La Goutte1-58/+58
2017-05-14Openflow(v6): Add OFPGC_INSERT_BUCKET/OFPGC_DELETE_BUCKETAlexis La Goutte1-0/+26
2017-05-14OpenFlow(v6): Add new OFPXMT typeAlexis La Goutte1-0/+6
2017-05-14OpenFlow(v6): Enhance OFPITAlexis La Goutte1-1/+3
2017-05-14Openflow(v6): Add new OFPAT MeterAlexis La Goutte1-0/+43
2017-05-14Openflow(v6): Add new OFPAT Copy FieldAlexis La Goutte1-0/+69
2017-05-14Openflow: Add support of openflow 1.5 (v6)Alexis La Goutte4-0/+9925
2017-05-14reload-framing: fix typo (serie -> series)Alexis La Goutte1-1/+1
2017-05-14MQ: fix typo (Comit -> Commit)Alexis La Goutte1-1/+1
2017-05-14It's now RFC 6940.Guy Harris1-0/+2
2017-05-14Provide some URLs for the document in question.Guy Harris1-1/+8
2017-05-14smb: don't use tvb_get_* on proto_tree_add_uintAlexis La Goutte1-6/+6
2017-05-14ansi_map : fix typo (dont't -> don't)Alexis La Goutte1-1/+1
2017-05-14GSM RLC/MAC: fix another global-buffer-overflow error reported by ASANPascal Quantin1-1/+4
2017-05-14Openflow(v5): fix field typoAlexis La Goutte1-2/+2
2017-05-14nge: fix conflict for hf fieldAlexis La Goutte1-1/+1
2017-05-14Initial OBD-II PIDs dissector.Jakub Zawadzki6-0/+1570
2017-05-14[Automatic update for 2017-05-14]Gerald Combs12-2572/+860
2017-05-14Add unit_name_string_get_double to handle float/double fieldsMichael Mann4-4/+14
2017-05-13IEEE80211-radio: Fix divide by zeroBjörn Ruytenberg1-1/+1
2017-05-13gsm_osmux: Support multiple OSmux frames per packetPau Espin Pedrol1-45/+92
2017-05-13gif: simplify the dissection codeMartin Kaiser1-56/+57
2017-05-13Kafka: add LZ4 decompressionPascal Quantin1-1/+211
2017-05-12AIM: allow multiple TCP ports to be configuredMartin Mathieson1-2/+5
2017-05-12Thread CoAP: fix 2 potential infinite loopsPascal Quantin1-2/+2
2017-05-12packet-acn.c: Various cleanupNick1-57/+65
2017-05-12BT L2CAP: avoid a division by 0Pascal Quantin1-2/+3
2017-05-12UMTS Iub: Resolve U-RNTI for C-RNTIS. Shapira10-122/+465
2017-05-12Fix Windows build without pcap.Guy Harris1-1/+7
2017-05-12DOCSIS: Simplify all MAC Management into a single file.Michael Mann49-14305/+7781
2017-05-12OPC UA: Added details for BrowseDescription NodeClassMask and ResultMaskCamille Guérin7-33/+133
2017-05-12.mailmap: update (of April)Alexis La Goutte2-2/+3
2017-05-12gif: make data block an FT_UINT_BYTES entryMartin Kaiser1-7/+8
2017-05-12smb: fix some indent typo (use tabs)Alexis La Goutte1-9/+9
2017-05-12Include caputils/capture-wpcap.h whether HAVE_LIBPCAP is defined or not.Guy Harris1-1/+2
2017-05-12Adds aggregate detection, calculation of frame start and end time, and IFSSimon Barber1-22/+342
2017-05-12Don't include headers that depend on pcap if you don't have it.Guy Harris1-5/+5
2017-05-12Fix header field info checks for FT_UINT_BYTES.Martin Kaiser1-0/+1
2017-05-12gsm_osmux: Add RTP Marker fieldPau Espin Pedrol2-2/+21
2017-05-12Windows: update LZ4 to 1.7.5 and USBPcap to 1.2.0.1Pascal Quantin5-11/+11
2017-05-12Allow proto_register_protocol_in_name_only values to be used as valid hf_ fie...Michael Mann1-1/+2
2017-05-12Don't include pcap headers if you don't have pcap.Guy Harris1-0/+5
2017-05-11Put the HAVE_REMOTE hack into wsutil/wspcap.h, and include that file.Guy Harris12-118/+71