aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2009-03-08Trying to fix the build on non-Win32 platforms.Jaap Keuter1-1/+1
svn path=/trunk/; revision=27649
2009-03-08Get rid of more code related to the Clist removal.Anders Broman1-20/+1
svn path=/trunk/; revision=27648
2009-03-08Get rid of another Clist.Anders Broman1-282/+199
svn path=/trunk/; revision=27647
2009-03-07Fix "ansi_a_stat.c:314: warning: unused variable ‘default_titles’"Anders Broman1-2/+0
svn path=/trunk/; revision=27646
2009-03-07Get rid of another Clist.Anders Broman1-225/+169
svn path=/trunk/; revision=27645
2009-03-07gettext library setup: Fix a bug and adjust config slightly for win32 soBill Meier2-2/+3
gettext setup works the way I think was intended. svn path=/trunk/; revision=27644
2009-03-07Use UAT_FLD_PATHNAME for paths.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=27643
2009-03-07Move packet-pres.c to dirty ASN.1 dissectors until we fix the warningStig Bjørlykke1-1/+1
for data_ptr in uat_new(). svn path=/trunk/; revision=27642
2009-03-07More P64 changes.Guy Harris1-2/+2
svn path=/trunk/; revision=27641
2009-03-07More P64 changes.Guy Harris1-1/+1
svn path=/trunk/; revision=27640
2009-03-07More P64 changes.Guy Harris1-2/+3
svn path=/trunk/; revision=27639
2009-03-07More P64 changes.Guy Harris1-1/+2
svn path=/trunk/; revision=27638
2009-03-07Squelch warnings - none of those strings will be so long that theGuy Harris1-6/+6
difference between an int and a gsize/size_t matters. svn path=/trunk/; revision=27637
2009-03-07More P64 stuff.Guy Harris2-6/+7
svn path=/trunk/; revision=27636
2009-03-07Some LLP64 work to get rid of warnings for Win64; this is also good forGuy Harris2-14/+14
LP64. svn path=/trunk/; revision=27635
2009-03-07Fix Win32 build breakage.Gerald Combs2-3/+5
svn path=/trunk/; revision=27634
2009-03-07Add preliminary support for Win64 compilation. Attempt to use the sameGerald Combs4-88/+324
set of makefiles and scripts for each platform as much as possible. svn path=/trunk/; revision=27633
2009-03-07Added an expert info when dissector is not available.Stig Bjørlykke3-11/+13
svn path=/trunk/; revision=27632
2009-03-07Added a users context list to map a presentation context identifier to anStig Bjørlykke5-53/+262
object identifier when the capture does not contain a PRES package with a presentation context definition list for the conversation. Added a few expert infos. svn path=/trunk/; revision=27631
2009-03-06Fix some usage of deprecated GTK+ functionsBill Meier2-3/+2
svn path=/trunk/; revision=27630
2009-03-06Updated to use the title attribute for UAT fields.Stig Bjørlykke1-23/+23
svn path=/trunk/; revision=27629
2009-03-06Adjust some indentation; reformat a line or two.Bill Meier1-18/+20
svn path=/trunk/; revision=27628
2009-03-06Rename a variable ('free') so checkAPIs doesn't incorrectly flag it.Bill Meier3-10/+10
svn path=/trunk/; revision=27627
2009-03-06Update a commentBill Meier1-3/+3
svn path=/trunk/; revision=27626
2009-03-06From Alexis La Goutte (bug 3308):Stig Bjørlykke2-1/+18
Add DHCP(v4 & v6) Option for CAPWAP (RFC5417) svn path=/trunk/; revision=27625
2009-03-06From Steve Karg:Jaap Keuter1-1/+1
BACnet TimeSync message of 12:20 was displayed as 12:20 AM. It should have displayed as 12:20 PM. svn path=/trunk/; revision=27624
2009-03-06From Petr Sumbera (bug 3309):Stig Bjørlykke1-1/+0
Including openssl.h does not seem to be needed, so try removing it. svn path=/trunk/; revision=27623
2009-03-06From Petr Sumbera (bug 3305):Stig Bjørlykke1-1/+1
Recognize Solaris Kerberos (which is based on MIT Kerberos). svn path=/trunk/; revision=27622
2009-03-06Get rid of a Clist and move the functon to display floats with two decimals ↵Anders Broman5-289/+308
to gui_utils. svn path=/trunk/; revision=27621
2009-03-06From Michael Speck: Fix so compiles with VC6Bill Meier1-1/+1
svn path=/trunk/; revision=27620
2009-03-06Correct bug in heuristic so as to strengthen it a bit.Bill Meier1-3/+6
Specifically: a little research verifies that the correct heuristic is: Succeed if the byte at offset 0 is an STX *and* the bytes at offset 3/4 correspond to a valid OICQ command. The code was actually effectively doing an *or* and thus the heuristic was quite weak. svn path=/trunk/; revision=27619
2009-03-05Use some default true_false_string's.Stig Bjørlykke1-57/+37
Fixed a typo. svn path=/trunk/; revision=27618
2009-03-05Addded tfs_used_notused.Stig Bjørlykke3-0/+3
svn path=/trunk/; revision=27617
2009-03-05Remove stuff that's really "non-public" from .h files. Bill Meier4-32/+6
(Include in .c files as needed). svn path=/trunk/; revision=27616
2009-03-05Addition of Ping and PingAck messages.Jaap Keuter1-1/+83
svn path=/trunk/; revision=27615
2009-03-05Remove an unused variable.Stephen Fisher1-2/+0
svn path=/trunk/; revision=27614
2009-03-05Oops! Fix the fix Bill Meier1-8/+15
svn path=/trunk/; revision=27613
2009-03-05Minor rework of reg_handoff ...Bill Meier1-10/+5
svn path=/trunk/; revision=27612
2009-03-05Prefs callback not req'd ...Bill Meier1-3/+1
svn path=/trunk/; revision=27611
2009-03-05Minor rework of reg_handoff ...Bill Meier1-16/+5
svn path=/trunk/; revision=27610
2009-03-05Several small revisions:Bill Meier1-61/+60
- "if (!initialized)" not req'd in reg_handoff; - call find_dissector for "ppp" and "fr" only once in reg-handoff instead of each time the sub-dissector is called. - Move hf[] & etc to within proto_register... svn path=/trunk/; revision=27609
2009-03-05Get rid of an unused global variable.Guy Harris2-11/+5
svn path=/trunk/; revision=27608
2009-03-04Fix typo that caused compiler warnings.Guy Harris1-1/+1
svn path=/trunk/; revision=27607