aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2015-10-05AMQP: Fix warnings and the OSX 10.5 x86 buildPetr Gotthard1-3/+3
2015-10-05Allow use of variadic macrosPeter Wu3-87/+71
2015-10-05AMQP: Navigation between publish/delivery and related ack/nackPetr Gotthard1-63/+339
2015-10-05UDP: Make port column info similar to TCP, add length informationJoão Valverde2-11/+7
2015-10-05bacapp: attempt to fix windows buildPeter Wu1-1/+1
2015-10-04UDP: Rename UDPlite to UDP-LiteJoão Valverde1-8/+8
2015-10-04Expand, correct, and otherwise improve comments.Guy Harris1-2/+28
2015-10-04[isns]: use proto_tree_add_bitmask() for the iscsi node typeMartin Kaiser1-20/+10
2015-10-04[Automatic update for 2015-10-04]Gerald Combs1-3/+3
2015-10-04Fix shortening error introduced by commit f28e23f1Graham Bloice1-2/+2
2015-10-04bacapp: fix -Wshift-negative-valuePeter Wu1-2/+2
2015-10-04Add preference to dissect DHCPv6 option 18 as a CableLab option.Michael Mann1-2/+30
2015-10-04Add NTP authentication dissection.Michael Mann1-341/+350
2015-10-03Added cotp_is to heuristic dissector list for ISO transport.Thomas Wiens1-0/+1
2015-10-03IPv6: don't call expert_info on if(tree)João Valverde1-262/+251
2015-10-03COMPOSE_FRAME_TYPE(fcf) is stored in frame_type_subtype.Guy Harris1-2/+2
2015-10-03Expand some comments.Guy Harris2-19/+41
2015-10-03Remove incorrect comment.Guy Harris1-1/+1
2015-10-03Fill in some 11ac fields in the pseudo-header.Guy Harris1-1/+7
2015-10-03IPv6: store address in pinfo->pool instead of putting it on the stackPascal Quantin1-25/+26
2015-10-03ixveriwave: initialize vw_msdu_lengthPascal Quantin1-6/+1
2015-10-03Clean up whitespace.Guy Harris1-5/+5
2015-10-02Fix some issues with Series III.Guy Harris1-67/+330
2015-10-02arp: fix typo in switch (CID 1250809)Dario Lombardo1-1/+1
2015-10-02More formatting cleanups (no space between "no" and comma).Guy Harris1-1/+1
2015-10-02Clean up formatting.Guy Harris1-4/+4
2015-10-02Qt: Initial RTP playback.Gerald Combs1-2/+2
2015-10-02[isns] replace THROW() with an expert infoMartin Kaiser1-48/+58
2015-10-02Conversation filter address types for IEEE 802.11 should include WLAN Address...Michael Mann1-3/+3
2015-10-02Add support for the FSCTL_QUERY_FILE_REGION FSCTL.Richard Sharpe1-0/+89
2015-10-01Treat IPv4 subnet masks as distinct from addressesJeffrey Smith17-26/+26
2015-10-01IPv6: Remove two offsetof()sJoão Valverde1-2/+2
2015-10-01Add dissection of 3GPP AVP 655 refactor to use proto_tree_add_bitmask_with_fl...AndersBroman1-139/+176
2015-10-01[Diameter] Add dissection of 3GPP AVP 655 refactor to useAndersBroman1-0/+25
2015-10-01Revert "SCTP: Add I_DATA support"Michael Tüxen1-142/+55
2015-10-01ZigBee: fix dissection of Link Status Address fieldPascal Quantin1-1/+1
2015-10-01SCTP: Add I_DATA supportruengeler1-55/+142
2015-09-30Add more CORBA dissectors back to the dirty list.Gerald Combs1-4/+4
2015-09-30[isns] refactor the attribute parsing codeMartin Kaiser1-341/+132
2015-09-30DNS: Replace cinfo by pinfo->cinfo (no longer need to check if cinfo is not N...Alexis La Goutte1-149/+63
2015-09-30DNS: Fix Col Info display (Missing space between rcodes)Alexis La Goutte1-4/+4
2015-09-30nwp: add support for NWP packetsCody Doucette3-0/+377
2015-09-30IPv6: Remove extra spacing from info arrays.João Valverde1-619/+822
2015-09-30[ieee80211] Fix: "DSCP Range description user priority" off by 1Bill Meier1-2/+2
2015-09-29Add back DIRTY_CORBA_IDL_DISSECTOR_SRC.Gerald Combs2-3/+10
2015-09-29tcp: remove misleading, outdated commentPeter Wu1-4/+0
2015-09-29LTE RRC: upgrade dissector to v12.7.0Pascal Quantin1-606/+1718
2015-09-28[isns] re-indent the AddAttribute() functionMartin Kaiser1-314/+314
2015-09-28Cosmetic tidy up for the projects in the Visual Studio solutionGraham Bloice1-0/+1
2015-09-28idl2wrs: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangMichael Mann6-3710/+1114