aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2008-07-11(Finally) stop guint16s to access a string: just treat it as an array of char...Jeff Morriss1-33/+30
2008-07-11ASCII (well, alphabetic, really) until proven otherwise; that fixes aGuy Harris1-7/+7
2008-07-10Include <ctype.h> to define isalpha().Guy Harris1-8/+9
2008-07-10Cast that guint16 into a char before trying to NULL terminate the string (so ...Jeff Morriss1-3/+5
2008-07-09Don't declare a char[] then cast it into a guint16 to use it as both a guint1...Jeff Morriss1-3/+3
2008-07-09From Sven Eckelmann:Jaap Keuter4-5/+10
2008-07-09From Motonori Shindo:Jaap Keuter1-0/+100
2008-07-09Initialise type to avoid warning.Martin Mathieson1-1/+1
2008-07-09From Paolo Abeni:Jaap Keuter3-383/+383
2008-07-09Fix some spacing .....Bill Meier1-70/+71
2008-07-09Fix some mis-spellingsBill Meier2-17/+17
2008-07-08Display "Decompression failed" when appropriate (& Fix some src spacing)Bill Meier1-2/+3
2008-07-08From Randy McEoin (bug 2654):Sake Blok2-0/+269
2008-07-08Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2649 by adding some l...Jeff Morriss1-3/+3
2008-07-08Register raw_sip.line with correct protocol, as noticed while testingMartin Mathieson1-5/+11
2008-07-08Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier2-6/+6
2008-07-03Get rid of #defines that are no longer being used (we now have a portGuy Harris1-6/+0
2008-07-02Revert previous change.Anders Broman1-5391/+6623
2008-07-02See if this gets rid of some unused code warnings...Anders Broman1-6623/+5391
2008-07-02Include the new Makefile.common file.Guy Harris2-0/+4
2008-07-02Add Makefile.common files for epan/dfilter and epan/ftypes.Guy Harris13-126/+178
2008-07-01Put printf into a separate "termoutput" API group. For most files,Guy Harris6-6/+6
2008-07-01Fix bug "iax2 dissector always reports retransmission bit to be false"Anders Broman1-1/+1
2008-07-01Get rid of some unused code warnings. Hopefully without breaking anything.Anders Broman2-26/+8
2008-07-01Update the ASN.1 files.Anders Broman1-11205/+25009
2008-07-01Get rid of some unused code warnings.Anders Broman1-61/+85
2008-07-01Get rid of some unused code warnings.Anders Broman1-0/+238
2008-07-01Get rid of some unused code warnings.Anders Broman1-560/+160
2008-07-01unicode-utils.h is in wsutil now.Guy Harris1-1/+0
2008-06-30SET_ADDRESS should not be called with an address type of FT_IPv4 but rather A...Jeff Morriss2-6/+6
2008-06-30Move privileges.c and unicode-utils.c symbols from epan to wsutilJeff Morriss1-9/+0
2008-06-30Move privileges.c and unicode-utils.c from epan to wsutil (so things likeJeff Morriss9-567/+5
2008-06-30Create the MTP3 TVB (if any) with a reported length that mirrors the reported...Jeff Morriss1-5/+9
2008-06-30Fix for bug 2659:Jaap Keuter1-3/+19
2008-06-29* Fix a bug reported by Peter Hertting: Handle more than one integer interfac...Michael Tüxen1-8/+20
2008-06-28Fix some warnings reported by gcc -Wshadow ...Bill Meier9-143/+143
2008-06-28Get rid of some unused code warnings.Anders Broman1-6/+4
2008-06-28Get rid of some unused code warnings.Anders Broman1-55/+20
2008-06-28Add som missing extension IE's and try to get rid of som unused code warnings.Anders Broman1-57/+255
2008-06-28To handle 64 bit constraints we also need to change FT_UINT32 to FT_UINT64Anders Broman1-4/+4
2008-06-28Add FT_INT64 to IS_FT_INT and FT_UINT_64 to IS_FT_UINT.Anders Broman1-2/+2
2008-06-28Set the Info column.Guy Harris1-0/+6
2008-06-27If we find an invalid version number, at least put something into theGuy Harris1-2/+7
2008-06-27Fix some warnings reported by gcc -Wshadow ... Bill Meier20-139/+135
2008-06-27Fix some checkAPIs warnings.Gerald Combs5-60/+54
2008-06-27Fix some warnings reported by gcc -Wshadow ...Bill Meier7-200/+197
2008-06-26Add support for "API groups" in checkAPIs.pl. Make the "prohibited"Gerald Combs1-1/+1
2008-06-26Fix a comment: the subdissector won't /assert/ out it will /except/ out if th...Jeff Morriss1-1/+1
2008-06-26From Abhik Sarkar via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2647 :Jeff Morriss1-4/+15
2008-06-26Fix a missed "item" -> "item_local" in the previous checkin.Guy Harris1-1/+1