aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2015-10-23[Nettrace] Add parsing of IP addresses and ports.AndersBroman1-1/+1
2015-10-23TDS: Use hf_tds_prelogin fieldAlexis La Goutte1-5/+7
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs128-696/+696
2015-10-21Split RTP player tapping, decoding, and plotting.Gerald Combs1-2/+2
2015-10-21h261: fix "hf->bitmask != 0" assertionPeter Wu1-6/+6
2015-10-21GSM SMS: do not call GSM SMS port IE subdissectors until message is reassembledPascal Quantin1-5/+8
2015-10-21Add to DIS dissector many new PDU types, fixing issues, and richer information.Oren Koler1-224/+1692
2015-10-20X11 generator: avoid extraneous parens in conditionals.Jeff Morriss2-183/+183
2015-10-20LTE dialogs: tidy up some loose endsMartin Mathieson2-3/+10
2015-10-20TDS: add more casts to please OSX 10.5 x86 buildbotPascal Quantin1-6/+6
2015-10-20NCP2222: use wmem string buffer to build search pattern stringPascal Quantin1-22/+17
2015-10-20TDS: try to pacify buildbotsPascal Quantin1-17/+16
2015-10-20TDS: fix variable 'header_length' is uninitialized when used here [-Wuninitia...Alexis La Goutte1-1/+2
2015-10-20TCP: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-2/+1
2015-10-20nbns: Added closing parenthesis on flags itemStig Bjørlykke1-2/+2
2015-10-20TDS: fix implicit conversion shortens 64-bit value into a 32-bit valueAlexis La Goutte1-3/+3
2015-10-20Update TDS dissector to latest version of protocol.Nathan Cole1-1117/+3415
2015-10-20Bugfix missing NULL elements for proto_tree_add_bitmask array values.Michael Mann1-0/+23
2015-10-19x11: update X11 from last mesa and xcbAlexis La Goutte6-187/+1998
2015-10-19X11 (doc): now more of 200Mb for mesa git repoAlexis La Goutte1-1/+1
2015-10-19Separate out sname and cname in Kerberos dissector.Michael Mann1-23/+128
2015-10-19[OpenFlow] Fix a crash caused by the same filter name used for severalAndersBroman2-20/+20
2015-10-19If it's used by dissectors, it belongs in to_str.h, not to_str-int.h.Guy Harris10-54/+50
2015-10-19X509AF: ensure that BER dissector successfully decoded a bit string before ca...Pascal Quantin1-2/+2
2015-10-19X509AF: protect against a comparison with a NULL algorithm_id stringPascal Quantin1-1/+1
2015-10-19AllJoyn: prevent an infinite loopPascal Quantin1-0/+19
2015-10-18DCOM: ensure to initialize IPv4 variable put on the stackPascal Quantin1-0/+1
2015-10-18[lmp] don't THROW() an exception from a dissectorMartin Kaiser1-5/+7
2015-10-18[Automatic update for 2015-10-18]Gerald Combs2-10/+250
2015-10-18UMTS FP: fix another out of bounds accessPascal Quantin1-1/+1
2015-10-18x509af: dissect subjectPublicKey for RSAPeter Wu2-17/+43
2015-10-18Don't parse services file twice, respect user settingsJoão Valverde1-34/+6
2015-10-18NBAP: fix indent (use 8 spaces)Alexis La Goutte1-6/+6
2015-10-17[giop] don't THROW() an exception from a dissectorMartin Kaiser1-4/+1
2015-10-17UMTS FP: fix an out of bounds accessPascal Quantin1-1/+1
2015-10-17[m2pa] remove unnecessary if (tree) checksMartin Kaiser1-50/+38
2015-10-17[m2pa] don't THROW() an exception from a dissectorMartin Kaiser1-6/+2
2015-10-17NBAP: avoid dereferencing a NULL pointerPascal Quantin1-34/+37
2015-10-17Bluetooth: ATT: Fix Heart Rate Measurement characteristicMichal Labedzki1-7/+7
2015-10-17Bluetooth: Make dissectors independent of passed dataMichal Labedzki10-770/+591
2015-10-17Bluetooth: ATT: Print names assigned to handles in info columnMichal Labedzki2-18/+57
2015-10-17Bluetooth: Fix expert info for undecoded dataMichal Labedzki4-5/+5
2015-10-17Bluetooth: Fix displaying and handling UUID128Michal Labedzki3-15/+57
2015-10-17Bluetooth: ATT: Add missing "Generic" items for AppearanceMichal Labedzki1-1/+15
2015-10-17Bluetooth: ATT: Remove DecodeAs UUID16/128Michal Labedzki1-86/+7
2015-10-17Make incomplete dissectors bytes more visibleMichal Labedzki1-3/+2
2015-10-16Add DEGREE SIGN character to utf8_entities.h and use it.Guy Harris3-11/+16
2015-10-16CMake: Add /WXGerald Combs2-4/+4
2015-10-16GSM: fix dissection of additional access technology typePascal Quantin1-1/+1
2015-10-16print.c: use utf8_entities.hPascal Quantin1-3/+4