aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-03-11The abbreviation is "TOHC", not "RoHC".Martin Mathieson1-17/+17
svn path=/trunk/; revision=27700
2009-03-11Be careful not to show not-relevant context info.Martin Mathieson2-12/+31
svn path=/trunk/; revision=27699
2009-03-11From Brian Julin:Jaap Keuter1-0/+167
Add EnergyWise TLV dissection to CDP dissector. svn path=/trunk/; revision=27698
2009-03-11Get the build going again on non-Windows compilers.Jaap Keuter3-17/+20
svn path=/trunk/; revision=27697
2009-03-11From Carlos Mendioroz:Anders Broman8-13/+3965
IAX2 calls statistics window ala RTP. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3217 svn path=/trunk/; revision=27696
2009-03-11From Michael Lum:Anders Broman3-44/+38
More dissection of IOS parameters in ANSI MAP IOS Invoke/Response Data https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3323 svn path=/trunk/; revision=27695
2009-03-11Typo.Anders Broman1-3/+3
svn path=/trunk/; revision=27694
2009-03-11Prepare IE dissection.Anders Broman1-0/+18
svn path=/trunk/; revision=27693
2009-03-11From Michael Lum:Anders Broman2-1/+74
ISUP - added support for Calling Geodetic Location parameter. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3322 svn path=/trunk/; revision=27692
2009-03-11From Jakub Zawadzki:Jaap Keuter1-0/+1
Fix small memory leak when running from build directory. svn path=/trunk/; revision=27691
2009-03-10Another iteration of 64-bit-support-by-successive-approximation.Gerald Combs1-5/+5
svn path=/trunk/; revision=27690
2009-03-10Replace use of perror; Also: define various fcns as staticBill Meier1-12/+12
svn path=/trunk/; revision=27689
2009-03-10ng_file_read and SnifferDecompress need to be able to return negativeGerald Combs1-14/+18
values, so adjust accordingly. svn path=/trunk/; revision=27688
2009-03-10Copy comment from tempfile.h to tempfile.cBill Meier1-0/+5
svn path=/trunk/; revision=27687
2009-03-09Fix a (very) minor memory leak; include tempfile.h only if _WIN32Bill Meier1-2/+3
svn path=/trunk/; revision=27686
2009-03-09More 64-bit fixes.Gerald Combs4-5/+5
svn path=/trunk/; revision=27685
2009-03-09Convert a bunch of ints to size_t in ngsniffer.c, and make sure file_readGerald Combs2-15/+15
can accept size_t's. svn path=/trunk/; revision=27684
2009-03-09P64 fixes.Gerald Combs9-18/+18
svn path=/trunk/; revision=27683
2009-03-09Make sure our offset increases, otherwise we'll go into a large loop.Gerald Combs1-1/+1
svn path=/trunk/; revision=27682
2009-03-09Enable checkAPIs on gtk/...Bill Meier1-1/+1
(I believe all the errors for gtk/... have been fixed); Next up: Add the complete list of deprecated GTK APIs to checkAPIs.pl svn path=/trunk/; revision=27681
2009-03-09Replace use of ("prohibited") tmpnam() with codeBill Meier1-8/+28
adapted from print_dlg.c; Also: fix some bugs wherein an incorrect filename could be printed if an error occurred opening/writing/etc an output file. svn path=/trunk/; revision=27680
2009-03-09Use "wshprint" (instead of "ethprint") for prefix of temp file name;Bill Meier1-6/+6
Also: add to comment about non-use of tmpnam svn path=/trunk/; revision=27679
2009-03-09Add $Id$Bill Meier1-0/+2
svn path=/trunk/; revision=27678
2009-03-09Fix non-ascii character in file...Bill Meier1-1/+1
svn path=/trunk/; revision=27677
2009-03-09stat() ==> ws_stat() [to keep checkAPIs happy];Bill Meier1-3/+4
Also: free() ==> g_free(); svn path=/trunk/; revision=27676
2009-03-09Use ws_fopen() [not fopen()] so that a path\filename withBill Meier1-1/+3
non-ascii charcters will work properly. svn path=/trunk/; revision=27675
2009-03-09 Fix File ! Export ! Selected Bytes [Windows] crash whichBill Meier1-7/+8
occurred if the file path\filename contained non-ascii characters. 1. Use ws_open() [not open()] so UTF8 path\filenames properly converted to UTF16 before the open; 2. If the open/write/close failed, fix crash due to NULL filename pointer used when trying to popup an error message box. svn path=/trunk/; revision=27674
2009-03-09Corrected oid names.Stig Bjørlykke3-6/+6
svn path=/trunk/; revision=27673
2009-03-09Corrected oid name.Stig Bjørlykke2-4/+4
svn path=/trunk/; revision=27672
2009-03-09Removed support for FT_UINT64/BASE_NONE/VALS combination.Stig Bjørlykke1-10/+4
svn path=/trunk/; revision=27671
2009-03-09From Steve Karg:Jaap Keuter2-12/+80
Corrected the size of the for-loop counter declaration, added expert info and checksum_[good|bad] flags. Added the MS/TP checksum bad setting to Checksum color filter. svn path=/trunk/; revision=27670
2009-03-09Handle BASE_NONE as BASE_DEC until we get a proper handling of integerStig Bjørlykke1-0/+1
values with BASE_NONE and a value string. svn path=/trunk/; revision=27669
2009-03-09From Jakub Zawadzki and me (bug 3283):Stig Bjørlykke1-0/+55
Added display filter for packets with expert info. svn path=/trunk/; revision=27668
2009-03-09Added FT_INT*/FT_UINT* with BASE_NONE and a value string as a valid combination.Stig Bjørlykke1-42/+60
With this combination we get tree items with only the string match and not the value, and the filter is created with the string. This is usefull when having generated items with wireshark internals as values. Also rewrote some string constructions. svn path=/trunk/; revision=27667
2009-03-08Remove a unused g_strdup().Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=27666
2009-03-08Don't close the UAT dialog when pressing Apply.Stig Bjørlykke1-14/+14
Default to the ok button in the UAT edit dialog. Append a ":" to the title labels in the edit and delete dialogs. svn path=/trunk/; revision=27665
2009-03-08Handle a empty string as "0" when checking numeric uat values, becauseStig Bjørlykke1-12/+17
strtol() will set errno on some platforms and not on other platforms. With this change we don't need to set a value in DLT_USER header size and trailer size. Also remove an unused strdup. svn path=/trunk/; revision=27664
2009-03-08Don't use ep_strndup() to copy the uat protocol name, because the valueStig Bjørlykke2-4/+22
can be free'ed before we use it. Allocate the string like we do for other strings and copy/free the memory in the appropriate copy_cb/free_cb functions. This is only used in the DLT_USER table yet. svn path=/trunk/; revision=27663
2009-03-08Fix File ! Save As on Windows to properly delete an existing file even if the Bill Meier1-4/+7
path\filename contains non-ascii characters. svn path=/trunk/; revision=27662
2009-03-08Fix ws_stdio_unlink so it works properly on WIndows for all Unicode filenames.Bill Meier1-5/+5
- Essentially: ws_stdio_unlink would fail trying to delete any path\filename containing a Unicode character which could not be mapped to the "system codepage" (ie: to a character encoded with a value of 1-255). For example: ws_stdio_unlink was not able to delete a path\filename containing the character U+210B. - The problem: A copy/paste of the wrong (non-Windows) portion of the GLib g_unlink code was done when file_util.c was created. - The solution: replace the ws_stdio_unlink code with the correct code copied from the Glib g_unlink function. svn path=/trunk/; revision=27661
2009-03-08add "PPP/SLIP" to the dialup interfacesUlf Lamping1-1/+2
svn path=/trunk/; revision=27660
2009-03-08Change a a remaining eth_fopen to ws_fopen (used only under an #if debug).Bill Meier1-1/+1
svn path=/trunk/; revision=27659
2009-03-08[Automatic manuf update for 2009-03-08]Gerald Combs1-2/+24
svn path=/trunk/; revision=27657
2009-03-08Set correct svn:keywords and svn:eol-style.Stig Bjørlykke2-61/+63
svn path=/trunk/; revision=27656
2009-03-08Redesign GeoIP information presentation.Jaap Keuter1-77/+153
svn path=/trunk/; revision=27655
2009-03-08From Peter (bug 3314):Stig Bjørlykke1-4/+4
Fixed some 'longjmp' issues. svn path=/trunk/; revision=27654
2009-03-08Implemented edit dialogs for integer, string and range values inStig Bjørlykke1-4/+180
the submenu containing the preferences for the protocol. svn path=/trunk/; revision=27653
2009-03-08Indicate hexadecimal preferences.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=27652
2009-03-08Indicate hexadecimal preferences.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=27651
2009-03-08Indicate hexadecimal preferences.Stig Bjørlykke7-9/+9
svn path=/trunk/; revision=27650