aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2007-04-30The Q.932 dissector doesn't need to include <string.h>; the Q.932 ROSGuy Harris4-51/+51
2007-04-30move T.30 protocol into its own dissector fileTomas Kukosa3-1254/+1319
2007-04-30Don't cast a "guint8 *" to a pointer to a structure; just use theGuy Harris1-11/+14
2007-04-28From Sake Blok:Stephen Fisher1-22/+36
2007-04-28The data in a GArray is guaranteed to be properly aligned; add a cast toGuy Harris1-3/+3
2007-04-28Include <string.h> before using C string functions.Guy Harris1-7/+9
2007-04-28In calls to the emem_tree routines, forcibly align items not known to beGuy Harris1-4/+19
2007-04-28Revert some private experiments checked in by misstake.Anders Broman3-170/+7
2007-04-28From Gavin Heer:Anders Broman4-8/+221
2007-04-28from metatech at flashmail.com :Ronnie Sahlberg2-0/+716
2007-04-27Change of authors email addressJaap Keuter1-1/+1
2007-04-27new Q.932 and QSIG dissectorsTomas Kukosa7-0/+5133
2007-04-27From Bingyao Du:Jaap Keuter3-0/+522
2007-04-26As with other types of extra info, tag the UID extra info. Don't addGuy Harris2-18/+25
2007-04-26Tiny formatting changeJörg Mayer1-1/+2
2007-04-26mtp3_addr_to_str_buf() and mtp3_pc_hash() expect to be passed a pointerGuy Harris3-9/+6
2007-04-26Change the signature of proto_tree_add_bits() and add proto_tree_add_bits_ret...Anders Broman1-6/+6
2007-04-26Fix for bug 1505. Adding getprinterdriver levels 2, 6, and (partially) 101.Jaap Keuter1-2/+252
2007-04-26memmove() is needed only if the source and destination might overlap.Guy Harris1-1/+1
2007-04-26memmove() is needed only if the source and destination might overlap.Guy Harris1-1/+1
2007-04-26memmove() is needed only if the source and destination might overlap.Guy Harris1-1/+1
2007-04-26Make ADD_ADDRESS_TO_HASH() take a pointer to an address as an argument,Guy Harris1-1/+1
2007-04-26Get rid of unused variable.Guy Harris1-1/+0
2007-04-26Get rid of no-longer-needed variable.Guy Harris1-1/+0
2007-04-26Rename HASH_ADDRESS to ADD_ADDRESS_TO_HASH, to make it clearer what itGuy Harris1-1/+1
2007-04-26Add a macro for hashing the bytes of an address into a hash value.Guy Harris1-4/+1
2007-04-26The data pointer of an address structure is a void *; convert it to aGuy Harris1-1/+3
2007-04-26Check to make sure the address really *is* an IPv4 address.Guy Harris1-1/+4
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-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 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-23From Florent DROUIN:Anders Broman2-32/+77
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-23decode_as_dt's argument points to a dissector table name, so it should beGuy Harris1-1/+1