aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2008-03-24FIx for bug 2381:Jaap Keuter1-24/+30
2008-03-23Removed some unnamed unions, reported by Andrew Hood.Stig Bjørlykke2-29/+29
2008-03-23Running glib 2.16 on 32 bit platform requires this lempar.c change in additio...Jaap Keuter4-4/+4
2008-03-21In glib 2.16 g_malloc Changed from:Anders Broman2-0/+9
2008-03-19Windows: use free() only if vc6 (as suggested by Peter Johansson);Bill Meier1-16/+30
2008-03-19Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1809Anders Broman1-17/+94
2008-03-19Export dissect_cbs_data_coding_scheme()Anders Broman2-8/+22
2008-03-19Return value tvb if pressent from all branches.Anders Broman1-0/+4
2008-03-19fix from Anders: offset->boffsetTomas Kukosa1-1/+1
2008-03-19add SRTCP support to h245_setup_channels()Tomas Kukosa1-31/+32
2008-03-19SSL debug outputs for better detection of reassembling problemsTomas Kukosa1-1/+4
2008-03-19export SRTP related functionsTomas Kukosa1-0/+2
2008-03-19Avoid calling some free() on WIN32 on memory that may be allocated inStig Bjørlykke1-0/+12
2008-03-18Handle the case where length is > remaining tvbAnders Broman2-8/+12
2008-03-18Add codeset 5 ETSI party catagory IE.Jaap Keuter1-1/+44
2008-03-18Add consistent Bearer Capability layer identifications.Jaap Keuter1-20/+36
2008-03-17Export get_column_custom_field from libwireshark.Stig Bjørlykke1-0/+1
2008-03-17Fix a typo.Gerald Combs2-6/+6
2008-03-17From Martin Peylo:Anders Broman1-875/+907
2008-03-17add support for ND RDNSS (icmpv6)Anders Broman2-28/+65
2008-03-17From Anders: Add a couple of entries to libwireshark.def.Gerald Combs1-6/+8
2008-03-17Fix another crash from http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=111...Jeff Morriss1-8/+7
2008-03-17pol_value->name was g_malloc()'d which meant we needed to go through the hash...Jeff Morriss1-26/+10
2008-03-17oid_get_default_mib_path() is present in libwireshark.def. Make sure it'sGerald Combs2-5/+5
2008-03-17There are several g_malloc()'d things hanging off x11_conv_data_t's so don't ...Jeff Morriss1-155/+161
2008-03-17For Anders: add call_ber_oid_callback()Jeff Morriss1-5/+6
2008-03-17There are several g_malloc()'d things hanging off ldasp_conv_info_t's so don'...Jeff Morriss1-5/+11
2008-03-17From Abhik Sarkar:Jaap Keuter1-6/+12
2008-03-17Move the conversation addresses to the se_ allocator. This does not solve a ...Jeff Morriss1-30/+7
2008-03-16Fix LDAP crash (on certain platforms) from http://bugs.wireshark.org/bugzilla...Jeff Morriss1-86/+102
2008-03-16Add register_ber_oid_dissector_handle to the exported functions.Anders Broman1-0/+1
2008-03-16Set rxinfo.epoch from the epoch, and then assign it to ts.secs; thatGuy Harris1-10/+6
2008-03-16Added a cast to make it compile.Stig Bjørlykke1-1/+1
2008-03-16From Gerhard Olsson:Jaap Keuter1-2/+15
2008-03-16From Peter KjellerstedtJaap Keuter1-5/+3
2008-03-16From Steve Karg:Jaap Keuter2-24/+122
2008-03-16Map "dcp.*" preferences to "dccp.*".Guy Harris1-0/+4
2008-03-16From Chaskiel Grundman via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss3-6/+13
2008-03-16Have started_with_special_privs() assert out if get_credential_info() was notJeff Morriss1-0/+4
2008-03-16Oops, missed one name change.Guy Harris1-1/+1
2008-03-16OK, now use DCCP rather than DCP for the Datagram Congestion ControlGuy Harris3-357/+353
2008-03-15Rename Distributed Checksum Clearinghouse protocol from "DCCP" to justGuy Harris3-173/+173
2008-03-15Get rid of a flag that's not used and that has no effect.Guy Harris1-1/+0
2008-03-15From http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1539 :Jeff Morriss9-568/+585
2008-03-15Add a comment.Guy Harris1-0/+8
2008-03-15Check in the OS X packaging patch from bug 2341, since I've hadGerald Combs1-136/+165
2008-03-15Fix trivial spelling errorBill Meier1-1/+1
2008-03-15Add register_ber_oid_dissector to the exported functions.Anders Broman1-0/+1
2008-03-14Make sure the Infiniband plugin is properly built and packaged.Gerald Combs1-0/+1
2008-03-14From Dustin D. Trammell:Jaap Keuter1-2/+2