aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2007-04-25The data pointer in an address structure is a void *; if the address isGuy Harris1-1/+2
2007-04-25Use "address_to_str()" to format an address, rather than assuming it'sGuy Harris1-4/+2
2007-04-25The data field of an address structure is a void *, so we can't look atGuy Harris1-4/+4
2007-04-25Fix the previous fix.Guy Harris1-6/+6
2007-04-25Check that the addresses are FC addresses before looking at them.Guy Harris1-2/+13
2007-04-25Fail if the addresses being checked aren't Ethernet addresses.Guy Harris1-14/+12
2007-04-25Use "address_to_str()" to format an address, rather than assuming it'sGuy Harris1-4/+2
2007-04-25The data field of an address structure is now a void *; convert it asGuy Harris1-2/+16
2007-04-25The data field of an address structure is now a void *; convert it asGuy Harris1-12/+18
2007-04-25The "data" field of an address structure is a "void *"; when looking atGuy Harris1-26/+30
2007-04-25From Dustin Johnson:Gerald Combs1-92/+124
2007-04-25Some types of addresses are data structures; make the address dataGuy Harris1-2/+2
2007-04-25From Stig Bjørlykke:Gerald Combs1-2/+2
2007-04-25fread() return value can not match file size on Windows due CR/LF conversion ...Tomas Kukosa1-8/+3
2007-04-24proto_tree_add_bits -> iuup_proto_tree_add_bits as discussedJörg Mayer1-2/+2
2007-04-24extraInfo was not propperly tagged causing ber decoding errors.Luis Ontanon1-4/+4
2007-04-24Add a new proto function proto_tree_add_bits() which adds bits to the treeAnders Broman2-0/+251
2007-04-24Fix definition of tvb_memcpy() to match declaration.Guy Harris1-1/+1
2007-04-24"memcpy()" takes void *'s as arguments and returns a void *; haveGuy Harris2-7/+7
2007-04-24Try to squelch an alignment warning (we put "int"s into the array, so weGuy Harris1-1/+1
2007-04-24add a missing change from the previous commitRonnie Sahlberg1-0/+3
2007-04-24Add tracking of uid->domain/account mappings for SMB by tapping the ntlmssp t...Ronnie Sahlberg1-2/+100
2007-04-24Addt'l fixes so suite-unittests will run under windowsBill Meier1-5/+5
2007-04-23Need to include <epan/pint.h> to get pletohl() defined.Guy Harris1-0/+1
2007-04-23From Florent DROUIN:Anders Broman2-32/+77
2007-04-23byteReverse assumes its argument is aligned on a 32-bit boundary; makeGuy Harris1-10/+9
2007-04-23The "in" array in an MD5 context is expected to be aligned on a 4-byteGuy Harris1-1/+1
2007-04-23The "in" array in an MD5 context is expected to be aligned on a 4-byteGuy Harris1-11/+11
2007-04-23Remove a relic from experimental code.Anders Broman1-2/+1
2007-04-23TCAP: Fix up indentation a bit.Anders Broman2-1/+12
2007-04-23TCAP: Fix up indentation a bit.Anders Broman1-76/+79
2007-04-23Get rid of no-longer-needed, and warning-generated, casts.Guy Harris1-10/+10
2007-04-23More const cleanup.Guy Harris1-1/+2
2007-04-23Make Mk16_le() work on both big-endian and little-endian processors andGuy Harris1-3/+2
2007-04-23Dissector table names should be pointed to by const pointers.Guy Harris1-2/+3
2007-04-23Fix type cast to match target of assignment.Guy Harris1-1/+1
2007-04-23The "needles" argument of guint8_pbrk() needs to be const, as that'sGuy Harris1-1/+1
2007-04-23Don't assume byte pointers can be safely cast to more aligned pointers;Guy Harris1-9/+6
2007-04-23decode_as_dt's argument points to a dissector table name, so it should beGuy Harris1-1/+1
2007-04-23Don't assume a pointer to UCHAR is necessarily aligned; that nowGuy Harris1-2/+2
2007-04-23From Paolo Abeni:Stephen Fisher1-19/+24
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris50-281/+295
2007-04-23Just use -1 to go to the end of a tvbuff.Guy Harris1-3/+1
2007-04-23Mark all the items for TCAP statistics as generatedJeff Morriss2-167/+179
2007-04-23add request/response matching for ctdbRonnie Sahlberg1-7/+299
2007-04-23Formating changes and align a bit to spec.Anders Broman1-23/+36
2007-04-23"call_ber_syntax_callback()" isn't used outside packet-ber.c, isn'tGuy Harris1-1/+1
2007-04-22Only #deinfe __USE_XOPEN if not already defined. On my Suse 10.2 it wasJörg Mayer1-2/+5
2007-04-22Get rid of some const warnings.Guy Harris1-14/+15
2007-04-22Check the GLib version number, not the GTK+ version number; it's GLib weGuy Harris1-1/+1