aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2014-09-02RTPS: added new PIDs and included minor improvementsJuanjo2-281/+1665
2014-09-01openSAFETY: Adapt CRC for false-positivesRoland Knall1-53/+76
2014-09-01NDMP: Fix Dereference of null pointer found by Clang analyzerAlexis La Goutte1-1/+1
2014-09-01NDMP: Fix indent (use tab)Alexis La Goutte1-122/+122
2014-09-01Escape double quotes when printing ABSOLUTE_TIME fieldMichael Mann1-9/+13
2014-09-01TLS: fix dissection of status_request_v2 hello extensionJamil Nimeh1-4/+7
2014-09-01Add abillity to add custom crypto files.AndersBroman2-0/+5
2014-09-01Make it possible to build builtin custom dissectors and GUI files with cmake ...AndersBroman2-0/+33
2014-09-01Use a common hf for international E164 numbers (MSISDN).AndersBroman3-16/+41
2014-08-31Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-3/+0
2014-08-31conv is always used, remove _U_ (unused) flagAlexis La Goutte3-3/+3
2014-08-31DNS: Add OpenPGP KEY (61) RRtype (draft-ietf-dane-openpgpkey-00)Alexis La Goutte1-2/+16
2014-08-31Fix error: parameter 'XX' not found in the function declaration (-Wdocumentat...Alexis La Goutte1-5/+2
2014-08-31Fix parameter 'key' not found in the function declaration (-Wdocumentation)Alexis La Goutte1-1/+1
2014-08-31[Automatic manuf, services and enterprise-numbers update for 2014-08-31]Gerald Combs3-12/+202
2014-08-30Check whether the hop-count exceeds the HOP_COUNT_LIMIT or not.Jérôme LAFORGE1-2/+12
2014-08-30Fix char signess issue.Michael Tüxen1-1/+1
2014-08-306LoWPAN: fix dissection when using multicast address compressionPascal Quantin1-5/+38
2014-08-30Mark Trap-PDU as obsolete for SNMP versions > 1Stig Bjørlykke1-16/+22
2014-08-29Skinny:Diederik de Groot2-61/+74
2014-08-29802.11: rename Control Frame Extension field to match the specPascal Quantin1-2/+2
2014-08-28set usb_dissector_table for control messages to "other" and "reserved"Martin Kaiser1-7/+6
2014-08-28remove offset parameter from try_dissect_next_protocol()Martin Kaiser1-13/+10
2014-08-28handle standard and non-standard setup requests in the same functionMartin Kaiser1-40/+22
2014-08-28simplify dissect_nonstandard_usb_setup_request()Martin Kaiser1-26/+19
2014-08-28correct detection of USB header typeMartin Kaiser1-1/+2
2014-08-28- Use e212 routine for IMSI.AndersBroman1-17/+11
2014-08-28remove unnecessary try_dissect_linux_usb_pseudo_header_ext() callMartin Kaiser1-1/+0
2014-08-28merge dissect_linux_usb_pseudo_header_ext() andMartin Kaiser1-33/+14
2014-08-28remove two obsolete commentsMartin Kaiser1-2/+0
2014-08-28NULL check for usb_conv_infoMartin Kaiser1-3/+7
2014-08-28req_type is the same as typeMartin Kaiser1-26/+12
2014-08-28use proto_tree_add_subtree()Martin Kaiser1-3/+2
2014-08-28Fix error: not a Doxygen trailing comment found by Clang (-Wdocumentation)Alexis La Goutte1-8/+8
2014-08-28OSI util: Add modelines infoAlexis La Goutte2-0/+25
2014-08-28DNS: Update CDS and add CDNSKEY (draft-ietf-dnsop-delegation-trust-maintainan...Alexis La Goutte1-3/+8
2014-08-28DNS: Update EUI48 and EUI64 to final draft (RFC7043)Alexis La Goutte1-4/+4
2014-08-28NTP: fix parsing of control assignments with empty valuePascal Quantin1-3/+6
2014-08-28RPKI-RTR: enhance dissectorAlexis La Goutte1-14/+16
2014-08-28Bluetooth: btle: Clear info column before use itMichal Labedzki1-5/+5
2014-08-27TCP/UDP/SCTP: fix Dereference of null pointer found by Clang AnalyzerAlexis La Goutte3-0/+13
2014-08-2711ac decode update for IE196 Channel Switch Wrapper.Luke Chou1-19/+25
2014-08-27At least some compilers don't allow warning pragmas inside functions.Guy Harris1-23/+7
2014-08-27Be more selective about turning off deprecation warnings.Guy Harris1-7/+28
2014-08-27packet-mausb.c: proto-reg-handoff() fixesBill Meier1-6/+8
2014-08-27E.164: update list to Operational Bulletin No. 1057 (1.VIII.2014)Pascal Quantin1-1/+6
2014-08-27E.212: update list to Operational Bulletin No. 1058 (15.VIII.2014)Pascal Quantin1-297/+312
2014-08-26CAPWAP : Fix wrong offset for AC Name with PriorityAlexis La Goutte1-1/+1
2014-08-26Exclude MA USB TransferAck's from USB conversationSean O. Stalley1-1/+6
2014-08-26Skinny:Diederik de Groot2-17/+11