aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2006-02-14Fix the loop that checks $PATH for the binary to actually step from oneGuy Harris1-34/+31
2006-02-14Have the emem.c memdup routines accept and return "void *", asGuy Harris2-4/+4
2006-02-14add missing emem functionsLuis Ontanon1-0/+6
2006-02-13Don't se_leak expert_info records.Luis Ontanon1-3/+3
2006-02-13Make the files at least compile. While testing them as plugins theyJörg Mayer2-143/+185
2006-02-13Add original files for oracle dissection from the ClearSightJörg Mayer2-0/+1001
2006-02-13Remove a couple of unused variables.Gerald Combs1-2/+0
2006-02-13From Mike Duigou:Anders Broman1-124/+278
2006-02-13Paolo AbeniJörg Mayer2-93/+95
2006-02-12fuzz testing revealed that an infinite loop in the uma dissector was only par...Lars Roland1-1/+1
2006-02-12add rfc1964 stuff and (incomplete) KRB_CRED support.Ronnie Sahlberg1-3/+217
2006-02-12Export get_progfile_dir() and init_progfile_dir().Guy Harris1-0/+2
2006-02-12Add a routine to attempt to get the absolute pathname of the executableGuy Harris2-69/+246
2006-02-11This was missing from last check-inLuis Ontanon1-0/+6
2006-02-11Paolo Abeni:Jörg Mayer3-32/+62
2006-02-11 add an userdata argument to register_stat_cmd_arg() and its callback to use ...Luis Ontanon2-4/+7
2006-02-11Squelch some compiler warnings.Guy Harris1-1/+3
2006-02-11Squelch some compiler warnings by declaring RADIUS AVP dissectors toGuy Harris1-10/+10
2006-02-11Display g_error messages in the console window unconditionally, if preference...Lars Roland1-1/+3
2006-02-11From ENDOH Akira:Luis Ontanon2-12/+19
2006-02-10tcp analysisRonnie Sahlberg1-1/+3
2006-02-10From Paolo Abeni:Anders Broman2-5/+22
2006-02-10ASF messages are in big-endian byte order, not little. From AlertTim Potter1-5/+5
2006-02-10Add newline to end of file to quiten compiler warning.Tim Potter1-1/+1
2006-02-09fix# 733: don't crash on unknown msg_typesUlf Lamping1-1/+6
2006-02-09Re-enable the PacketCable RADIUS code and add a few EM updates.Gerald Combs2-37/+42
2006-02-09Add PacketCable Multimedia updates. Sponsored by CableLabs.Gerald Combs1-48/+276
2006-02-09ntp_fmt_ts() doesn't take two arguments any more.Gerald Combs1-7/+5
2006-02-09Add support for PacketCable CCC-encapsulated RTP data, described inGerald Combs1-1/+114
2006-02-09Add decryption support. For this to work, you MUST link againstGerald Combs1-128/+695
2006-02-09Add heuristic dissection of XMLLuis Ontanon4-8/+88
2006-02-09Ricardo Muggli:Jörg Mayer1-1/+1
2006-02-09Hannes Gredler:Jörg Mayer1-21/+66
2006-02-09Olivier Montanuy:Jörg Mayer1-4/+71
2006-02-09From Bill MeierLars Roland1-1/+5
2006-02-09remove a duplicated nameLars Roland1-1/+0
2006-02-09Export the right name.Guy Harris1-1/+2
2006-02-09Add "proto_tree_add_XXX_format_value()" routines, which are like theGuy Harris3-21/+655
2006-02-08Add support for PacketCable option 60/suboption 5.23. Sponsored by Gerald Combs1-18/+102
2006-02-08Paolo Abeni:Jörg Mayer1-9/+6
2006-02-08smb2:Ronnie Sahlberg2-8/+16
2006-02-08Fix up some comments.Guy Harris1-6/+8
2006-02-08Clean up the comments for files_identical(), and fix up the UNIXGuy Harris1-27/+26
2006-02-08Make file_exists() work on macosx (and other unices)Luis Ontanon1-1/+9
2006-02-07svn:keywords and svn:eol-styleLuis Ontanon2-2/+2
2006-02-07Forgotten from last commitLuis Ontanon1-0/+4
2006-02-07eXtenstion options access to the -X command line optionsLuis Ontanon3-0/+166
2006-02-07smb2 signingRonnie Sahlberg2-7/+19
2006-02-07Newlines in preference comments causes problems in reading the prefeerence file.Anders Broman1-2/+2
2006-02-07Packet-bssap.c - Dissect BCD coded IE:sAnders Broman3-45/+168