aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-09-17Fix some imdentationBill Meier1-2/+2
svn path=/trunk/; revision=26223
2008-09-17Minor cleanup related to proto_reg_handoffBill Meier1-37/+31
svn path=/trunk/; revision=26222
2008-09-17inet_aton(), like inet_pton(), is in -lsocket in Solaris and possiblyGuy Harris1-7/+13
other SVR4-flavored UN*Xes; search for it the same way we search for inet_pton(). Note that, while that fixes the Solaris build, this probably still wouldn't build on a platform without inet_aton() (if any such exist), and might have problems with platforms lacking other functions (as they handle this similarly). svn path=/trunk/; revision=26221
2008-09-16Update the Win32 libs download tag to 2008-09-16.Gerald Combs1-1/+1
svn path=/trunk/; revision=26220
2008-09-16Add /D_BIND_TO_CURRENT_CRT_VERSION=1 to LOCAL_CFLAGS in modern versionsGerald Combs5-25/+29
of Visual C++. (How did this "feature" ever see the light of day?) Make sure we use LOCAL_CFLAGS *everywhere*. This should fix problems with building a usable installer under Visual Studio 2008 SP1. Add comments with links to Visual C++'s idiotic handling of assemblies and deployment using xcopy. Move to c-ares 1.5.3. Make sure we remove all of our manifests in epan and packaging/u3/tools. svn path=/trunk/; revision=26219
2008-09-16Link libwireshark and wiretap against libwsutil. That was the original intentJeff Morriss3-19/+4
of adding libwsutil but somehow I missed it/got it wrong. This should solve https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1677#c18 Also remove the _DEPENDENCIES lines in epan and wiretap (as was done in the top-level Makefile in rev 25930) so that automake will automatically figure out the dependencies for us. Since the those 2 libraries now link against libwsutil, don't make every executable link against the library. (If this works I think we can significantly trim the list of libraries the executables link against and just let the libraries pull in what they need--which is, apparently, the point of the --as-needed flag: http://www.gentoo.org/proj/en/qa/asneeded.xml ). svn path=/trunk/; revision=26218
2008-09-16Fix compilation under Windows (uint -> guint).Gerald Combs1-13/+13
svn path=/trunk/; revision=26217
2008-09-16Adds 64 bit integer handling to Lua interface.Balint Reczey5-14/+142
Fixes bug 2750. svn path=/trunk/; revision=26216
2008-09-16Fix for bug 1965:Balint Reczey1-3/+14
Fix ByteArray append() and set_size() svn path=/trunk/; revision=26215
2008-09-16From Vladimir Koutny:Jaap Keuter1-2/+2
The size of selected_registrar fiels in WPS IE should be 1b, not 2b (it is defined as BOOL in WPS specs). svn path=/trunk/; revision=26214
2008-09-16Add libgail.dll to the list of files to be removed.Gerald Combs1-0/+2
svn path=/trunk/; revision=26213
2008-09-15Fix for bug 2875:Jaap Keuter4-17/+39
Fix a final eth_fopen -> ws_fopen When configuring with --without-zlib these functions need to have some parameters tagged _U_ svn path=/trunk/; revision=26212
2008-09-15Put Data dissection (if no subdissector is found) on the toplevel tree ↵Jeff Morriss1-20/+20
instead of within the SUA tree. svn path=/trunk/; revision=26211
2008-09-15If ANSI and national==0, decode the PC as ITU (not China). This fixes bug 2861.Jeff Morriss1-4/+4
svn path=/trunk/; revision=26210
2008-09-15Since we require autoconf 2.60 or later, update the error message to ↵Jeff Morriss1-1/+1
indicate that (rather than still indicating that we need only 2.52). svn path=/trunk/; revision=26209
2008-09-15proto_reg_handoff: fix so port pref change works; gen'l cleanuopBill Meier1-10/+12
svn path=/trunk/; revision=26208
2008-09-15From Michael Bernhard:Jaap Keuter1-1/+1
The dissector asserted displaying cookies in DTLS frames because it was registered as FT_NONE. svn path=/trunk/; revision=26207
2008-09-15Fix compile errorBill Meier1-1/+0
svn path=/trunk/; revision=26206
2008-09-15Fix so pkt_ccc port pref works; proto_reg_handoff's: gen'l cleanup.Bill Meier1-26/+35
svn path=/trunk/; revision=26205
2008-09-15'static initialized' --> 'static gboolean initialized'Bill Meier1-1/+1
svn path=/trunk/; revision=26204
2008-09-15proto_reg_handoff: rework/cleanup; fix so ports properly deleted/added.Bill Meier1-42/+43
svn path=/trunk/; revision=26203
2008-09-15proto_reg-handoff: Fix to properly delete/add port when pref changed; cleanup. Bill Meier1-2/+5
svn path=/trunk/; revision=26202
2008-09-15Fix several definitionsBill Meier1-3/+3
svn path=/trunk/; revision=26201
2008-09-15Add prefs callback so tcp_port pref works; Cleanup proto_reg_handoff. Bill Meier1-14/+17
svn path=/trunk/; revision=26200
2008-09-15Move to 1.1.1.Gerald Combs2-2/+2
svn path=/trunk/; revision=26199
2008-09-15Fix some indentation; 'static int' --> 'static guint'Bill Meier1-63/+63
svn path=/trunk/; revision=26198
2008-09-15proto_reg-handoff: Use dissector_add_handle instead of registering to port 0;Bill Meier4-40/+59
Also: minor cleanup related to proto_reg_handoff svn path=/trunk/; revision=26197
2008-09-15Minor cleanup related to proto_reg_handoffBill Meier3-34/+27
svn path=/trunk/; revision=26196
2008-09-15Do not flag a low TTL if sending to a multicast address (224.0.0.0/4).Stig Bjørlykke1-10/+15
svn path=/trunk/; revision=26195
2008-09-15Fix indentation to be consistent Bill Meier1-361/+361
svn path=/trunk/; revision=26194
2008-09-14Allways show the Vendor OUI in the vedors specific IE.Anders Broman1-4/+4
svn path=/trunk/; revision=26193
2008-09-14Use the unmodified DialoguePDUs ASN1 file.Anders Broman5-562/+464
svn path=/trunk/; revision=26192
2008-09-14Remove the rest of the ANSI TCAP stuff.Anders Broman4-725/+60
svn path=/trunk/; revision=26191
2008-09-14Fix for bug 2870:Jaap Keuter1-3/+13
Wrap dissect_q931_cause_ie() in a save version which clears the have_valid_q931_pi semaphore. This may remain set if a malformed q931 message causes an exception. svn path=/trunk/; revision=26190
2008-09-13Start to get rid of the "old" ANSI TCAP stuff.Anders Broman4-885/+33
svn path=/trunk/; revision=26189
2008-09-13Use original UnidialoguePDUs.Anders Broman5-183/+282
svn path=/trunk/; revision=26188
2008-09-13Fix typoAnders Broman1-2/+2
svn path=/trunk/; revision=26187
2008-09-13Move the ITU asn1 files to /tcapAnders Broman6-4/+4
svn path=/trunk/; revision=26186
2008-09-12Small revisions related to proto_reg_handoff ....Bill Meier4-30/+42
svn path=/trunk/; revision=26185
2008-09-12Add support forMichael Tüxen1-2/+10
http://www.ietf.org/internet-drafts/draft-tuexen-tsvwg-sctp-sack-immediately-00.txt svn path=/trunk/; revision=26184
2008-09-12Revert one of the changes.Anders Broman2-1081/+1154
svn path=/trunk/; revision=26183
2008-09-12Try to fix "defined but not used" warnings.Anders Broman3-1230/+1102
svn path=/trunk/; revision=26182
2008-09-11The newer autoconf version requirement is needed inJörg Mayer1-1/+1
configure.in as well. svn path=/trunk/; revision=26181
2008-09-11We now require autoconf 2.60 to build.Jörg Mayer1-2/+1
svn path=/trunk/; revision=26180
2008-09-11From Karl Heinz Wolf:Anders Broman1-2/+3
LoST Server Domain Name DHCPv4 Option (RFC 5223) svn path=/trunk/; revision=26179
2008-09-11Work around a problem with custom columns.Anders Broman1-2/+1
svn path=/trunk/; revision=26178
2008-09-11"Response flags" in GIOP Request is misinterpretedAnders Broman1-2/+12
Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2800 svn path=/trunk/; revision=26177
2008-09-11Minor cleanup related to proto_reg_handoff ....Bill Meier9-17/+15
svn path=/trunk/; revision=26176
2008-09-11Suggest why we might have at least 3 different network subtypes for 802.11.Guy Harris1-1/+7
svn path=/trunk/; revision=26175
2008-09-10A network type of 2 appears to be similar to a network type of 1Guy Harris1-1/+3
(including 0's rather than an FCS in the packet). svn path=/trunk/; revision=26174