aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2015-10-27Show the Experimental-Result-Code if we don't know have a subdissector for thatJeff Morriss1-5/+26
2015-10-27nfs: Add FF_FLAGS_NO_IO_THRU_MDS for layout flagsTom Haynes1-0/+6
2015-10-26EPL: fix no previous prototype for epl_[gs]et_sequence_nr [-Wmissing-prototypes]Alexis La Goutte1-2/+2
2015-10-26Clean up more unnecessary use of the 'volatile' key word.Jeff Morriss16-58/+58
2015-10-26EPL: add explicit casts to please OSX 10.5 x86 buildbotPascal Quantin1-2/+2
2015-10-26There's no need to register 32 hf's which are identical except for the name:Jeff Morriss1-20/+10
2015-10-25Update URLs for DDS specifications.Guy Harris1-1/+4
2015-10-25[Automatic update for 2015-10-25]Gerald Combs2-23/+158
2015-10-25SDP: protect against out of bounds accessPascal Quantin1-1/+1
2015-10-25There's no need for all these variables to be volatile.Jeff Morriss1-16/+16
2015-10-25[nfs] don't THROW() an exception from a dissectorMartin Kaiser1-21/+27
2015-10-25epl: Remove usage of subnumRoland Knall1-5/+34
2015-10-24[aeron] a new-style dissector should return 0 (not -1) to reject a packetMartin Kaiser1-6/+9
2015-10-24NTP timestamps can't be relative.Michael Mann1-7/+7
2015-10-24PER: fix ASAN runtime error: left shift of negative value -1Pascal Quantin1-1/+1
2015-10-24Remove ADDRESS macros and just have their lower-case equivalents.Michael Mann1-8/+1
2015-10-24TDS: Replace use of val_to_str() with VALS()Nathan Cole1-20/+13
2015-10-24T38: fix a dereference of NULL pointerPascal Quantin1-32/+32
2015-10-24NULL terminate some hf_ arrays used in proto_tree_add_bitmask_xxx calls.Michael Mann2-1/+3
2015-10-24More ADDRESS macro to address function conversions.Gerald Combs6-24/+24
2015-10-24802.1ah: call subdissectors even when we have no tree.Jeff Morriss1-8/+6
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