aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2009-05-30Add cipher suites defined in RFC 4279.Michael Tüxen1-0/+13
2009-05-30Tidy up comments.Martin Mathieson1-5/+5
2009-05-30Dual-license this header file.Martin Mathieson1-0/+26
2009-05-29tvb_new_real_data -> tvb_new_child_real_dataAnders Broman6-19/+9
2009-05-28From Tobias Witek (bug 3496):Stig Bjørlykke1-2/+6
2009-05-28Add casts from size_t to fix win64 buildbot problems.Martin Mathieson1-3/+3
2009-05-28Add definitions for a UDP framing protocol and heuristic dissector (example c...Martin Mathieson2-0/+200
2009-05-27Detect if the setup channel is video or not.Anders Broman1-8/+24
2009-05-26Make the TZSP dissector register itself for find_dissector.Stephen Fisher1-0/+1
2009-05-26Misc dissector cleanup:Bill Meier12-1452/+1458
2009-05-26zbee: Misc cleanup:Bill Meier9-312/+290
2009-05-26Add a cast for Win64.Gerald Combs1-1/+1
2009-05-26From Didier Gautheron via bug 3052:Gerald Combs3-6302/+8984
2009-05-26From Roberto Mariani via bug 3324:Gerald Combs1-51/+7
2009-05-25Added an expert info for "IP port reused".Stig Bjørlykke1-1/+4
2009-05-25From Dan Gora:Jaap Keuter1-13/+202
2009-05-25From Thomas M. Knoll:Jaap Keuter2-3/+3
2009-05-25From Michael Lum:Jaap Keuter1-2/+2
2009-05-24Use proto_tree_add_uint64 for 64 bits values.Stig Bjørlykke1-2/+2
2009-05-24From Rama Chitta (bug 3467):Stig Bjørlykke1-56/+1573
2009-05-24Rewrite some non-ascii characters.Stig Bjørlykke1-8/+8
2009-05-23Out goes a C++ comment inside #if 0 #endif to make the API checker happy.Michael Tüxen1-1/+1
2009-05-22From Terry Hardie via bug 3080:Gerald Combs1-2/+56
2009-05-21zbee: minor cleanupBill Meier7-251/+248
2009-05-21paltalk: minor cleanup:Bill Meier1-38/+30
2009-05-21Add filterable generated item arp.isgratuitous. InspiredJörg Mayer1-34/+43
2009-05-21foo() and foo(void) might be the same in C++, but they're not the sameGuy Harris1-2/+2
2009-05-21From Mohammad Ebrahim Mohammadi Panah via bug 2954:Gerald Combs2-0/+134
2009-05-20From Alex Lindberg via bug 3094:Gerald Combs1-29/+101
2009-05-20Add a preference to force the dissector to assume that packets have anGuy Harris1-2/+14
2009-05-20Fix Win64 compilation.Gerald Combs1-4/+4
2009-05-20From Owen Kirby via bug 3431:Gerald Combs15-0/+11043
2009-05-20From Jakub Zawadzki via bug 3421:Gerald Combs2-15/+8
2009-05-20Added expert info for Unknown RTSE PDU.Stig Bjørlykke1-3/+11
2009-05-20Added expert info for OID not implemented.Stig Bjørlykke1-11/+10
2009-05-20Added expert info for OID not implemented.Stig Bjørlykke1-9/+9
2009-05-20Update to 8.5.1 - "Minor corrections before freezing of ASN.1"Anders Broman1-2/+2
2009-05-19From Julien Kerihuel via bug 2850:Gerald Combs7-0/+763
2009-05-19Ok, private_data is only saved if HAVE_LIBGCRYPT.Stig Bjørlykke1-2/+8
2009-05-19Get info about media type(Video or not) a first step towards usage in rtp sta...Anders Broman9-24/+50
2009-05-19Move pd variables outside HAVE_LIBGCRYPT.Stig Bjørlykke1-2/+2
2009-05-19Add a few more missing ROHC RTP fields.Martin Mathieson1-4/+40
2009-05-19From Artem Tamazov (bug 3472):Stig Bjørlykke16-6/+66
2009-05-19Avoid crash when not reassembling multiple TCP segments.Stig Bjørlykke1-5/+5
2009-05-19Update IP protocol numbers according to current IANA registery.Jaap Keuter1-0/+2
2009-05-19From Abhik Sarkar via bug 3242:Gerald Combs1-7/+210
2009-05-18Use se_alloc0 and ep_alloc0.Gerald Combs1-10/+4
2009-05-18Remove unnecessary tree checks pointed out by Stig.Gerald Combs1-16/+9
2009-05-18Clean up indentation.Guy Harris1-133/+133
2009-05-18From Yaniv Kaul via bug 3215:Gerald Combs1-29/+84