aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2012-04-18From Rolf Fiedler:Anders Broman1-2/+3
2012-04-18Get the Windows build going again. The Netxray "fix" cast to guint8 may not b...Anders Broman2-2/+2
2012-04-18From Colus Tang via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7134Alexis La Goutte1-1/+1
2012-04-18If we see a 5View time-stamped header with a bad key, make sure weGuy Harris2-2/+6
2012-04-18Fix some indentation errors from the previous change.Guy Harris1-3/+3
2012-04-18Get rid of tabs, so we don't have to worry about 4-space vs. 8-space tabs.Guy Harris1-160/+161
2012-04-15Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7048Michael Tüxen1-10/+40
2012-04-15Whitespace cleanup (done while debugging).Michael Tüxen1-65/+65
2012-04-15Fix a typo (just clearing my client out before I start doing diffs).Martin Mathieson1-1/+1
2012-04-14More double-free fixes - destroy_k12_file_data() frees its argument, soGuy Harris1-2/+0
2012-04-14From From Evan Huus: Potential double-free while importing k12xx *.rf5 files ...Anders Broman1-2/+0
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki4-4/+4
2012-04-10Call LAPD-with-Linux-pseudoheader "linux-lapd", and fix its descriptionGuy Harris1-2/+2
2012-04-10Fix tpo.Guy Harris1-1/+1
2012-04-10It's "X.25", not "X25".Guy Harris1-1/+1
2012-04-09Mark some function static.Jakub Zawadzki1-1/+1
2012-04-061.7.1 → 1.7.2.Gerald Combs1-1/+1
2012-04-06Indicate where BACnet MS/TP is specified.Guy Harris3-4/+14
2012-04-05Use tabs more uniformly.Guy Harris1-1/+1
2012-04-05WTAP_ENCAP_MTP2 is for MTP2 *without* a pseudo-header giving directionGuy Harris1-3/+3
2012-04-04Allow loading xml files (file MUST start with <?xml).Jakub Zawadzki1-1/+5
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss2-2/+2
2012-04-04From Rolf Fiedler:Anders Broman3-4/+18
2012-04-03Set up table to help with ascii-hex -> hex conversion in advance toMartin Mathieson1-18/+26
2012-03-31Add initial support for dissecting packets encapsulated in Netfilter LOG (DLT...Jakub Zawadzki2-1/+4
2012-03-30From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=69...Jeff Morriss1-15/+63
2012-03-26Print the correct block size in a debug message.Gerald Combs1-1/+1
2012-03-23Don't mark the file as unsaved unless the capture or packet comments actually...Jeff Morriss1-13/+16
2012-03-22From Krishna:Anders Broman3-4/+97
2012-03-21Disable debug.Anders Broman1-1/+1
2012-03-20Try to make the buildbot happy.Anders Broman1-10/+10
2012-03-20Write ISB:s if we have them.Anders Broman1-32/+173
2012-03-19Set eol-style to native (just to make these files readable on *NIX).Jeff Morriss1-445/+445
2012-03-17Fix indentation.Guy Harris1-1/+1
2012-03-16When we're in a for(i=0,[...]) loop, don't reuse (and thus reset) 'i' in anot...Jeff Morriss1-3/+3
2012-03-15Initialize the new num_stat_entries and interface_statistics members ofGuy Harris1-4/+7
2012-03-15If we have one ISB, display the droped count from it.Anders Broman1-3/+6
2012-03-15- Store ISB data.Anders Broman2-4/+75
2012-03-14Don't free idb_inf in wtap_dump_open_ng(): free it in the callers. This fixe...Jeff Morriss1-1/+0
2012-03-13From Jose Pedro Oliveira:Anders Broman1-1/+0
2012-03-13Add data structure to hold information from ISB:sAnders Broman3-2/+27
2012-03-12From Jose Pedro Oliveira:Anders Broman1-2909/+2909
2012-03-12From Jose Pedro Oliveira: Add ModlinesAnders Broman1-0/+13
2012-03-10In pcapng.c use the units per second value from the interface instead ofGerald Combs1-73/+73
2012-03-09From Jose Pedro Oliveira: Corrects several 'wdh->bytes_dumped += ...' lines. ...Anders Broman1-5/+5
2012-03-07The User & Network direction is reversed https://bugs.wireshark.org/bugzilla/...Anders Broman1-3/+3
2012-03-07From Martin Kaiser: correct sorting for wiretap's file type listAnders Broman1-6/+8
2012-03-06From Mike Wakerly: Add wiretap suport for LINKTYPE_NFC_LLCPAnders Broman3-1/+52
2012-03-05Use correct lenght when writing if_filter_str.Anders Broman1-1/+3
2012-03-05Fix calculation of pading for if_filter_str.Anders Broman1-1/+1