aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-04Initialize ipv6_addr before we use it.Stig Bjørlykke1-0/+1
2008-03-04Ups, this free was not so smart...Stig Bjørlykke1-1/+1
2008-03-04Free allocated data.Stig Bjørlykke1-1/+1
2008-03-04Free compiled dfilter after usage.Stig Bjørlykke1-1/+3
2008-03-04Fix fields that are passed to proto_tree_add_uint64_format_value() to beGuy Harris1-1655/+1655
2008-03-04For the "cigi.3_2_los_ext_response" field, use the variable that wasGuy Harris1-1/+1
2008-03-04Spoted by ChrisMaynard:Anders Broman1-20/+20
2008-03-04From ChrisMaynard:Anders Broman1-2/+2
2008-03-03Make sure we initialize a TVB. Fixes bug 2329.Gerald Combs2-8/+11
2008-03-03Add missing parts of the PCAP dissector.Gerald Combs1-0/+14847
2008-03-03Fix compilation under gcc.Gerald Combs1-419/+419
2008-03-03From Markus Seehofer :Anders Broman1-135/+1954
2008-03-03Cite the source of frequency allocation information.Gerald Combs2-4/+6
2008-03-03From Alan McBride :Anders Broman1-1/+4
2008-03-03From Jason Seeliger:Anders Broman1-27/+1245
2008-03-03From Kai Blin: Anders Broman1-637/+405
2008-03-03Include the "UTRAN Iupc interface Positioning Calculation Application Part (P...Anders Broman1-0/+1
2008-03-03Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2257Jörg Mayer1-1/+1
2008-03-02Convert strcpy() calls to g_strlcpy()Stephen Fisher1-47/+66
2008-03-02Added missing array for hf_jxta_element2_encodingid.Stig Bjørlykke1-0/+4
2008-03-02Added missing array for hf_h248_pkg_bcg_sig_bcr.Stig Bjørlykke1-0/+4
2008-03-02Added missing array for hf_h248_pkg_annexc_encrypt_key,Stig Bjørlykke1-1/+17
2008-03-02Added missing array for hf_printer_priority, hf_printer_default_priority,Stig Bjørlykke1-0/+16
2008-03-01Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke37-273/+269
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