aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2008-03-01From Steve via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2278 : deco...Jeff Morriss1-9/+9
2008-03-01Initialize asn1_ctx before using it. Fixes http://bugs.wireshark.org/bugzill...Jeff Morriss1-11/+12
2008-03-01Rewrote to use g_strlcat and g_strlcpy.Stig Bjørlykke1-67/+68
2008-03-01Rewrote to use g_strlcat and g_strlcpy.Stig Bjørlykke1-20/+13
2008-03-01Reindent libwireshark's LIBADD and DEPENDENCIES for readabilityJeff Morriss1-2/+14
2008-03-01All our programs link against glib so don't there's no need to link our libra...Jeff Morriss1-4/+4
2008-03-01Added missing array for hf_snmp_big_counter_value.Stig Bjørlykke1-2/+3
2008-03-01Added missing array for hf_alcap_pssiae_max_len and hf_alcap_ssiae_max_len.Stig Bjørlykke1-0/+2
2008-03-01Added missing array for hf_afs_fs_ipaddr.Stig Bjørlykke1-0/+2
2008-03-01Custom column updates:Stephen Fisher6-110/+128
2008-02-29Error code 0x89a9 updated error message to be:Greg Morris2-3/+5
2008-02-29Properly attribute the FOUNDATION Fieldbus dissector to Yukiyo Akisada.Jaap Keuter2-2/+2
2008-02-29Don't peek inside the column information and manually wrap "GTP < ... >"Guy Harris1-31/+4
2008-02-29One more g_free ....Bill Meier1-1/+4
2008-02-29Fix wireshark/tshark crash when initializing lua (using init.lua, etc).Bill Meier1-5/+11
2008-02-28Fix bitmasks for feedback message type fields.Martin Mathieson1-2/+2
2008-02-28Don't use capital letters in protocol abbreviation names - that obligesGuy Harris1-1/+1
2008-02-27From Holger Pfrommer via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2205Jeff Morriss2-0/+235
2008-02-27Rather than always disabling the protocol at startup, just add a preference t...Jeff Morriss1-15/+33
2008-02-27From Sven Meier (on -dev in 6/2007):Jeff Morriss4-47/+357
2008-02-27From Kai Blin: Anders Broman1-277/+514
2008-02-27Quote argument to test in epan/dissectors/Makefile.amStig Bjørlykke1-1/+1
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