aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-09-09start an experiment to provide MS Visual Studio 2005 solution / project files...Ulf Lamping13-0/+3114
2007-09-09don't try to put a ## comment after the touch call, this will end up in a few...Ulf Lamping1-1/+2
2007-09-09remove unused #elseUlf Lamping1-3/+1
2007-09-08- Slightly improved dissection of Cisco's fragmented ISAKMP.Jörg Mayer1-1/+57
2007-09-07Change the long protocol name dissectors for various DFS protocols toGuy Harris9-701/+700
2007-09-07If the whole packet was not captured (e.g., due to the snapshot length), do n...Jeff Morriss1-70/+82
2007-09-07From Todd J Martin:Stig Bjørlykke1-47/+315
2007-09-07Replace remaining non-printable characters that looked like spaces with real ...Martin Mathieson1-2/+2
2007-09-07Crap - missed this one!Martin Mathieson1-0/+1
2007-09-07Argh! Used the wrong length modifier for size_t.Stig Bjørlykke2-4/+4
2007-09-07Hm. Not so clean on all compilers...Stig Bjørlykke1-1/+1
2007-09-07Fixed compiler warnings.Stig Bjørlykke2-5/+5
2007-09-07Small cleanup:Martin Mathieson1-58/+32
2007-09-07Try Stephen Croll's workaround.Martin Mathieson1-7/+7
2007-09-06Moved packet-imf.c and packet-tnef.c from ASN_DISSECTOR_SRC to CLEAN_DISSECTO...Stig Bjørlykke2-3/+3
2007-09-06Corrected some types, instead of adding a cast (from r21142).Stig Bjørlykke1-3424/+3455
2007-09-06Fixed a warning: 'j' may be used uninitialized in this function.Stig Bjørlykke2-2/+2
2007-09-06Count the number of TSNs gap-acked in a SACK. Warn the user (with an Expert ...Jeff Morriss1-57/+77
2007-09-06Change it back...Anders Broman1-1/+1
2007-09-06Add A11 RRQ-CVSE-Active Start Airlink Record-Subtype 108 is expressed to Subnet.Anders Broman2-7/+20
2007-09-06Fix problems found by Beyond Security: Gerald Combs2-14/+55
2007-09-06Fix a comment.Guy Harris1-1/+1
2007-09-06Add .c.obj:: inference rule (to cause "batch compile")Guy Harris1-0/+3
2007-09-06Remove debug code and a "lost" line.Anders Broman1-2/+1
2007-09-06Get rid of get_ber_last_reated_item() and fix dissection of wIN-TriggerList.Anders Broman3-455/+519
2007-09-06Fix the unsigned errors. Not sure about the other windows errors yet...Martin Mathieson1-2/+2
2007-09-06Added ipprotostr to libwireshark.defStig Bjørlykke1-0/+1
2007-09-06Enable esc key for SCTP Associations window.Bill Meier1-2/+4
2007-09-06Map "wimax" -> "wimaxasncp"Martin Mathieson1-0/+5
2007-09-06Build WiMAX ASN Control Plane dissector pluginMartin Mathieson4-2/+24
2007-09-06Add wimaxasncp plugin folder contents (other changes will follow)Martin Mathieson11-0/+4982
2007-09-05- "quote" source dir of packaging_zip1 and packaging_zip2, so it also works w...Ulf Lamping1-6/+7
2007-09-05remove comment which compiler version works - they all workUlf Lamping1-8/+8
2007-09-05Fix indentation.Guy Harris1-9/+9
2007-09-05Fix the asn1 code for WIN-TriggerList and systemMyTypeCode plusAnders Broman3-161/+137
2007-09-05Prevent Gtk-Critical msg when invoking "+Expression" from Filter Toolbar in m...Bill Meier1-2/+4
2007-09-05Check object_identifier_id before use.Stig Bjørlykke2-9/+11
2007-09-05From Munenori Ohuchi:Jaap Keuter1-10/+50
2007-09-05Include expert.h and while at it change to use -X and -T options for asn2wrs.Anders Broman6-865/+465
2007-09-05start prettifying nfsv4Ronnie Sahlberg1-39/+37
2007-09-04on unix, we dont have size_t until we have imported all the other Ronnie Sahlberg1-1/+2
2007-09-04we dont have g_hash_table_new_full() on gtk1Ronnie Sahlberg1-0/+5
2007-09-04Don't call get_interface_descriptive_name() on a NULL iface: fixes a segfault...Jeff Morriss1-1/+1
2007-09-04Fixed compiler warnings to get the buildbot going.Stig Bjørlykke1-2/+1
2007-09-04Rewrote handling of parameters to get rid of "funky" oid strings.Stig Bjørlykke5-76/+118
2007-09-04value_tvb=out_tvb, remove unused variables.Anders Broman1-4/+6
2007-09-04Get correct value for bitstrings.Anders Broman1-105/+99
2007-09-04ANSI MAP systemMyTypeCode should be OPTIONALAnders Broman2-12/+12
2007-09-04enable esc for new/edit/delete dialogs; remove some redundant code; Bill Meier1-22/+7
2007-09-04From Munenori Ohuchi:Jaap Keuter1-91/+556