summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2016-04-04Include ws_diag_control.h in config.hJoão Valverde6-22/+14
2016-04-04autotools: Clean up libm testsJoão Valverde1-2/+1
2016-04-04RADIUS: more formatting/white space cleanup.Jeff Morriss1-19/+19
2016-04-04DNS: change ttl from uint32 to int32.Dario Lombardo1-2/+2
2016-04-04Rename "libz" to "zlib"João Valverde10-29/+29
2016-04-04Remove synchronous DNS name resolutionJoão Valverde4-196/+46
2016-04-04Don't double-close the input.Guy Harris2-3/+8
2016-04-04RRC: upgrade dissector to v13.2.0Pascal Quantin8-858/+1044
2016-04-03Make the Flex scanners and YACC parser in libraries reentrant.Guy Harris10-629/+1064
2016-04-03LTE RRC: upgrade dissector to v13.1.0Pascal Quantin8-5003/+13373
2016-04-03reassemble: remove special treatment for truncated dataPeter Wu3-59/+7
2016-04-03[Automatic update for 2016-04-03]Gerald Combs2-24/+269
2016-04-02Avoid UAF after deregister_dissectorPeter Wu1-18/+34
2016-04-02Use AC_STRUCT_TIMEZONEJoão Valverde1-1/+1
2016-04-02Use faster wmem_str* functions in a few places.Gerald Combs2-14/+14
2016-04-02Bluetooth: Fix conflicting address fieldsMichal Labedzki2-25/+42
2016-04-02PDCP LTE: upgrade dissector to v13.1.0Pascal Quantin1-2/+181
2016-04-02MAC LTE: upgrade dissector to v13.1.0Pascal Quantin2-33/+255
2016-04-02ERF: fix crash when displaying erf.ip_proto fieldPascal Quantin1-1/+1
2016-04-02OK, we'll increase PROTO_PRE_ALLOC_HF_FIELDS_MEM a bit.Guy Harris1-1/+1
2016-04-01ERF: Add dissection and wiretap support for ERF_TYPE_META.Anthony Coddington1-23/+1120
2016-04-01support for IP-over-Infiniband - pcap encapsulationPetr Sumbera1-10/+87
2016-04-01Remove trailing whitespace.Guy Harris1-3/+3
2016-04-01Clean up the wildcard string processing a bit.Guy Harris1-78/+114
2016-04-01Rename json.member.key -> json.key to keep it on the same layer as json.valueMichael Mann1-4/+4
2016-04-01http: set conv dissector from when heuristics succeededPeter Wu1-1/+1
2016-03-31ieee80211: fix deep recursionPeter Wu3-14/+52
2016-03-31Remove trailing whitespace.Guy Harris1-1/+1
2016-03-31Update URLGuy Harris1-1/+5
2016-03-31wslua: avoid memleak on duplicate names for Proto.newPeter Wu1-2/+2
2016-03-31dtls: Fix ClientCertificateVerify dissectionPeter Wu1-1/+1
2016-03-31LPP: upgrade dissector to v13.1.0Pascal Quantin6-106/+213
2016-03-31[Nettrace] Add parsing of some HSS records.AndersBroman1-0/+1
2016-03-31replace dangerous tvb_get_ptr with safer string function.Jaap Keuter1-2/+2
2016-03-31Add a NULL check: it's not sure we have a radius_call here.Jeff Morriss1-1/+1
2016-03-31Ensure our fields are registered before starting dissection--even when !tree.Jeff Morriss2-13/+14
2016-03-31Correct 6LoWPAN NHC datagram size calculationsKevin Bracey1-2/+2
2016-03-31Squelch a "not allowed in C++" warning.Guy Harris1-1/+1
2016-03-31Clean up some stuff.Guy Harris1-22/+23
2016-03-30RTPS: Fixed ACKNACK mask processingJuanjo Martin1-1/+1
2016-03-30RTPS: Now PID_ENTITY_NAME and PID_ROLE_NAME use different filtersJuanjo Martin1-2/+10
2016-03-30SPOOLSS: Try to avoid an infinite loop.Gerald Combs1-2/+3
2016-03-30TCP: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-10/+1
2016-03-30[GSM MAP] Introduce dissector tables to be able to dirrectly call MSGAndersBroman3-10/+69
2016-03-30Fix a typoPascal Quantin1-1/+1
2016-03-30Add support for National Language tables in GSM UDIgnacio Martínez1-1/+79
2016-03-30make-taps.pl: Fix generated code indentationJoão Valverde1-8/+11
2016-03-29[Exported PDU] Add the abillity to use dissector tables from the file.AndersBroman2-20/+84
2016-03-29TCP: Remove double semicolonAlexis La Goutte1-1/+1
2016-03-29EPL: Fix segmented transfer complete detectionChristoph Schlosser1-53/+96