index
:
tools/wireshark
Novell_NCP_branch
cherry-pick-112af30d
cherry-pick-78067deb-2
cherry-pick-c6e60da6-2
ethereal
lts-1.12.1
lts-1.2.11
lts-1.8.2
master
master-1.0
master-1.10
master-1.12
master-1.2
master-1.4
master-1.6
master-1.8
master-2.0
master-2.2
master-2.4
master-2.6
master-3.0
master-3.2
old-trunk-1.0
release-3.4
release-3.6
win32-native
WIP Patches to add a samsung-ipc dissector to Wireshark
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
file.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use consistent indentation;
Bill Meier
2010-04-28
1
-198
/
+198
*
Keep a copy of the interface description and capture filter around so that
Gerald Combs
2010-04-01
1
-1
/
+38
*
Squelch a compiler warning.
Guy Harris
2010-03-27
1
-1
/
+1
*
Measure the filtering time.
Anders Broman
2010-03-15
1
-0
/
+6
*
Uh, no need to check for having custom columns to call
Stig Bjørlykke
2010-02-24
1
-6
/
+3
*
Fix for bug 4323 & 4511:
Stig Bjørlykke
2010-02-24
1
-0
/
+6
*
Another Laura bug: Don't reset the file load time in the status bar when
Gerald Combs
2010-02-17
1
-6
/
+4
*
Don't freeze/thaw the list when stoping a live capture.
Anders Broman
2010-02-01
1
-2
/
+4
*
Don't freeze/thaw the list when doing live captures.
Anders Broman
2010-02-01
1
-4
/
+7
*
From Jim Young:
Anders Broman
2010-01-20
1
-1
/
+1
*
Introduce "Ignore Packet" in the packet list.
Stig Bjørlykke
2009-12-17
1
-0
/
+30
*
From Valerio Messina:
Jaap Keuter
2009-12-14
1
-14
/
+23
*
From Stig:
Anders Broman
2009-11-10
1
-0
/
+2
*
Add the ability to push temporary (and highlighted) messages onto the
Gerald Combs
2009-11-04
1
-20
/
+6
*
Fixed 'Delta timestamp to previous captured frame' calculation in
Stig Bjørlykke
2009-10-29
1
-49
/
+4
*
Made some functions static.
Stig Bjørlykke
2009-10-19
1
-1
/
+1
*
Prime interesting fields when selecting a package, so Lua's ProtoField
Stig Bjørlykke
2009-10-02
1
-0
/
+1
*
Select the first packet when doing a live capture. In the old packet list thi...
Anders Broman
2009-09-22
1
-0
/
+5
*
dfilter_free() can handle a NULL pointer so don't guard against that before c...
Kovarththanan Rajaratnam
2009-09-22
1
-13
/
+6
*
Introduce cap_file_add_fdata() and start using it
Kovarththanan Rajaratnam
2009-09-22
1
-10
/
+3
*
Switch Wireshark GUI (file.c) over to using frame_data.c
Kovarththanan Rajaratnam
2009-09-22
1
-81
/
+6
*
Make sure that the old packet list works with the changes introduced in r30047
Kovarththanan Rajaratnam
2009-09-22
1
-4
/
+4
*
Bring frame_data_init() and add_packet_to_packet_list() more in sync by addin...
Kovarththanan Rajaratnam
2009-09-21
1
-5
/
+6
*
Only set cumulative bytes after passing the display filter test
Kovarththanan Rajaratnam
2009-09-21
1
-3
/
+1
*
Move 'Delta timestamp to previous captured frame' calculation inside add_pack...
Kovarththanan Rajaratnam
2009-09-21
1
-6
/
+19
*
Rename capture_file.plist to capture_file.plist_start to make it consistent w...
Kovarththanan Rajaratnam
2009-09-21
1
-9
/
+9
*
Remove second (redundant) assignment to fdata->cum_bytes
Kovarththanan Rajaratnam
2009-09-21
1
-3
/
+1
*
Reverse order of NEW_PACKET_LIST guard, i.e. #ifdef NEW_PACKET_LIST instead o...
Kovarththanan Rajaratnam
2009-09-21
1
-88
/
+86
*
Fix typo in comment
Stephen Fisher
2009-09-21
1
-1
/
+1
*
(cosmetic change) - reset cumulative bytes together with 'first_ts' and 'prev...
Kovarththanan Rajaratnam
2009-09-21
1
-476
/
+474
*
cf->dfilter is only set if it's valid so assert if that's not the case
Kovarththanan Rajaratnam
2009-09-21
1
-20
/
+15
*
Reset cumulative bytes when we open the file
Kovarththanan Rajaratnam
2009-09-21
1
-2
/
+2
*
Set fdata->num up front and roll back if necessary
Kovarththanan Rajaratnam
2009-09-21
1
-4
/
+8
*
Shuffle NEW_PACKET_LIST guard
Kovarththanan Rajaratnam
2009-09-21
1
-6
/
+4
*
Introduce a NEW_PACKET_LIST specialized version of add_packet_to_packet_list(...
Kovarththanan Rajaratnam
2009-09-21
1
-21
/
+138
*
cf_change_time_formats() is not needed with new packet list.
Anders Broman
2009-09-21
1
-27
/
+16
*
Add NEW_PACKET_LIST guard wrt fdata->col_text
Kovarththanan Rajaratnam
2009-09-21
1
-3
/
+5
*
Introduce frame_data_cleanup() and start using it
Kovarththanan Rajaratnam
2009-09-20
1
-17
/
+6
*
From Jakub Zawadzki:
Kovarththanan Rajaratnam
2009-09-15
1
-4
/
+2
*
Fix:
Anders Broman
2009-09-15
1
-1
/
+8
*
Fix warning that variable may be unused and then declare volatile so it
Stephen Fisher
2009-09-11
1
-1
/
+1
*
Only move to last row if it's vissible.
Anders Broman
2009-09-11
1
-2
/
+7
*
New_packet_list
Anders Broman
2009-09-11
1
-28
/
+316
*
Allocate col_text and col_text_len when the fdata struct is allocated.
Anders Broman
2009-09-09
1
-0
/
+2
*
Add an option to col_fill_in() to allow us to disable column expression proce...
Kovarththanan Rajaratnam
2009-09-08
1
-4
/
+4
*
Make sure that reset the elapsed time to load a file before we reload/rescan ...
Kovarththanan Rajaratnam
2009-09-07
1
-17
/
+27
*
Rename new_packet_list_set_time_width() -> new_packet_list_resize_column() be...
Kovarththanan Rajaratnam
2009-09-07
1
-2
/
+2
*
Store the packet encapsulation type as gint8. Saves 3 bytes per packet
Kovarththanan Rajaratnam
2009-09-07
1
-1
/
+3
*
Fixed arguments to new_packet_list_set_time_width().
Stig Bjørlykke
2009-09-07
1
-1
/
+1
*
col_fmt not needed.
Anders Broman
2009-09-07
1
-1
/
+1
[next]