aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2008-04-05Mark a local function static rather than extern.Martin Mathieson1-12/+9
2008-04-05as discussed on SharkFest: switch off checksum checks by defaultUlf Lamping2-3/+3
2008-04-04add packet-tcp.c / packet-udp.cUlf Lamping1-0/+8
2008-04-04Make the RTSP dissector findable by name.Martin Mathieson1-0/+3
2008-04-04Export proto_register_prefix()Martin Mathieson1-0/+1
2008-04-04Add a missing routine (proto_initialize_all_prefixes).Guy Harris1-0/+1
2008-04-03typo initializators -> initializersLuis Ontanon1-2/+2
2008-04-03http://www.wireshark.org/lists/wireshark-dev/200803/msg00308.htmlLuis Ontanon5-161/+246
2008-04-01- Disable checksum verification by default.Michael Tüxen1-45/+51
2008-03-30Fix bug 2395: 2395Jörg Mayer1-22/+22
2008-03-30From yin sun:Jaap Keuter1-1/+1
2008-03-29Remove a linefeed from a field description.Gerald Combs1-1/+1
2008-03-28Fix compilation under Windows.Gerald Combs1-0/+1
2008-03-27Make sure we reset a pointer to ephemeral memory when we're done processingGerald Combs1-2/+3
2008-03-26The hf_gsm_map_getPassword is missing from the hf array in gsm_map.Anders Broman1-3/+7
2008-03-25Export:Anders Broman3-46/+78
2008-03-25Fixed bug with tvb_get_bits64(); the mask array had one less "ff" thanAshok Narayanan1-9/+8
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