aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-07-16Don't use C-style comments in a shell script. This fixes this error:Jeff Morriss1-1/+1
2008-07-16From Balint Reczey:Jaap Keuter1-1/+16
2008-07-16ssl_hash() needs the StringInfo.data it is passed to be word aligned and it a...Jeff Morriss1-7/+17
2008-07-16conv_frame_states is an array of pointers, make it a GPtrArray instead of a G...Jeff Morriss1-38/+59
2008-07-16The second argument to g_ptr_array_add() is the pointer to add, not aGuy Harris1-4/+4
2008-07-16From Alex Turbov:Jaap Keuter1-1/+1
2008-07-16From Alex Turbov:Jaap Keuter1-1/+1
2008-07-15isup_message_type_value is an array, there's no need to pass the address-of i...Jeff Morriss1-32/+32
2008-07-15GArrays' data is properly aligned for whatever they are holding (despiteJeff Morriss1-124/+149
2008-07-15From Joe Eykholt:Jaap Keuter4-0/+568
2008-07-15Add registered fields for the transport class and option bits inGuy Harris1-12/+32
2008-07-15Move the OSI transport protocol dissectors (ISO 8073/ITU-T X.224Guy Harris3-1790/+1864
2008-07-15Use the latest wireshark-win32-libs tag (updated zlib).Gerald Combs2-3/+2
2008-07-15Frame numbers are unsigned, so 0xffffffff isn't a special out-of-bandGuy Harris1-24/+14
2008-07-15From Kip McAtee:Jaap Keuter1-4/+61
2008-07-15Fix for revision 25730:Jaap Keuter1-0/+1
2008-07-15CTDB isn't an ASN.1-based protocol.Guy Harris1-1/+1
2008-07-14Oops... missed one ;Sake Blok1-1/+1
2008-07-14Just have a scalar handle_t for the Infiniband handle, for now. (TheGuy Harris1-20/+17
2008-07-14From Richard Kuemmel (bug 2668):Sake Blok1-12/+19
2008-07-14Rename the ERF "erfhdlc" preference to "hdlc_type" ("erf" is redundant,Guy Harris2-25/+57
2008-07-14Replace the old "erfatm" preference for the ERF dissector with anGuy Harris2-50/+91
2008-07-14List the ERF dissector as one of the "clean" dissectors, so thatGuy Harris1-1/+1
2008-07-14Fix declaration to match change in SVN #25731Bill Meier1-1/+1
2008-07-14From Stephen Donnelly:Jaap Keuter1-3/+6
2008-07-13The PPP protocol type of 0031 is for the PPP Bridging Control Protocol;Guy Harris2-4/+4
2008-07-13If we know that an Ethernet packet includes the FCS, remove the FCS fromGuy Harris2-12/+52
2008-07-13From Francesco Fondelli:Jaap Keuter7-60/+370
2008-07-13Dissect the PPP Bridge Control Protocol header. Hand Ethernet packetsGuy Harris1-32/+210
2008-07-12From Jess Balint (bug 2700):Stig Bjørlykke2-42/+293
2008-07-12From J. Bruce Fields (bug 2634):Stig Bjørlykke2-152/+288
2008-07-12Small whitespace fix.Stig Bjørlykke1-1/+1
2008-07-12Correct help topic for firewall dialog.Stig Bjørlykke1-1/+1
2008-07-12Make erf.ethfcs a Boolean, with "FCS present" and "FCS not present" theGuy Harris2-38/+18
2008-07-12Clean up indentation.Guy Harris1-1/+1
2008-07-12Fix an off-by-one error which caused capturing withSake Blok1-1/+1
2008-07-12Move the registration for SSL sockets to the protocol dissectors themselves.Jaap Keuter5-12/+12
2008-07-12Rename the preference values to something that leaves out the "eth" (asGuy Harris2-6/+8
2008-07-12ERF Ethernet records always contain Ethernet packets, as the nameGuy Harris2-20/+31
2008-07-12More stats tree unsigned->signed char cleanupJeff Morriss1-17/+24
2008-07-12More (mostly stats tree) unsigned->signed char cleanupJeff Morriss5-17/+34
2008-07-11Change the stats tree API to use signed chars instead of guint8s for all itsJeff Morriss8-229/+285
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