aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2007-11-25From Joe Eykholt:Stig Bjørlykke1-5/+9
2007-11-25Set an initial value to make gcc 4.1.3 20070929 (prerelease) on Ubuntu happy.Stig Bjørlykke1-4/+3
2007-11-24From Graham Bloice:Stig Bjørlykke1-3/+4
2007-11-24From Alex Burlyga:Stig Bjørlykke1-7/+3
2007-11-24From J. Bruce Fields:Stig Bjørlykke2-8/+1104
2007-11-24Make sure h225_pi is never NULL.Gerald Combs1-1/+1
2007-11-24Fix crash reported in http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2014...Jeff Morriss1-1/+1
2007-11-24Export classes from ROS - hopfully without breaking stuff.Anders Broman2-26/+36
2007-11-24Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2011 : check SSN i...Jeff Morriss1-0/+2
2007-11-24Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2006 : use 0xffffff (r...Jeff Morriss1-2/+3
2007-11-24This patch adds (ten) temporary coloring rules which will only live until Wir...Sake Blok2-0/+26
2007-11-23Catch a bad bLength, which may cause a loop. Fixes bug 2012.Gerald Combs1-85/+93
2007-11-23Fix bug 2007 (a loop in IPv6).Gerald Combs1-107/+116
2007-11-23Set the usual properties on packet-wps.[ch].Guy Harris2-2/+2
2007-11-23No $Id:$ in new files?Stig Bjørlykke2-2/+2
2007-11-23Include packet-wps.h, so it's part of the source tarball.Guy Harris1-0/+1
2007-11-23From Jens Braeuer:Stig Bjørlykke6-6/+1993
2007-11-23Moved check for empty choice to make it work correctly.Stig Bjørlykke1-14/+14
2007-11-22Make previously removed ethertype preference obsolete. For inclusion inStephen Fisher1-0/+8
2007-11-21Added handling of octet-aligned data according to direct_reference.Stig Bjørlykke1-24/+38
2007-11-21Bug 1994: From Keith Mercer :Sake Blok1-17/+26
2007-11-21Don't try to overwrite read-only memory. Fixes bug 2001.Gerald Combs1-1/+1
2007-11-21more SSL debug info concerning conversation and ssl_sessionTomas Kukosa1-0/+6
2007-11-20Update to draft-ietf-rserpool-common-param-15.txt. (WillMichael Tüxen2-68/+152
2007-11-20Add a bounds check in order to try to fix bug #1998.Gerald Combs1-1/+16
2007-11-20Add relative start time, duration, and average data rate (bps) columnsGerald Combs3-4/+44
2007-11-20Reindent some to improve readabilityJeff Morriss1-71/+92
2007-11-20Update some comments and whitespace.Gerald Combs2-4/+7
2007-11-20fix tag handling inside snmp trapTomas Kukosa2-3/+3
2007-11-19Introduce use of the new FT_EBCDIC field type as a second display ofStephen Fisher1-4/+14
2007-11-19From Yaniv kaul:Mike Duigou2-10/+14
2007-11-19Introduce a new field type called FT_EBCDIC. This field works the same asStephen Fisher4-0/+64
2007-11-19Detect reneged acks or at least retransmissions after an ack was seen. MarkJeff Morriss1-25/+31
2007-11-19Improved "BER Error" messages to be more uniform.Stig Bjørlykke1-43/+48
2007-11-19Only show direction field when its set to a valid value.Martin Mathieson1-2/+3
2007-11-19Second try to not stop processing if length==0 in choice.Stig Bjørlykke1-0/+16
2007-11-19Fix an infinite loop, and be more paranoid about looping in general.Gerald Combs1-53/+64
2007-11-19Added port range.Stig Bjørlykke1-94/+111
2007-11-19Added port range.Stig Bjørlykke1-47/+34
2007-11-19Initialize credentials.Stig Bjørlykke1-1/+1
2007-11-19Reverted r23485 and r23486, this was not a correct fix.Stig Bjørlykke1-24/+0
2007-11-18And dump internal ber fields for empty choice field.Stig Bjørlykke1-0/+8
2007-11-18As proposed by Martin Peylo:Stig Bjørlykke1-0/+16
2007-11-18fix bug 1459: make the filter string "ip.version == 6" possible, by adding a ...Ulf Lamping1-2/+15
2007-11-17Add ppp.direction field.Martin Mathieson1-0/+18
2007-11-17Comment out dissect_ascii_tpkt to keep the buildbot happy.Graeme Lunt1-1/+2
2007-11-17Basic P7 (X.400 Message Store Access Protocol) dissection after request from ...Graeme Lunt5-79/+6044
2007-11-17The asciitpkt checkin broke the TPKT dissector comment out create_dissector_h...Anders Broman1-3/+4
2007-11-17Add missing header file (eap.h)Martin Mathieson1-1/+2
2007-11-16Fix a buffer overflow in the PPP dissector. Try to fix uninitialized Gerald Combs3-274/+281