aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2006-01-11Fix compiling under GLib 1, squelch a gcc warning.Gerald Combs1-3/+5
2006-01-10Make sure last_dn is big enough, and set it to NULL when we'reGerald Combs2-6/+8
2006-01-10Close "/dev/urandom" if we manage to open it.Gerald Combs1-0/+1
2006-01-10Allocate memory on 8-byte boundaries again. Tweak the way we Gerald Combs1-60/+80
2006-01-10Handle <application id="4294967295" name="Relay"/>Anders Broman1-3/+2
2006-01-10Didier Gautheron:Jörg Mayer1-5/+8
2006-01-10Allowing pointer arithmetic on "void *"s is a GCCism; cast "void *"s toGuy Harris1-2/+2
2006-01-09Add canary values after each allocation. If our canaries values don'tGerald Combs1-81/+151
2006-01-09Add UDP-Lite packets to the UDP statisticsJaap Keuter2-0/+2
2006-01-09Use col_set_fence(), not to owerwrite colinfo if more than one Camel pdu is i...Anders Broman1-2/+3
2006-01-09Add more data types from tds.h. Fix unknown data skipping for some dataGerald Combs1-78/+87
2006-01-09First attempt to decode CCX type 4 IEs (QoS?)Jörg Mayer1-1/+46
2006-01-07From Olivier Jacques, Anders Broman2-3/+3
2006-01-07Add some inflateEnd() calls to free up stuff associated with a streamGuy Harris1-1/+7
2006-01-06Don't dereference a null pointer. Fixes bug 651. Update the release notesGerald Combs1-4/+6
2006-01-06Bill Meier: More spelling fixesJörg Mayer5-14/+14
2006-01-05Steve Karg:Jörg Mayer2-6/+48
2006-01-05Bill Meier:Jörg Mayer40-153/+153
2006-01-05- Undo the COL_PROTOCOL misuse introduced with rev 15115.Jörg Mayer1-5/+56
2006-01-05Fix for http://bugs.ethereal.com/bugzilla/show_bug.cgi?id=656Jörg Mayer1-1/+7
2006-01-05Forgot to add packet-oicq.cJörg Mayer1-0/+1
2006-01-05Jaap Keuter:Jörg Mayer1-1/+9
2006-01-03Du Bingyao:Jörg Mayer1-0/+173
2006-01-03Jon Oberheide:Jörg Mayer1-1/+1
2006-01-03Fix a typo in a comment.Guy Harris1-1/+1
2006-01-03From Martin MathiesonAnders Broman1-3/+8
2006-01-03From Ravi ValmikamAnders Broman1-1/+483
2006-01-02Fix a typo.Guy Harris1-2/+1
2006-01-01Update from samba tree revision 12488 to 12669Jörg Mayer1-1/+0
2005-12-31Fixes Bug 531 (Incorrect Interpretation of Bit vector and RLE RTCP XR Blocks).Luis Ontanon1-1/+1
2005-12-30From: Graeme Hewson Luis Ontanon1-1/+1
2005-12-28Change tvbparse's engine to use callbacks instead of a big switch.Luis Ontanon2-582/+1221
2005-12-28- Decode some more annex C fieldsLuis Ontanon2-138/+592
2005-12-28Keep a hash of call legs indexed by nsap:sugr and separate the leg tree code ...Luis Ontanon2-71/+106
2005-12-27As reported by Toralf Foerster in bug 647:Jörg Mayer1-1/+1
2005-12-26Backup time :-)Jörg Mayer1-15/+105
2005-12-25remove some proto_tree_add_text and replace with proto_tree_add_item() for t...Ronnie Sahlberg2-20/+80
2005-12-25microsoft does not use a confounder for spnego when using DNS/TSIGRonnie Sahlberg1-6/+12
2005-12-24from metzeRonnie Sahlberg2-74/+75
2005-12-23add Jaap K's extensionsRonnie Sahlberg1-349/+412
2005-12-23from jaap kRonnie Sahlberg1-0/+16
2005-12-23add a symbol to the stupid windows broken shared library bandaid file.Ronnie Sahlberg1-0/+1
2005-12-23make smb2 tappableRonnie Sahlberg1-0/+5
2005-12-23from eric wedelRonnie Sahlberg3-21/+108
2005-12-22dunt put ACK number in COL_INFO or in the decode pane if the ACK bit is not setRonnie Sahlberg1-3/+10
2005-12-22add decoding of RFC3947 which should fix bug 513Ronnie Sahlberg1-0/+10
2005-12-22From Martin Mathieson:Anders Broman1-1/+1
2005-12-22some ACEs are not used for authorization and thus do NOT contain an access ma...Ronnie Sahlberg1-21/+39
2005-12-22Fix Bug 642, use col_set_fence() not to owerwrite column info if several Skin...Anders Broman1-1/+2
2005-12-22As reported by Mark Millet <mmillet@cisco.com>Jörg Mayer1-26/+25