aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2008-07-11Change the stats tree API to use signed chars instead of guint8s for all itsJeff Morriss7-227/+283
2008-07-11Fix a couple gint/guint mismatchesJeff Morriss1-3/+3
2008-07-11tvb_format_text() returns a pointer chars, not guint8sJeff Morriss1-2/+2
2008-07-11Fix a couple signed/unsigned char mismatches (still more here)Jeff Morriss1-4/+4
2008-07-11Cast away the unsignedness of a string (which has had EBCDIC_to_ASCII() run o...Jeff Morriss1-20/+20
2008-07-11prefs_register_uint_preference() takes a pointer to a guint, not a pointer to...Jeff Morriss1-13/+13
2008-07-11prefs_register_uint_preference() takes as its argument a pointer to a uint, n...Jeff Morriss1-7/+7
2008-07-11In a call to proto_tree_add_bytes_format(): actually pass a pointer to the st...Jeff Morriss1-34/+34
2008-07-11Change a string's declaration from guint8 to a gcharJeff Morriss1-1/+1
2008-07-11Change a guchar to gchar: it's used as a regular stringJeff Morriss1-4/+4
2008-07-11Remove some dead (statement not reached) code (while trying to avoid any fals...Jeff Morriss1-4/+0
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