aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2008-03-14From Dustin D. Trammell:Jaap Keuter1-2/+2
2008-03-14Added check for length in heuristic check so we don't dissect unknownStig Bjørlykke1-2/+4
2008-03-14From Stephen Donnelly via bug 2235:Gerald Combs1-0/+27
2008-03-14From Dan Messinger:Jaap Keuter1-2/+1
2008-03-14Update documentation information.Guy Harris1-2/+5
2008-03-14Update documentation links.Guy Harris1-5/+9
2008-03-13From Hariharan Ananthakrishnan:Gerald Combs3-9/+24
2008-03-13Make the SMI preference a little more verbose. In the COPS and SNMPGerald Combs4-4/+12
2008-03-13Partial fix for bug 2153Jaap Keuter1-1/+1
2008-03-13Remove leftover debug code.Gerald Combs1-1/+0
2008-03-13Make SABP work over registered ports.Martin Mathieson1-11/+16
2008-03-13sscanf() apparently handles negative input values, even when yourGerald Combs1-3/+4
2008-03-13Save about 1MB of RAM that was wasted for the entire Wireshark session.Stephen Fisher1-3/+2
2008-03-12Fixed uint -> guint.Stig Bjørlykke1-2/+2
2008-03-12Fix for bug 2344:Jaap Keuter1-6/+6
2008-03-12+ DHCP overload option parsing changes (triggered by bug 2194):Jörg Mayer1-128/+140
2008-03-11If we haven't found a handshake packet, say so.Gerald Combs1-1/+1
2008-03-10From Dick Gooris:Jaap Keuter2-2/+370
2008-03-10Update comments.Jaap Keuter1-4/+4
2008-03-10Change the BSD-licensed written by CACE to BSD+GPL.Gerald Combs10-0/+40
2008-03-10Fix for bug 2328.Martin Mathieson1-2/+2
2008-03-10From Sami Farin:Jaap Keuter1-2/+3
2008-03-09Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2009 : if the dissecto...Jeff Morriss1-15/+66
2008-03-09Add a const.Stig Bjørlykke1-1/+1
2008-03-09Show VarBind OIDs and trap enterprise OID in info column.Stig Bjørlykke1-25/+61
2008-03-09Update almost year out of date file, with over 150 changes and over 1800 addi...Jaap Keuter1-272/+7698
2008-03-09Corrected a typo: octestring -> octetstring.Stig Bjørlykke1-3/+3
2008-03-09Display agent-addr as IPv4 address.Stig Bjørlykke1-1/+1
2008-03-08Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=383 : show multiple (p...Jeff Morriss1-4/+5
2008-03-07Add Id tagJeff Morriss1-0/+2
2008-03-07Adjust the RTP heuristic dissector:Martin Mathieson1-15/+21
2008-03-07Updated to Version 2.0 Draft 6.Stig Bjørlykke1-22/+86
2008-03-06Added an option to uat_new() to set if configuration shall be saved in theStig Bjørlykke9-3/+17
2008-03-06From Florian Lohoff via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=23...Jeff Morriss2-0/+260
2008-03-06Make this dissector (which runs on a non-IANA-assigned port) a new-style diss...Jeff Morriss1-657/+255
2008-03-06Added yet another free().Stig Bjørlykke1-0/+1
2008-03-06Small fix for heuristic: it missed a tapa packetJörg Mayer1-5/+5
2008-03-05Mark a couple of variables volatileStephen Fisher1-5/+3
2008-03-05Fix typos.Anders Broman1-5/+5
2008-03-05Free return value from smiRenderType, smiRenderOID, smiGetPath,Stig Bjørlykke1-25/+38
2008-03-05From Peter Johansson :Anders Broman1-0/+1
2008-03-05From Peter Johansson :Anders Broman1-0/+1
2008-03-05From Andrew Feren :Anders Broman1-25/+203
2008-03-05From Owen Kirby :Anders Broman3-0/+1869
2008-03-05Move the contents of AirPDcapCleanKeys() into AirPDcapInitContext()Gerald Combs2-38/+14
2008-03-04Free the allocated range if not using it.Stig Bjørlykke1-2/+4
2008-03-04Add a inflateEnd() call to free up the stream in the re-init block.Stig Bjørlykke1-0/+1
2008-03-04match_strval() may return NULL so don't blindly pass its return value into co...Jeff Morriss14-323/+326
2008-03-04Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2331 : Replace match_s...Jeff Morriss1-16/+15
2008-03-04From Sven Meier: update the PRP dissector to the newest version of the standa...Jeff Morriss1-194/+251