aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2008-02-27Dissect IPAddressFamilyAnders Broman1-11/+41
2008-02-27Fix a comment that was pointing readers to the wrong file to look for infoStephen Fisher1-2/+2
2008-02-26A couple more const fixes.Jeff Morriss2-2/+2
2008-02-26Oops, freeing a const char* doesn't always work. Make it not a const.Jeff Morriss2-4/+4
2008-02-26get_datafile_path() and get_persconffile_path() return malloc'd memory,Jeff Morriss3-0/+13
2008-02-26get_datafile_path() and get_persconffile_path() return malloc'd memory,Jeff Morriss2-0/+8
2008-02-26get_datafile_path() and get_persconffile_path() return malloc'd memory. Note...Jeff Morriss2-3/+15
2008-02-26From Kai Blin: Anders Broman1-231/+329
2008-02-26Initialize a 'next' pointer so we don't crash if/when we try to follow it.Jeff Morriss1-0/+3
2008-02-26Allow UDP heuristic for XMLTomas Kukosa1-1/+16
2008-02-26Make sure we don't dereference a NULL pointer. Fixes bug 2277.Gerald Combs1-4/+6
2008-02-26Add files to the tarball that are necessary to compile and createGerald Combs1-1/+2
2008-02-25Check for setres[gu]id and define HAVE_SETRESUID and HAVE_SETREGUIDGerald Combs1-0/+4
2008-02-25Dissect Name and Certificate and add some extensions pkix1explicit.Anders Broman3-24/+420
2008-02-25Avoid misreporting of cryto state of RTP payload.Jaap Keuter1-4/+7
2008-02-25From Chris Maynard: Alphabetize the list of column types to choose from inStephen Fisher2-180/+183
2008-02-25Handle unsigned SMI types. This should fix bug 2292.Gerald Combs2-23/+27
2008-02-24Dissect Type: 149 (Certification Path Advertisement).Anders Broman2-54/+160
2008-02-24Added support for FT_IPv4, FT_GUID and FT_OID in custom columns.Stig Bjørlykke1-1/+7
2008-02-24Fix bug No support for Secure Neighbor Discovery ICMPv6 options.Anders Broman2-5/+79
2008-02-23Correct a typo and at least print the name of type 148 and 149.Anders Broman2-4/+15
2008-02-23Put names on some more options solves part of bugAnders Broman2-17/+67
2008-02-22Improved custom columns with custom title.Stig Bjørlykke5-10/+57
2008-02-22From Evan via bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2293 : InJeff Morriss1-8/+8
2008-02-22From Balint Reczey via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=226...Jeff Morriss1-1/+1
2008-02-22Check for existing cinfo in have_custom_cols().Stig Bjørlykke1-1/+1
2008-02-22Print integer values according to hfinfo->display.Stig Bjørlykke1-4/+171
2008-02-22Added FT_ABSOLUTE_TIME and FT_RELATIVE_TIME to custom columns.Stig Bjørlykke1-0/+9
2008-02-22Some custom column enhancements:Stig Bjørlykke1-2/+16
2008-02-22Some custom column fixes:Stig Bjørlykke2-3/+6
2008-02-22Add ability to make more field types into custom columns: FT_ETHER & FT_BYTES.Stephen Fisher1-1/+5
2008-02-22Use custom column check function for custom columns to make sure the dfilterStephen Fisher1-2/+2
2008-02-21Unkomment the now fixed value string...Anders Broman1-2/+0
2008-02-21Put back the use of g_ascii_strcasecmp(), so we don't get rudelyGuy Harris1-187/+190
2008-02-21From Wolf Neumann:Anders Broman1-30/+251
2008-02-21Fix Bug Enable int64, uint64 and ipv4 type fields for the Lua dissectorsAnders Broman1-1/+7
2008-02-21From Karl Heinz Wolf:Jaap Keuter1-2/+102
2008-02-19Fix some unused warningsJörg Mayer1-1/+3
2008-02-19Use the right 4 bits and avoid the overflow of an 8 bit valueJörg Mayer1-1/+1
2008-02-19Update todo sectionJörg Mayer1-0/+2
2008-02-19Add 'executable' property to a few .pl and .py filesBill Meier3-0/+0
2008-02-18Remove svn:executable propertyBill Meier2-0/+0
2008-02-18Add $Id$Bill Meier5-0/+10
2008-02-18Fix some some propertiesBill Meier1-0/+0
2008-02-18Add an expert item about AVP:s without "data".Anders Broman1-0/+3
2008-02-17Added an option to Conversations and Endpoints to limit the list to matchStig Bjørlykke3-0/+49
2008-02-16Add map operation 49.Anders Broman1-4/+10
2008-02-16Format our text before displaying it. This keeps Wireshark from crashing onGerald Combs1-8/+8
2008-02-15Extend the UAT and preferences code so that you can use the "-o" flagGerald Combs4-53/+209
2008-02-15Add fvalue_string_repr_len.Gerald Combs1-0/+1