aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2007-01-03Some cleanup of the source.Jaap Keuter1-14/+13
2007-01-03From Peter Vestman:Anders Broman1-13/+143
2007-01-03Fix a typo.Gerald Combs1-1/+1
2007-01-03remove the PDB_FILE setting from config.nmake - there's no real need for this...Ulf Lamping1-2/+4
2007-01-03an attempt to fix the distcheckUlf Lamping1-2/+0
2007-01-03from Laurent Rabret:Ulf Lamping1-1/+1
2007-01-03fix windows build Ulf Lamping1-5/+5
2007-01-03Remove empty files (which should have been removed with r20231).Gerald Combs2-0/+0
2007-01-02Move epan/crypt-md5.[ch] to epan/crypt. RemoveGerald Combs14-733/+260
2007-01-02From Gisle Vanem:Gerald Combs1-1/+6
2007-01-02Add a good/bad tree to the FCS item.Stephen Fisher1-4/+41
2007-01-02Oops: wireshark.com --> wireshark.orgBill Meier8-8/+8
2007-01-02Dissect details of RAck header, and change RSeq to a numerical field.Martin Mathieson1-5/+107
2007-01-02More ethereal --> wiresharkBill Meier10-18/+18
2007-01-02"an wireshark" -> "a wireshark".Martin Mathieson2-5/+5
2007-01-02Fix for bug 1279 (Negative values for RTCP round trip delayMartin Mathieson2-34/+35
2007-01-02Adding all enterprise numbers for 2006.Jaap Keuter1-138/+3093
2007-01-02Ehtereal[sic] -> Wireshark. :-)Guy Harris1-5/+6
2007-01-02Add a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment variable on UN*X;Guy Harris9-121/+227
2007-01-02Use G_DIR_SEPARATOR_S as the path separator.Guy Harris1-3/+4
2007-01-01Use TransactionId to match ansi map responses to requests and fixAnders Broman2-22/+33
2007-01-01Fix a compiler warning. Surround an MSVC-specific #pragma with anGerald Combs3-123/+130
2007-01-01From Mark C. Brown:Jaap Keuter1-7/+17
2006-12-31From Paul Erkkila:Jaap Keuter1-9/+75
2006-12-30Fix for bug #1132:Stephen Fisher1-5/+9
2006-12-30since all callers to fvalue_set for FT_STRING[Z] use already_copied==FALSE we...Ronnie Sahlberg1-6/+2
2006-12-30proto_tree_set_string() no longer needs an already_allocated parameter since ...Ronnie Sahlberg1-8/+7
2006-12-30make the FT_STRINGZ case in proto_tree_new_item() use ep allocated memoryRonnie Sahlberg1-9/+4
2006-12-30make proto_tree_set_string_tvb use ep allocated memory and thus push the memo...Ronnie Sahlberg1-5/+2
2006-12-29 use ep allocated memory for the string in proto_item_append_string and let f...Ronnie Sahlberg1-2/+2
2006-12-29use an ep allocated temporary string when creating the string for a FT_STRING...Ronnie Sahlberg1-2/+3
2006-12-29Make the crypt library the same way other sublibraries of libwiresharkGuy Harris2-9/+8
2006-12-29Add some parentheses, as the suggestion of Mr. GCC.Guy Harris1-3/+3
2006-12-29Give dissect_cmd_Get_Channel_Auth_Capabilities() a return type (itGuy Harris1-1/+2
2006-12-29gtk1 does not provide g_ascii_isxdigit so provide it through strutil.h insteadRonnie Sahlberg1-1/+7
2006-12-28Add clean targets to wslua. Fix the config.nmake include in crypt.Gerald Combs2-1/+6
2006-12-28Move the contents of airpdcap to epan/crypt. Try to fix the currentGerald Combs27-23/+4912
2006-12-28debug improvementsTomas Kukosa2-18/+30
2006-12-27Add missing files.Gerald Combs1-0/+100
2006-12-27Prepare to move the airpdcap code to epan/crypt (SVN won't let me actuallyGerald Combs2-8/+11
2006-12-27+ browser_open_url()Luis Ontanon3-12/+51
2006-12-26From Sebastien Tandel: fix places where a signed character was beingGuy Harris4-31/+32
2006-12-26If p2p_dir isn't set (no message direction is configured) or no association i...Jeff Morriss1-31/+36
2006-12-26use prefix to prevent redefinition warning from wingdi.hUlf Lamping1-2/+2
2006-12-26From Sebastien Tandel:Jaap Keuter1-8/+36
2006-12-25From Sake Blok:Stephen Fisher1-5/+2
2006-12-24dissect_roofnet_link() returns no value and nothing expects it to;Guy Harris1-2/+1
2006-12-24Reverse commit 20209, breaking the build across the board.Jaap Keuter1-20/+37
2006-12-23make the PCRE ftype use ep allocated memory instead of g_malloced memoryRonnie Sahlberg1-37/+20
2006-12-23get rid of an unused variable.Luis Ontanon1-3/+0